@page @model ClientsModel @{ ViewData["Title"] = "Client Downloads"; }

Please Note:

Portable Remote Control

Instant desktop sharing with no installation or hassles.
Windows

Download:
Windows Portable EXE

@*
Windows 32-Bit

Download:
Windows x86 Portable EXE

*@

Resident Agents

Installable background agents that provide unattended access and remote scripting.
@if (User.Identity.IsAuthenticated) {
Windows 10 64-Bit

Download:
Windows 10 x64 PowerShell Installer
Windows 10 x64 Files Only

Install:
powershell -f [path]\Install-Win10-x64.ps1

Local Install:
powershell -f [path]\Install-Win10-x64.ps1 -path \\[path]\Remotely-Win10-x64.zip

Uninstall:
powershell -f [path]\Install-Win10-x64.ps1 -uninstall

Windows 10 32-Bit

Download:
Windows 10 x86 PowerShell Installer
Windows 10 x86 Files Only

Install:
powershell -f [path]\Install-Win10-x86.ps1

Local Install:
powershell -f [path]\Install-Win10-x86.ps1 -path \\[path]\Remotely-Win10-x86.zip

Uninstall:
powershell -f [path]\Install-Win10-x86.ps1 -uninstall

Linux 64-Bit

Download:
Linux x64 Bash Installer
Linux x64 Files Only

Install:
sudo [path]/Install-Linux-x64.sh

Local Install:
sudo [path]/Install-Linux-x64.sh --path [path]/Remotely-Win10-x86.zip

Uninstall:
sudo [path]/Install-Linux-x64.sh --uninstall

} else {
Resident clients are available after logging in.
}