Skip to main content

Diigo Home

Welcome to netsh on Windows Vista/XP @ EVOKNOW.COM - The Diigo Meta page

www.evoknow.com/...vistaxp-cli-netsh.html - Cached - Annotated View

gialloporpora 's personal annotations on this page

gialloporpora
Gialloporpora bookmarked on 2009-09-28 commandline windows

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.

  • 28 Sep 09
    gialloporpora
    gialloporpora

    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

    commandline windows

    • c:> netsh dump > net.config.txt
    • c:> netsh exec net.config.txt