RustDesk office deployment kit

Contents:
- RustDesk2.toml
- Install-RustDesk.ps1

What the installer does:
- Downloads the official RustDesk 1.4.7 x86_64 MSI from GitHub if it is not already in the same folder.
- Installs RustDesk silently.
- Imports the included RustDesk2.toml.
- Installs the RustDesk service.
- Optionally sets a permanent password.

How to use on a Windows PC:
1. Extract the zip to a folder.
2. Right-click PowerShell and run as Administrator, or just run Install-RustDesk.ps1 and accept elevation.
3. Example without permanent password:
   powershell -ExecutionPolicy Bypass -File .\Install-RustDesk.ps1
4. Example with permanent password:
   powershell -ExecutionPolicy Bypass -File .\Install-RustDesk.ps1 -Password "YourStrongPassword123!"
5. Optional without desktop shortcut:
   powershell -ExecutionPolicy Bypass -File .\Install-RustDesk.ps1 -Password "YourStrongPassword123!" -NoDesktopShortcut

Notes:
- This kit imports the included RustDesk2.toml.
- The config points to rdp.181.be.
- If you rotate your RustDesk server key later, update RustDesk2.toml before deploying again.
- The client will download the MSI from the official RustDesk GitHub release URL the first time it runs.


Quick use:
- Extract the ZIP
- Right-click Install-RustDesk.bat and choose Run as administrator


One-click use:
- Extract the ZIP
- Double-click Install-RustDesk.bat
- Accept the Windows administrator prompt
