This commit is contained in:
2024-07-01 10:48:07 +00:00
parent f8c4e0ef1c
commit 7cbf166b32

View File

@@ -43,7 +43,7 @@ function StandardSetup {
Rename-Computer -NewName "PC-IPR-$Type"
UpdateWindows
$input = Read-Host "Would you like to enable WDAC? (y/N)"
if ($input -eq "y") { SetupRDP -enable 1 }
if ($input -eq "y") { SetupWDAC -enable 1 }
Write-Host "Installation complete!"
$input = Read-Host "Would you like to restart now? (y/N)"
if ($input -eq "y") {