Icon

Remote Desktop Client

Remote Desktop Client by Microsoft allows users to connect to Azure Virtual Desktop, Windows PCs, and remote workspaces securely.
Latest: 1.2.7099.0
Last checked: Feb 27, 2026 4:50am
Rank: 167/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: ProprietaryInstaller: MSISilent: YesWinget: Available
Silent install
msiexec /i RemoteDesktop.msi /qn ALLUSERS=2 MSIINSTALLPERUSER=1

Uninstall
msiexec /x {productCode} /qn

Version & Lifecycle

0
Current: 1.2.7099.0 N-2: 1.2.7046.0 Predicted EOL: 2027-04-30 Avg cadence: Every 14 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • January 4, 2026
0

Remote Desktop Client MSI enterprise deployment and update policy

For enterprise deployment of the Microsoft Remote Desktop client for Windows MSI, Microsoft documents separate command lines for per-device and per-user installs. Per-device installs use msiexec /i <path to the MSI> /qn ALLUSERS=1; per-user installs use msiexec /i <path to the MSI> /qn ALLUSERS=2 MSIINSTALLPERUSER=1. Microsoft also notes that per-user deployment through Intune or Configuration Manager needs a script rather than a plain MSI assignment.

Use Microsoft’s architecture-specific download links for the client MSI: 64-bit https://go.microsoft.com/fwlink/?linkid=2139369, 32-bit https://go.microsoft.com/fwlink/?linkid=2139456, or ARM64 https://go.microsoft.com/fwlink/?linkid=2139370. Do not mix these with the Microsoft Store Remote Desktop app when building detection and deployment rules.

Update behavior is policy-controlled under HKLM\Software\Microsoft\MSRDC\Policies with the AutomaticUpdates DWORD. Microsoft describes 0 as disabling notifications and auto-update, with other values selecting notification, on-close, or background update behavior depending on per-user versus per-machine installation.

On non-English Windows images, validate detection against the localized ARP DisplayName. The display name can be translated by OS language, so detection that expects only the English name may fail for app/update logic; prefer stable product/version evidence when possible.

Sources: Remote Desktop client download/install documentation and Remote Desktop client enterprise deployment documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Remote Desktop Client

Packaging Notes

0

Available as MSI installer for enterprise deployment; also available as Microsoft Store app

Notes

0

Silent install/uninstall commands use msiexec with standard MSI options; product code must be dynamically retrieved for uninstall.