Always forcefully restart computer
This commit is contained in:
parent
126c130f83
commit
3d23ce78bc
3 changed files with 3 additions and 6 deletions
scripts/Windows/OS
|
@ -46,7 +46,7 @@ function New-PersonalUser([Context] $context)
|
|||
Write-Information "Disabling Auto login";
|
||||
$context.RemoveAutologin();
|
||||
$context.SetStage("DisableUAC");
|
||||
$context.RestartComputer();
|
||||
Restart-Computer -Force;
|
||||
exit;
|
||||
}
|
||||
elseif ($context.GetStage() -eq "DisableUAC")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue