Update WindowsAgentAIOInstall.ps1

This commit is contained in:
dinger1986 2022-08-12 09:08:22 +01:00 committed by GitHub
parent 59ee76784a
commit b057dcc9d4
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
# Replace wanipreg and keyreg with the relevant info for your install.
If (!(test-path "c:\temp")) {
New-Item -ItemType Directory -Force -Path "c:\temp" > null