Force computer reboots

This commit is contained in:
Manuel Thalmann 2024-08-09 04:42:55 +02:00
parent f79112eaea
commit 66e270f34d

View file

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