Windows 7 system to modify the IP method

  
1. Create a new txt file
2. Add the following content to the file: netsh interface ip set address name="local connection" source=static addr=10.60.37.99 mask=255.255.255.0gateway=10.60.37.254netsh Interface ip set dns "local connection" source=static addr=202.120.190.208 The four red parts need to be modified as needed: 10.60.37.99
is the IP address 255.255.255.0
is the mask address 10.60. 37.254
is the default gateway 202.120.190.208
is DNS
3, the suffix of the txt file is changed from .txt to .cmd
4, right click on the .cmd file, select “ as administrator Run ”
Automatically get
netsh interface ipv4 set address "local connection" dhcp
netsh dns set dns "local connection" dhcp
Conclusion: Through the above 4 steps, you can Modify the IP of Windows 7 system!

Copyright © Windows knowledge All Rights Reserved