How to change ip from cmd on vista
Solved/Closed
Related:
- How to change ip from cmd on vista
- Change computer name cmd - Guide
- Cmd send message to ip - Guide
- How to change ip address on android - Guide
- How to change your best friends list on snapchat to 3 - Guide
- Steam cmd download - Download - Gaming tools
1 response
well ...
u know the command netsh command...
there is an option to save the settings that u have configured for use later ...
after configuring the ip, subnet mask, and gateway u can save these configs to a certain file by running the command:
netsh -c interface dump > c:\file1.txt
the settings get saved to the file : file1.txt
and then when u need to use these settings again , u can use the command :
netsh -f c:\file1.txt
and the settings u made will be used again
hope this is useful ...
u know the command netsh command...
there is an option to save the settings that u have configured for use later ...
after configuring the ip, subnet mask, and gateway u can save these configs to a certain file by running the command:
netsh -c interface dump > c:\file1.txt
the settings get saved to the file : file1.txt
and then when u need to use these settings again , u can use the command :
netsh -f c:\file1.txt
and the settings u made will be used again
hope this is useful ...