Sciextor

Security is Everyone's Job

CMD Commands

System & General

Directory: dir

Move Directory: cd

Create Directory: md

Remove Directory: rd

Delete Files: del

Copy Files: copy

Move Files: move

Rename File/Folder: ren

Read File: type

Find Text in a File: find "Hello" file.txt

Test Network: ping google.com "OR" ping 8.8.8.8

Display IP/Nework Info: ipconfig

Network Admin: net

Running Tasks: tasklist

Stops Task: taskkill name_of_task_or_task_id

Shut Off Computer: shutdown

Check/Fix Windows Files: sfc "OR" sfc /scannow

Check App Files: /chkdsk

Show Wifi Password: netsh wlan show profile user_name

Ultimate Powermode (laptops): powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

Super Admin: net user administrator /active:yes "To turn off:" net user administrator /active:no

Show Router Password: netsh wlan show profile name="router_name" key=clear