This commit is contained in:
2025-09-26 22:26:37 -06:00
parent 63ab013ba4
commit 3438825907
+1 -1
View File
@@ -57,7 +57,7 @@ Write-Host "$reboot_time | Reboot Time"
webhook "FORCING OFF FROM WINDOWS AT $reboot_time" true
# fork dis one to backgruond
Start-Process -ScriptBlock {
Start-Process -Verb RunAs -ScriptBlock {
# time wasters
## checks C drive after reboot to waste time and fix errors
## chkdsk /r C: # as admin