The Save and Restore Command Line Tool is a VBScript (SavResDX.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.
The system on which you restore network configuration settings must have the same configuration as the one on which the save was performed.
![]() |
NOTES:
|
For Intel® PRO/100 or Intel® PRO/1000 adapters: Microsoft* Windows* 2000, XP, Windows Vista*, or Windows Server* 2003
For Intel® PRO/10GbE adapters: Microsoft Windows 2000 Server, Windows Server 2003, or Windows XP (Intel PRO/10GbE CX4 adapters only)
cscript SavResDX.vbs save|restore [filename]
SavResDX.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. |
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 SavResDX.vbs save a:\settings.txt
To restore the adapter settings from a file on a floppy diskette, do the following:
cscript SavResDX.vbs restore a:\settings.txt
Last modified on 9/05/06 9:54p Revision 9