Quickly configure different network parameters.

  
For notebook users, the biggest headache is that every time you use your home and office to reconfigure your network settings, Netsh tools can be used to quickly switch between different network settings. (1) In the company, first modify the network settings of the notebook, and then in the "command line prompt" enter: netsh -c interface dump > c: configsofficeinterface.txt This will save the office network settings to C: ConfigsOfficeinterface. In the txt file. (2) After returning home, modify the notebook's network settings again, and then type: netsh -c interface dump > c:configshomeinterface.txt in the "command prompt" to save the home network settings to c:configs homeinterface In the .txt file. (3) When you add it to the company, just type in the "command line prompt": netsh -f c:configsofficeinterface.txt The network settings of the notebook become suitable for the company's settings. When you get home, just type: netsh -f c:configshomeinterface.txt and change the network settings in your home.
Copyright © Windows knowledge All Rights Reserved