Windows 8如何管理无线网络配置文件 问题:系统应用操作 操作步骤: Windows 8中,“网络和共享中心”取消了“管理无线网络”选项。右下角网络图标,只能显示当前能搜到的热点,如果要管理所有已连接过的概要文件,就比较不方便,只能用命令来实现了。 首先,Win+R打开“运行”,输入cmd,进入命令提示符。 1、显示电脑上的所有无线配置文件,在命令提示符下,键入: netsh wlan show profiles 2、显示范围外某个配置文件的安全密钥在命令提示符下,键入: netsh wlan show profile name="ProfileName" key=clear 3、删除范围外的某个配置文件在命令提示符下,键入: netsh wlan delete profile name="ProfileName" 4、停止自动连接到范围外的网络在命令提示符下,键入: netsh wlan set profileparameter name="ProfileName" connectionmode=manual
Windows 8如何管理无线网络配置文件-联想乐享知识库
⚡ 核心结论
本文来源联想官方,解答关于 Windows 8如何管理无线网络配置文件 的常见问题,包括:Windows 8操作系统如何管理已保存的无线网络配置文件?等。
内容来源:联想官方
常见问题解答
Windows 8操作系统如何管理已保存的无线网络配置文件?
Windows 8中‘网络和共享中心’已移除‘管理无线网络’图形界面选项,需通过命令提示符管理:1. 运行netsh wlan show profiles可列出所有已保存的无线配置文件;2. 运行netsh wlan show profile name="ProfileName" key=clear可显示指定配置文件的明文安全密钥;3. 运行netsh wlan delete profile name="ProfileName"可删除指定配置文件;4. 运行netsh wlan set profileparameter name="ProfileName" connectionmode=manual可禁止该网络自动连接。