Tuesday, July 25, 2023

Changing IP address from command prompt (Windows 10)

 netsh interface ipv4 set address name="Ethernet" static 10.10.10.10 255.255.255.252 10.10.10.1

netsh interface ipv4 set dns name="Ethernet" static 8.8.8.8 primary

netsh interface ipv4 set address name="Ethernet" dhcp