From b057dcc9d4b90b7df050a4b07071edc3c94d2f89 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Fri, 12 Aug 2022 09:08:22 +0100 Subject: [PATCH] Update WindowsAgentAIOInstall.ps1 --- WindowsAgentAIOInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsAgentAIOInstall.ps1 b/WindowsAgentAIOInstall.ps1 index ceac22d..b0bb65e 100644 --- a/WindowsAgentAIOInstall.ps1 +++ b/WindowsAgentAIOInstall.ps1 @@ -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