Windows Network
Useful network information
net config workstation
Change a network interface to use dynamic DHCP to get its IP
netsh interface ip show config
netsh interface ip set address "Ethernet" dhcp
Reset a network interface
netsh int ip reset
netsh winsock reset
Release and renew an IP address
ipconfig /release & ipconfig /renew
net use \\path\to\shared\folder /user:<username>
Allows you to access Anonymous Linux SMB Shares
In gpedit.msc, enable:
Computer Configuration\Administrative Templates\Network\Lanman Workstation\Enable insecure guest logons
Add a static route
route add -p <dest-network> MASK <dest-mask> <next-hop-ip> METRIC 0 IF <iface-num>