And now…

A list of commands

You may use ctrl+f to search… cheap, I know

Nice to know things

Multiple commands on one line

[first command] && [second command]

Netsh commands

Connect to wifi

netsh wlan connect $SSID

Disable/Enable an interface

netsh interface set interface [interface] enable
netsh interface set interface [interface] disable