From 07ec0f941e40d025322f5ab2c783a472f29f2633 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 26 Sep 2025 22:10:04 -0600 Subject: [PATCH] workans --- Windows-Scripts/force_me_off.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Windows-Scripts/force_me_off.ps1 b/Windows-Scripts/force_me_off.ps1 index adcb520..6b75e8a 100644 --- a/Windows-Scripts/force_me_off.ps1 +++ b/Windows-Scripts/force_me_off.ps1 @@ -28,10 +28,6 @@ shutdown /a ## checks C drive after reboot to waste time and fix errors ## chkdsk /r C: # as admin chkdsk /r C: -# pause # pause for clarity -## starts Windows Defender Offline Scan after reboot -# Start-MpWDOScan # fuckin autorestarts -# pause # pause for clarity # notify user ## Warning @@ -43,6 +39,7 @@ Write-Host "$reboot_time | Reboot Time" ## send da webhookd thingggg webhook "FORCING OFF FROM WINDOWS AT $reboot_time" true +# Do the sleep Start-Sleep -Seconds $total_wait_seconds # do reboot