Backup and Restore Windows ip configuration
November 30th, 2007
No comments
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

