- Ip config
- Whoami
- net user administrator /acitve:yes
- netsh wlan show profile
- @echo off
- tracert www.youtube.com
- netsh wlan export profile folder=e:\ key=clear
- netsh wlan show profile "name" key=clear
- exit
- cls
- color /?
- shutdown /s /t 30
- echo ahoj
- arp -a
- dir /a
- dir
- title prank
- C:\
- :start
- pause
- set /p "heslo="
- timeout /T 10
- attrib +h info.png
- GOTO START
- type heslo.txt
- echo Heslo:%heslo% >>heslo.txt
- start image.jpg
- dir /a D:\
- attrib +h D:\info.bat
- attrib -h D:\info.bat
- dir /s
- ver
- dir C:\users\%username%\AppData >>dir.txt
- md "moje_slozka"
- rd "moje_slozka" /s
- netsh wlan show interface
- netsh wlan show networks mode=bssid
- echo Chcete se dozvedet vice? (y/n)
IF %cho%=Y GOTO LOCK
IF %cho%=y GOTO LOCK
IF %cho%=N GOTO START
IF %cho%=n GOTO START