Security is Everyone's Job
Directory: dir
dir
Move Directory: cd
cd
Create Directory: md
md
Remove Directory: rd
rd
Delete Files: del
del
Copy Files: copy
copy
Move Files: move
move
Rename File/Folder: ren
ren
Read File: type
type
Find Text in a File: find "Hello" file.txt
find "Hello" file.txt
Test Network: ping google.com "OR" ping 8.8.8.8
ping google.com "OR" ping 8.8.8.8
Display IP/Nework Info: ipconfig
ipconfig
Network Admin: net
net
Running Tasks: tasklist
tasklist
Stops Task: taskkill name_of_task_or_task_id
taskkill name_of_task_or_task_id
Shut Off Computer: shutdown
shutdown
Check/Fix Windows Files: sfc "OR" sfc /scannow
sfc "OR" sfc /scannow
Check App Files: /chkdsk
/chkdsk
Show Wifi Password: netsh wlan show profile user_name
netsh wlan show profile user_name
Ultimate Powermode (laptops): powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Super Admin: net user administrator /active:yes "To turn off:" net user administrator /active:no
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
netsh wlan show profile name="router_name" key=clear