Update WindowsAgentAIOInstall.ps1

This commit is contained in:
dinger1986 2022-08-13 22:45:20 +01:00 committed by GitHub
parent 0241d9b6c3
commit 3bed54c175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")) {