Home > News > Backup and Restore Windows ip configuration

Backup and Restore Windows ip configuration

November 30th, 2007 Leave a comment Go to 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

  1. No comments yet.
  1. No trackbacks yet.