Win10 manual setting of fixed IP address tips

  

Some users who have installed Win10 Preview version 10056 or higher found that they cannot manually set the IP address in the current version of the system, causing great inconvenience. So how do I manually set a fixed IP address for Win10?

Method

1. Open a command prompt, type netsh and press

2. Then type interface back. Car

3. Enter ip, enter

4. Enter set address "connection name" static new IP address subnet mask gateway 1, then enter

PS: The connection name needs to be modified according to the name in your network connection, such as "Ethernet", which supports Chinese, but the quotation mark should be in English. There must be a space between each item, and finally enter "ldquo;1", which means OK.

Example: set address "Ethernet 3" static 192.168.1.108 255.255.255.0 192.168.0.1 1

5. You can also enter the above command once, but make sure not to wrap: Netsh interface ip set address "connection name" static new IP address subnet mask gateway 1

Example: netsh interface ip set address "Ethernet 3" static 192.168.1.108 255.255.255.0 192.168.0.1 1

In addition, you can use a similar command to modify the DNS, the format is the same as above, just replace "address" with "lds"; you can: netsh interface ip set dns " Ethernet 3" static DNS address

It should be noted that the system IP becomes static after modification. If it does not meet the user's needs, you can use the system's own network "troubleshooting" to automatically repair and restore the dynamic IP. Of course, you can also restore the IP address by using the command netsh interface ip set address "connection name" dhcp; for the same reason, the DNS address can also be restored by the command netsh interface ip set dns "connection name" dhcp.

After reading the above instructions, I think that the white user may feel very difficult, then you can master the operation method of setting a fixed IP address on the graphical interface, which is relatively simple.

Copyright © Windows knowledge All Rights Reserved