Switching network settings (profiles) in windows

Home » Windows » Switching network settings (profiles) in windows
Date: 2007-08-25
Link: http://windows.devquickref.com/windows-switching-network-interface-dump-settings-profiles-windows.html

How to switching network settings (profiles) in Microsoft Windows

 
Create two bat files on your desktop.
"save.bat"
"netsh -c interface dump >net.txt"
"restore.bat"
To restore settings use "netsh -f net.txt"
You can save current settings and then change them via standard way from Control Panel, when you're done you can restore previous settings by clicking on "restore.bat"