Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The netsh dump command generates a script that saves the system's current network settings. By running this command, you produce a script that can be used to recreate the same settings later or on a different device.
Syntax
netsh dump
Parameters
| Command | Description |
|---|---|
| dump | Exports the network configuration details and settings to your device. |
Example
To export your network configuration settings to a file named "netsh_config.txt" and save it in C:\NetConfig, run the following command:
netsh dump > "C:\NetConfig\netsh_config.txt"