`
lk215215
  • 浏览: 64900 次
  • 来自: ...
社区版块
存档分类
最新评论

配置不同网络IP

阅读更多
(1)在公司时,首先修改笔记本的网络设置,然后在“命令行提示符”中输入:

  netsh -c interface dump > c:\configs\officeinterface.txt

  这样就将办公室的网络设置保存到了C:\Configs\Officeinterface.txt文件中。

(2)回到家后,再次修改笔记本的网络设置,然后在“命令行提示符”中输入:

  netsh -c interface dump > c:\configs\homeinterface.txt

  这样就把家里的网络设置保存到了c:\configs\ homeinterface.txt文件中。

(3)这样再加到公司时,只需在“命令行提示符”中输入:

  netsh -f c:\configs\officeinterface.txt

  笔记本的网络设置就变成适合公司的设置了。而回到家时,只要输入:

  netsh -f c:\configs\homeinterface.txt

  则又改回家里的网络设置。
分享到:
评论
Global site tag (gtag.js) - Google Analytics