netsh -c interface dump > c:\configs\officeinterface.txt
Now lets say you take it home and reconfigure it correctly for you home network. To save you home network configuration for later use:
netsh -c interface dump > c:\configs\homeinterface.txt
OK. Now you take the laptop back to the office and you need to reconfigure for the office environment: nic address, wins, gateway address... Use the following command to restore your office network interface:
netsh -f c:\configs\officeinterface.txt
At end of day, you take it home. To setup for home, run:
netsh -f c:\configs\homeinterface.txt
As you can imagine, this is very valuable if you have get your laptop to function in multiple network locations.
Related tips:
- How to Use the Netsh.exe Tool and Command-Line Switches
- How to Use the NETSH Command to Change from Static IP Address to DHCP in Windows 2000
- How to Manually Add a Dynamic WINS Entry to a Windows 2000 WINS Server
- Routing and Remote Access Server Stops Authenticating Dial-Up Networking Clients
- How to Enable PPP Logging in Windows 2000
- NETSH Command Does Not Show Correct State for the Internal Interface
- Cannot Connect to Any Resources Over a RAS Link Using IPX
- Running a NetSh Dump Does Not Completely Configure and Enable the RRAS
- Some Configurations Are Not Written Correctly to the NetShell (NetSh) Dump File
- Unexpected Results in the DHCP Service Snap-In After Using NETSH to Authorize DHCP