Update WindowsAgentAIOInstall.ps1

This commit is contained in:
dinger1986 2022-08-12 09:09:08 +01:00 committed by GitHub
parent b057dcc9d4
commit 5008b5af80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
$ErrorActionPreference= 'silentlycontinue'
# Replace wanipreg and keyreg with the relevant info for your install.
# 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")) {
New-Item -ItemType Directory -Force -Path "c:\temp" > null