Switch network settings swiftly

Switch network settings swiftly


Switch network settings swiftly
Serdar Yegulalp

In some circumstances it's useful to be able to switch network settings -- IP address, DNS settings, etc. -- for a Windows 2000 box "on the fly," without rebooting. The netsh command in Windows can be used to do this.

Open the command-line window and create a copy of your existing network settings by using the command:

netsh -c interface dump > networksetting.txt

This will write a copy of your existing network settings to a text file named networksetting.txt. The exact name of the file is arbitrary and can be placed anywhere you wish.

If you input the command

netsh -f networksetting.txt,

you can load the settings in the networksetting.txt file, which take effect immediately.

Though this system you can create text file dumps for as many network settings as you like, and then use Windows Scripting Host or simple command-line .BAT commands to switch between them as you need to.


Serdar Yegulalp is the editor of the

    Requires Free Membership to View

    When you register, you’ll also receive targeted alerts from my team of editorial writers and independent industry experts with the latest news, tips, and advice to help you do your job more efficiently and effectively. Our goal is to keep you informed on the hottest topics and biggest challenges faced by Windows professionals today.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchWinIT.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchWinIT.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Windows 2000 Power Users Newsletter.


This was first published in November 2001

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.