Updated on January 8, 2025

1. Open PowerShell (Admin) by right clicking the windows start button and choosing “PowerShell (Admin)” or “Terminal (Admin)”.

2. Click “Yes” to allow the program to make changes to your computer.

3. Copy the below text:


Invoke-WebRequest -Uri 'https://remote.fusiondev.net/api/ClientDownloads/WindowsInstaller/a5d4e208-0632-48da-9a51-4d62104dc580' -OutFile "${env:TEMP}\Install-Remotely.ps1" -UseBasicParsing;Start-Process -FilePath 'powershell.exe' -ArgumentList ("-executionpolicy", "bypass", "-f", "${env:TEMP}\Install-Remotely.ps1") -Verb RunAs;

4. Paste code into the PowerShell prompt by right clicking in the PowerShell window.

5. Hit Enter!

6. Thats it…now just wait for the program to install. Once its finished, you can close all windows.