Download the arm64 or x86 version of the Remote Desktop client if available for your architecture.
In today’s hybrid work environment, having a reliable way to access your office PC or virtual environment is essential. The is the Windows 64-bit installer for the Microsoft Remote Desktop client (often used for Azure Virtual Desktop). Why Use the MSI Installer?
Microsoft maintains a central hub for the latest MSI installers rather than individual versioned landing pages. You can find the current 64-bit MSI on the official Microsoft Learn site . Download Link Standard 32-bit: Download Link Important Update: Transition to "Windows App"
A: While it may still function, it is no longer supported or receiving security updates. This makes it a significant security risk, especially on corporate networks. It is strongly advised against using it. remotedesktop-1.2.790.0-x64.msi download
is the unified gateway to securely connect to Windows devices and apps from Azure Virtual Desktop, Windows 365, Microsoft Dev Box, Remote Desktop Services, and remote PCs. It consolidates all remote access scenarios into a single, modern application.
Renamed the "Update" action to Refresh for better consistency with other platform clients.
Last updated: October 2025. This article is for informational purposes. Always refer to Microsoft’s official documentation for the most current security guidance. Download the arm64 or x86 version of the
: Users should migrate to the Windows App for continued security updates and features . Key Features & Changes (Version 1.2.790.0)
It is important to note that Microsoft is currently replacing the standalone Remote Desktop client with the .
If you have landed on this page searching for a safe, legitimate way to download and install remotedesktop-1.2.790.0-x64.msi , you are in the right place. This article will explain exactly what this file is, where it originates from, how to download it securely, step-by-step installation instructions, common errors, and best practices for deployment. Why Use the MSI Installer
For automated deployment via Microsoft Endpoint Configuration Manager (SCCM) or custom deployment scripts, use standard msiexec syntax.
Uninstall:
This link has been documented by multiple university and official sources as the correct download path for the Windows 64‑bit Remote Desktop client MSI. Following this link will direct you to download the latest release of the client, not necessarily version 1.2.790.0.
The .msi deployment model provides options for localized single-user execution or elevated administrative controls. Method 1: Local Graphic Installer (Per-User Installation)
msiexec.exe /i "remotedesktop-1.2.790.0-x64.msi" ALLUSERS=1 /qn /norestart /log "C:\Logs\rdp_install.log" Use code with caution. powershell