From 3bed54c175bf6e6cf518a45bed3f35e26b858ae9 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Sat, 13 Aug 2022 22:45:20 +0100 Subject: [PATCH] Update WindowsAgentAIOInstall.ps1 --- WindowsAgentAIOInstall.ps1 | 1 + 1 file changed, 1 insertion(+) 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")) {