CMD - Příkazy

nastroje
  1. Ip config
  2. Whoami
  3. net user administrator /acitve:yes
  4. netsh wlan show profile
  5. @echo off
  6. tracert www.youtube.com
  7. netsh wlan export profile folder=e:\ key=clear
  8. netsh wlan show profile "name" key=clear
  9. exit
  10. cls
  11. color /?
  12. shutdown /s /t 30
  13. echo ahoj
  14. arp -a
  15. dir /a
  16. dir
  17. title prank
  18. C:\
  19. :start
  20. pause
  21. set /p "heslo="
  22. timeout /T 10
  23. attrib +h info.png
  24. GOTO START
  25. type heslo.txt
  26. echo Heslo:%heslo% >>heslo.txt
  27. start image.jpg
  28. dir /a D:\
  29. attrib +h D:\info.bat
  30. attrib -h D:\info.bat
  31. dir /s
  32. ver
  33. dir C:\users\%username%\AppData >>dir.txt
  34. md "moje_slozka"
  35. rd "moje_slozka" /s
  36. netsh wlan show interface
  37. netsh wlan show networks mode=bssid
  38. echo Chcete se dozvedet vice? (y/n)
  39. IF %cho%=Y GOTO LOCK

    IF %cho%=y GOTO LOCK

    IF %cho%=N GOTO START

    IF %cho%=n GOTO START