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.7046.0
Last checked: Feb 27, 2026 4:50am
Rank: 3150/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.7046.0 N-2: 1.2.6930.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 tip • May 1, 2026
0

Remote Desktop Client localized DisplayName detection note

For managed Remote Desktop Client deployments, be careful with detection on non-English Windows builds. The client can localize its Add/Remove Programs display name, so deployment rules that look for only the English DisplayName may miss an otherwise installed client on localized endpoints.

For Intune or ConfigMgr applications and update applicability, prefer detection that is resilient to localized display names, or validate the registry values your package manager expects before broad rollout. Microsoft’s current Windows desktop client documentation still publishes direct MSI links from the official Learn page; use the architecture-specific MSI from that page with explicit per-machine or per-user install properties rather than scraping third-party mirrors.

Official source: Microsoft Remote Desktop client for Windows guidance.

Official source: Remote Desktop client MSI admin 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 ClientMicrosoft Remotedesktopclient

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.