Windows
Find a file in current directory and all subdirectories:
dir /b /s FILENAME
Find the full path to an executable. Equivalent to Linux’ which command:
for %i in (EXECUTABLENAME.EXTENSION) do @echo. %~$PATH:i
Restart all IIS websites:
iisreset /restart
System startup configration:
msconfig
Edit the Windows registry:
regedit
List all network ports currently in use:
netstat -a: lists all ports currently in use
View password policy that applies to a computer
net accounts