netsh interface ip show config |
Show IP configuration for all interfaces |
netsh interface ipv4 show addresses |
Show IPv4 addresses for all interfaces |
netsh interface ipv6 show addresses |
Show IPv6 addresses for all interfaces |
netsh interface tcp show global |
Show global TCP parameters |
netsh interface tcp show heuristics |
Show TCP heuristic parameters |
netsh interface tcp show security |
Show TCP security parameters |
netsh interface tcp show supplemental |
Show TCP supplemental parameters |
netsh interface tcp set global autotuninglevel |
Set TCP global autotuning level |
netsh interface tcp set global chimney |
Enable or disable TCP chimney offload |
netsh interface tcp set global congestionprovider |
Set the TCP congestion control algorithm |
netsh interface tcp set global ecncapability |
Enable or disable Explicit Congestion Notification (ECN) |
netsh interface tcp set global timestamps |
Enable or disable TCP timestamps |
netsh interface tcp set supplemental customapp |
Configure custom TCP parameters for a specific application |
netsh interface tcp add heuristics |
Add a TCP heuristic rule |
netsh interface tcp delete heuristics |
Delete a TCP heuristic rule |
netsh advfirewall show allprofiles |
Show all firewall profiles and their settings |
netsh advfirewall set allprofiles firewallpolicy |
Set the firewall policy for all profiles |
netsh advfirewall set allprofiles state |
Enable or disable the firewall for all profiles |
netsh advfirewall set allprofiles logging |
Configure logging for all profiles |
netsh advfirewall firewall add rule |
Add a firewall rule |
netsh advfirewall firewall delete rule |
Delete a firewall rule |
netsh wlan show profiles |
Show all wireless network profiles |
netsh wlan show drivers |
Show wireless network driver information |
netsh wlan show interfaces |
Show wireless network interface information |
netsh wlan set hostednetwork mode |
Enable or disable the hosted network |
netsh wlan set hostednetwork ssid |
Set the SSID for the hosted network |
netsh wlan set hostednetwork key |
Set the encryption key for the hosted network |
netsh wlan start hostednetwork |
Start the hosted network |
netsh wlan stop hostednetwork |
Stop the hosted network |