Thais Core Remote - Windows Agent Bundle

1) Run PowerShell as Administrator
2) If needed, allow script execution:
   Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
3) Run installer:
   .\install.ps1

Optional:
- Provide TightVNC installer path:
  .\install.ps1 -VncInstallerPath "C:\path\to\tightvnc-setup.exe"
- Or provide a download URL:
  .\install.ps1 -VncInstallerUrl "https://example.com/tightvnc-setup.exe"

Notes:
- VNC password must be configured in TightVNC itself (use: Thais29)
- Agent binds to 127.0.0.1 only
- SSH tunnel uses:
  -R 15900:127.0.0.1:5900
  -R 17171:127.0.0.1:17171
