Fix WDAC
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user