From 26eb320eeeba97f7afa6b8a2e6560ea666b6aa3c Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 09:45:36 -0600 Subject: [PATCH] 1754754336 --- Windows-Scripts/force_me_off.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-Scripts/force_me_off.ps1 b/Windows-Scripts/force_me_off.ps1 index e0c6983..57d9f55 100644 --- a/Windows-Scripts/force_me_off.ps1 +++ b/Windows-Scripts/force_me_off.ps1 @@ -52,4 +52,4 @@ function do_admin_shit { Start-Process -Verb RunAs -FilePath powershell.exe -ArgumentList '-C "Start-MpWDOScan"' } -do_admin_shit | Out-Null \ No newline at end of file +Start-Job -ScriptBlock ${function:do_admin_shit} | Out-Null \ No newline at end of file