Force computer reboots

This commit is contained in:
Manuel Thalmann 2024-08-09 04:42:55 +02:00
parent c58cc3bbc5
commit 950e6dc761

View file

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