diff --git a/Windows-Scripts/force_me_off.ps1 b/Windows-Scripts/force_me_off.ps1 index 678c222..62758b8 100644 --- a/Windows-Scripts/force_me_off.ps1 +++ b/Windows-Scripts/force_me_off.ps1 @@ -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