The Save and Restore Command Line Tool is a VBScript (SavRes.vbs) that allows you to copy the current adapter and team settings into a standalone file (such as on a floppy disk) as a backup measure. In the event of a hard drive failure, you can reinstate most of your former settings. This script does not save/restore the network drivers or the protocol addresses.
Restoring network configuration settings can only be done on the same system with the same configuration on which the save was performed.
![]() |
NOTES: Only adapter settings are saved (these include ANS teaming, Express teaming and VLANs). The adapter's driver and IP address are not saved. |
When you save the adapter settings, the script removes all the configured teams and VLANs. Run the script again to restore your settings. The preferred primary adapter setting is not saved or restored. You must manually change the preferred primary adapter setting after restoring the team settings. |
Microsoft* Windows* 2000, Windows XP, Windows Server 2003
cscript SavRes.vbs save|saveall|restore [filename]
SavRes.vbs has the following command line options:
save | Saves adapter and team settings that have been changed from the default settings. When you restore with the resulting file, any settings not contained in the file are assumed to be the default. |
saveall | Saves all adapter settings, even those that are the default values. |
restore | Restores the settings. |
filename | The file to save settings to or restore settings from. If no filename is specified, the script default to WmiConf.txt. |
To save the adapter settings to a file on a floppy diskette, do the following.
cscript SavRes.vbs save a:\settings.txt
To restore the adapter settings from a file on a floppy diskette, do the following:
cscript SavRes.vbs restore a:\settings.txt
Last modified on 6/10/04 8:02a Revision 4