November 30, 2007
Backup and Restore Windows ip configuration
**Dump current config : **
netsh -c interface dump > filename.txt
make sure file has content by running
type filename.txt
to restore settings run :
netsh -f filename.txt
**Dump current config : **
netsh -c interface dump > filename.txt
make sure file has content by running
type filename.txt
to restore settings run :
netsh -f filename.txt