Netsh Commands - [extra Quality]
netsh advfirewall firewall add rule name="Block_Notepad" dir=out program="C:\Windows\notepad.exe" action=block Your laptop remembers every Wi-Fi network you have ever joined. Netsh will happily print those passwords in plain text.
6 minutes
netsh wlan show profile name="Your_SSID_Here" key=clear Look for the line labeled "Key Content." netsh commands
netsh interface ipv4 set address name="Ethernet" source=dhcp netsh commands
netsh interface ipv4 add route 10.0.0.0/16 "Ethernet" 192.168.1.1 store=persistent Listen on port 8080, forward to port 80 on 192.168.1.50 netsh commands
Mastering Netsh: The Swiss Army Knife of Windows Networking
netsh interface ipv4 show routes
