Computer NetworksNETWORKS

How to change the IP address in Windows 10 using Command Prompt (CMD)

How to change the IP address in Windows 10 using Command Prompt (CMD)
you’re a command-line fan, and want to learn how to change the IP address in Windows 10 using CMD (Command Prompt). follow this video.

Commands

✔✔ netsh interface ipv4 show config

🔻netsh interface ip set address name= “Network Interface” static [IP address] [Subnet Mask] [Gateway]
✔✔ netsh interface ipv4 set address name=”Wi-Fi 2″ static 192.168.2.122 255.255.255.0 192.168.2.1

🔻 netsh interface ipv4 set dns name=”Network Interface” static [DNS IP address] primary
✔✔ netsh interface ipv4 set dns name=”Wi-Fi 2″ static 192.168.2.1 primary

🔻 netsh interface ipv4 set address name=”Network Interface” source=dhcp
✔✔ netsh interface ipv4 set address name=”Wi-Fi 2″ source=dhcp

🔻 netsh interface ipv4 set dnsservers name=”Wi-Fi 2″ source=dhcp
✔✔ netsh interface ipv4 set dnsservers name=”Wi-Fi 2″ source=dhcp

Subscribe for more videos https://www.youtube.com/muhammedshafikandoth?sub_confirmation=1

#tech #Windows10 #Tutorials

source

ip address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *