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

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>