The exact silent switches the Remote Desktop Manager installer accepts, plus a one-line command you can paste into a script, Intune Win32 app, or Configuration Manager package.
msiexec.exe /i Setup.RemoteDesktopManager.win-x64.2026.2.8.0.msi /quiet /norestart
Run from the directory containing Setup.RemoteDesktopManager.win-x64.2026.2.8.0.msi. Download the installer from the Direct link below first. Run an elevated terminal (Run as Administrator) for machine-scope installs.
| Architecture | Scope | Type | Silent switches | Source |
|---|---|---|---|---|
| x64 | machine | MSI | Default for MSI | |
| arm64 | machine | MSI | Default for MSI | |
| neutral | machine | MSI | Default for MSI |
/S for NSIS, /quiet /norestart for MSI).Prefer the winget route? See the full Remote Desktop Manager install page.