Actually changed script complete message

This commit is contained in:
Raphire
2020-10-28 15:53:43 +01:00
parent f14f897108
commit e17ca39685

View File

@@ -77,5 +77,6 @@ if ($disable_context -eq 'y') {
}
Write-Output ""
Write-Output "Script completed! Press any key to continue..."
Write-Output "Script completed! You may need to restart to apply all changes."
Write-Output "Press any key to continue..."
$Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")