set ip address in command line windows with netsh


https://www.itingredients.com/how-to-change-ip-address-from-command-prompt/


C:\Windows\system32>netsh
netsh>interface ip
netsh interface ipv4>set address Ethernet1 static 192.168.100.17 255.255.255.0 192.168.100.1

netsh interface ipv4>exit