windows8管理无线网络配置文件(用命令实现)

番茄系统家园 · 2022-07-15 07:15:35

  Windows 8中,“网络和共享中心”取消了“管理无线网络”选项。

  右下角网络图标,只能显示当前能搜到的热点,如果要管理所有已连接过的概要文件,就比较不方便,只能用命令来实现了。

  首先,Win+r打开“运行”,输入cmd,进入命令提示符。

  1. 显示电脑上的所有无线配置文件,在命令提示符下,键入:

  netsh wlan show profiles

windows8管理无线网络配置文件(用命令实现)

  2. 显示范围外某个配置文件的安全密钥在命令提示符下,键入:

  netsh wlan show profile name="ProfileName" key=clear

windows8管理无线网络配置文件(用命令实现)

  3. 删除范围外的某个配置文件在命令提示符下,键入:

  netsh wlan delete profile name="ProfileName"

windows8管理无线网络配置文件(用命令实现)

  4. 停止自动连接到范围外的网络在命令提示符下,键入:

  netsh wlan set profileparameter name="ProfileName" connectionmode=manual

免责声明: 凡标注转载/编译字样内容并非本站原创,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。如果你觉得本文好,欢迎推荐给朋友阅读;本文链接: https://m.nndssk.com/xtwt/84887arXEGt.html
猜你喜欢
最新应用
热门应用