电脑商网经销商论坛 » 笔记本 » 教你如何快速为笔记本配置不同网络

2008-7-22 09:44 小城猴子
教你如何快速为笔记本配置不同网络

   笔记本用户最头痛的就是,每次在家里和办公室使用都要重新配置网络设置,利用上面的Netsh工具可以快速实现不同网络设置的切换。
(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
则又改回家里的网络设置。

页: [1]


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.