Force computer reboots

This commit is contained in:
Manuel Thalmann 2024-08-09 04:42:55 +02:00
parent 3f3799add0
commit d23bcac5d2

View file

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