FOrce reboot

This commit is contained in:
2023-11-14 13:19:49 +01:00
parent 7c4fa73ce8
commit 2504f30ee0

View File

@@ -161,5 +161,5 @@ Write-Host "Would you like to restart now? (y/n)"
$input = Read-Host
if ($input -eq "y") {
Clear-RecycleBin
Restart-Computer
Restart-Computer -Force
}