Force computer reboots
This commit is contained in:
parent
25d4810147
commit
b8086193bd
|
@ -107,6 +107,6 @@ $null = New-Module {
|
||||||
#>
|
#>
|
||||||
function Restart-Intermediate {
|
function Restart-Intermediate {
|
||||||
Register-Setup;
|
Register-Setup;
|
||||||
Restart-Computer;
|
Restart-Computer -Force;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue