One such file that has been generating queries in technical forums and enterprise IT logs is . This file represents a specific 64-bit version (1.2.790.0) of a Microsoft Windows Installer package designed for remote desktop connectivity.
Get-ItemProperty "C:\Program Files\Remote Desktop\rdpclient.exe" | Select-Object -ExpandProperty VersionInfo Even with a legitimate MSI, you might encounter issues. Here are the most frequent errors for version 1.2.790.0. Error 1: "Another version of this product is already installed" Cause: An older or newer Remote Desktop client is present. remotedesktop-1.2.790.0-x64.msi download
msiexec /i "remotedesktop-1.2.790.0-x64.msi" /quiet /norestart To perform a silent uninstall: One such file that has been generating queries