gialloporpora 's personal annotations on this page
Salvare le impostazioni internet da riga di comando su Windows.
There are zillion options that you can try. One of the coolest thing you can do is dump all your computer’s network configuration in a single file using the following command:
c:> netsh dump > net.config.txt
This is a great way to keep a copy in case you plan to mess with network and not get messed up. To run the script back, you can run:
c:> netsh exec net.config.txt
-
c:> netsh dump > net.config.txt
-
c:> netsh exec net.config.txt
This link has been bookmarked by 1 people . It was first bookmarked on 28 Sep 2009, by gialloporpora.
-
gialloporporaSalvare le impostazioni internet da riga di comando su Windows.
There are zillion options that you can try. One of the coolest thing you can do is dump all your computer’s network configuration in a single file using the following command:
c:> netsh dump > net.config.txt
This is a great way to keep a copy in case you plan to mess with network and not get messed up. To run the script back, you can run:
c:> netsh exec net.config.txt-
c:> netsh dump > net.config.txt
-
c:> netsh exec net.config.txt
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.