Force computer reboots

This commit is contained in:
Manuel Thalmann 2024-08-09 04:42:55 +02:00
parent 2de8140182
commit 875935a223

View file

@ -107,6 +107,6 @@ $null = New-Module {
#> #>
function Restart-Intermediate { function Restart-Intermediate {
Register-Setup; Register-Setup;
Restart-Computer; Restart-Computer -Force;
} }
} }