Remotedesktop-1.2.790.0-x64.msi Download

Using an older client version introduces potential risks. Before deployment, consider:

| Security Aspect | Status in v1.2.790.0 | |----------------|----------------------| | TLS 1.2 support | Yes | | TLS 1.3 support | No | | FIPS compliance | Partial | | CredSSP encryption | Enabled by default | | Smart card redirection | Yes |

Critical Update: Microsoft released a patch for CVE-2020-0610 (Remote Desktop Client remote code execution) after version 1.2.790.0. If you must use this build, ensure your environment has network segmentation and endpoint protection.

Recommendation: If possible, use version 1.2.1332 or newer for enterprise environments. Reserve version 1.2.790.0 for legacy compatibility only.


If you lack access to official channels, reputable third-party sites like:

Always verify the file hash after download:

| Hash Type | Value for remotedesktop-1.2.790.0-x64.msi | |-----------|------------------------------------------| | SHA-256 | 8a3f5b9c2d1e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2 (Example – obtain official hash from Microsoft documentation) |

Note: Replace with actual hash from Microsoft Update Catalog if available. Always compute hash using Get-FileHash in PowerShell.

Many IT departments prefer MSI installers over Store apps because MSI files can be pushed silently via Group Policy (GPO) or System Center Configuration Manager (SCCM). This specific version was widely used in enterprise environments before newer updates introduced breaking changes.

If you need to remove this version (e.g., to upgrade), use one of these methods:

Summary

User story

Requirements

  • Download flow (frontend)
  • Backend API
  • Support Range requests for resumable downloads.
  • Rate-limit per IP and require short-lived signed URL token for direct CDN redirects.
  • Serve from CDN with origin S3; object key pattern: releases/remotedesktop/1.2.790.0/remotedesktop-1.2.790.0-x64.msi
  • Security & integrity
  • Telemetry & privacy
  • Error handling
  • Analytics & monitoring
  • Tests
  • Deployment
  • Documentation
  • Acceptance criteria

    Frontend implementation sketch (JS)

    Backend implementation sketch (Node.js/Express)

    Edge cases

    Related search suggestions (See additional related terms for further research.) functions.RelatedSearchTerms("suggestions":["suggestion":"remotedesktop msi download checksum","score":0.9,"suggestion":"how to sign msi with code signing certificate","score":0.7,"suggestion":"serve large files resume range requests node express cdn s3","score":0.6])

    Microsoft only hosts latest Remote Desktop clients on their public download pages. Older point releases (1.2.790.0) are archived in the Update Catalog for enterprise deployment needs, not for general public download.


    2.790.0 installer. How to Download and Install Microsoft Remote Desktop (1.2.790.0)

    In today’s hybrid work environment, having a reliable way to access your office PC or virtual environment is essential. The remotedesktop-1.2.790.0-x64.msi is the Windows 64-bit installer for the Microsoft Remote Desktop client (often used for Azure Virtual Desktop). Why Use the MSI Installer? remotedesktop-1.2.790.0-x64.msi download

    While there are multiple versions of Remote Desktop, the MSI (Windows Installer) version is preferred by IT administrators and power users because:

    Enterprise Deployment: It can be easily pushed across a network using management tools.

    Stability: It provides a dedicated application environment separate from the built-in Windows "Remote Desktop Connection" tool.

    AVD Support: It is the primary client for connecting to Azure Virtual Desktop and Windows 365. Step-by-Step: Downloading the 1.2.790.0 Client

    While version numbers update frequently, you can always find the latest stable 64-bit MSI through official channels:

    Visit the Official Portal: Go to the Microsoft Learn Remote Desktop page.

    Select the x64 Link: Look for the "Windows 64-bit" download under the Remote Desktop client (MSI) section.

    Run the Installer: Once the .msi file is downloaded, double-click it to begin the setup wizard. Setting Up Your Connection

    After installation, you’ll need to ensure your destination PC is ready to receive connections:

    Enable Remote Desktop: On the host computer, go to Settings > System > Remote Desktop and toggle "Enable Remote Desktop" to On ULM IT Support. Using an older client version introduces potential risks

    Subscribe to a Workspace: Open your newly installed app and click Subscribe. Sign in with your work or school credentials to see your assigned virtual desktops. Troubleshooting Common Issues

    If you encounter a "Connection Failed" error, check these three common culprits:

    Network Level Authentication (NLA): If your client is older, you may need to adjust NLA settings in System Properties.

    Power Settings: Ensure the destination PC is set to "Never Sleep" when plugged in, as a sleeping PC cannot accept remote commands ULM IT Support.

    Firewall Rules: Verify that Remote Desktop is allowed through the Windows Defender Firewall TSPlus Guide.

    Before downloading, ensure your system meets these minimum requirements:

    | Component | Requirement | |-----------|-------------| | Operating System | Windows 7 SP1, Windows 8.1, Windows 10 (Version 1607 or later), Windows 11 | | Architecture | 64-bit (x64) processor | | RAM | 2 GB minimum (4 GB recommended) | | Disk Space | 150 MB free | | Dependencies | .NET Framework 4.6+ (or 4.8) | | Network | TCP port 3389 (outbound) for standard RDP; port 443 for RD Gateway |

    Note for Windows 7 Users: You may need to install the Platform Update for Windows 7 (KB2670838) before this client will function properly.


    To deploy this MSI across multiple machines via Group Policy, SCCM, or Intune, run:

    msiexec /i "remotedesktop-1.2.790.0-x64.msi" /quiet /norestart
    

    To perform a silent uninstall:

    msiexec /x "remotedesktop-1.2.790.0-x64.msi" /quiet