diff --git a/WindowsAgentAIOInstall.ps1 b/WindowsAgentAIOInstall.ps1 index 6f5a942..5c33b0b 100644 --- a/WindowsAgentAIOInstall.ps1 +++ b/WindowsAgentAIOInstall.ps1 @@ -1,4 +1,5 @@ $ErrorActionPreference= 'silentlycontinue' +#Requires -RunAsAdministrator # Replace wanipreg and keyreg with the relevant info for your install. IE wanipreg becomes your rustdesk server IP or DNS and keyreg becomes your public key. If (!(test-path "c:\temp")) {