diff --git a/Windows-Scripts/force_me_off.ps1 b/Windows-Scripts/force_me_off.ps1 index 46d6813..a9deaee 100644 --- a/Windows-Scripts/force_me_off.ps1 +++ b/Windows-Scripts/force_me_off.ps1 @@ -43,4 +43,4 @@ function do_admin_shit { $shell.Popup("REBOOTING BY FORCE IN $grace_minutes MINUTES", 2, "REBOOTING AS FUCK IN $grace_minutes MINUTES", 0) ## reboot, force, delay $grace_seconds seconds } -Start-Job -ScriptBlock { do_admin_shit } \ No newline at end of file +Start-Job -ScriptBlock { do_admin_shit | Out-Null } \ No newline at end of file