Skip to content

netsh

ss64

Adapter Capabilities

Check if the adapter supports WPA3.

netsh wlan show drivers

Configure the interface

Reset the interface

netsh interface ipv4 reset

Static IP Address

netsh interface ipv4 set address "Ethernet" static 10.0.1.34 255.255.255.0 10.0.1.1
netsh interface ipv4 add dns "Ethernet" 8.8.8.8

DHCP

netsh interface ipv4 set address name="Ethernet" source=dhcp
netsh interface ipv4 set dns name="Ethernet" source=dhcp