列出所有可连接wifi详细信息:netsh wlan show networks mode=bssid 为cmd/powershell设置代理:netsh winhttp set proxy 127.0.0.1:1080 取消代理:netsh winhttp reset proxy 查看代理:netsh winhttp show proxy 手动连接:Netsh WLAN set profileparameter name="" connectionmode=manual 自动连接: Netsh WLAN set profileparameter name="" connectionmode=auto 列出配置文件:netsh wlan show profiles name=* key=clear 遍历所有name 列出配置文件:netsh wlan show profiles【显示本机保存的profiles,配置文件是以wifi的ssid命名】 列出配置文件:netsh wlan show profile 导出配置文件:netsh wlan export profile key=clear 删除配置文件:netsh wlan delete profile name="" 添加配置文件:netsh wlan add profile filename="" 断开连接热点: netsh wlan disconnect 连接指定热点:netsh wlan connect name="wifi name" 列出无线接口:netsh wlan show interface 开启无线接口:netsh interface set interface "Interface Name" enabled
本篇文章链接 地址:https://wmzos.com/?id=38
添加新评论