Improving WDAC and Update exec
This commit is contained in:
@@ -153,4 +153,11 @@ function Show-InstallationMenu {
|
||||
} while ($selection -ne "1" -and $selection -ne "2" -and $selection -ne "3")
|
||||
}
|
||||
|
||||
Show-InstallationMenu
|
||||
Show-InstallationMenu
|
||||
Show-WDACMenu
|
||||
|
||||
Write-Host "Would you like to restart now? (y/n)"
|
||||
$input = Read-Host
|
||||
if ($input -eq "y") {
|
||||
Restart-Computer
|
||||
}
|
||||
Reference in New Issue
Block a user