Improving WDAC and Update exec

This commit is contained in:
2023-11-13 14:46:12 +01:00
parent 4d4d5f7f06
commit e26cb16124
4 changed files with 27 additions and 6 deletions

View File

@@ -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
}