摘要: 有线连接获得高速的同时,实现快速的VPN切换 步骤如下: 1. 将VPN网络Fangou设置为自动连接,其他的无线网络设置为非自动连接 2. 修改网络连接的名字/或者修改脚本中的参数为你的网路连接的名字。推荐修改网络连接名字为:本地连接,无线连接 3. "下载bat脚本文件" 解压后放到桌面 4. 阅读全文
posted @ 2017-03-27 13:45 CooMark 阅读(93) 评论(0) 推荐(0)
摘要: ```shell netsh interface set interface name="本地连接" admin=disabled //禁用本地连接 netsh interface set interface name="本地连接" admin=enabled //启用本地连接 ``` 阅读全文
posted @ 2017-03-27 13:22 CooMark 阅读(2031) 评论(0) 推荐(0)