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

Shafi Kandoth
Shafi Kandoth
17.2 هزار بار بازدید - 3 سال پیش - How to change the IP
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/muhammedshafi...

#tech #Windows10 #Tutorials
3 سال پیش در تاریخ 1400/03/14 منتشر شده است.
17,217 بـار بازدید شده
... بیشتر