This commit is contained in:
2025-09-26 22:33:20 -06:00
parent 531ccbfec0
commit 33d34b4163
+1 -2
View File
@@ -60,9 +60,8 @@ webhook "FORCING OFF FROM WINDOWS AT $reboot_time" true
## checks C drive after reboot to waste time and fix errors ## checks C drive after reboot to waste time and fix errors
## chkdsk /r C: # as admin ## chkdsk /r C: # as admin
chkdsk /r C: chkdsk /r C:
pause # pause for clarity
Start-Process -ScriptBlock { Start-Job -ScriptBlock {
# schedule shutdown # schedule shutdown
## redundant but also for warnings ## redundant but also for warnings
### reboot (-r) forced (-t) in seconds (-t) ### reboot (-r) forced (-t) in seconds (-t)