If you are, for example, using a notebook in various different networks (e.g. at different customer sites), you always have to change network settings like IP, WINS, DNS Configuration, and DHCP. The "netsh" utility gives you the possibility to "dump" all these settings into a file that you can later use to restore your complete network settings.
To Save the current settings:
- netsh -c interface dump >networksetting.txt
You can then create a dump file for every network that you use.
To load the settings again:
- netsh -f networksetting.txt
Requires Free Membership to View
When you register, my team of editors will also send you the latest expert resources covering pertinent IT topics such as Windows server backup and recovery, server administration, storage management, infrastructure security, virtualization, Hyper-V, Active Directory and Group Policy.
Cathleen A. Gagne, Senior Editorial DirectorThis was first published in June 2001