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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.