萬盛學電腦網

 萬盛學電腦網 >> windows 8技巧 >> Windows 8 管理無線網絡配置文件

Windows 8 管理無線網絡配置文件

   Windows 8中,“網絡和共享中心”取消了“管理無線網絡”選項。

  右下角網絡圖標,只能顯示當前能搜到的熱點,如果要管理所有已連接過的概要文件,就比較不方便,只能用命令來實現了。

  首先,Win+r打開“運行”,輸入cmd,進入命令提示符。

  1. 顯示電腦上的所有無線配置文件,在命令提示符下,鍵入:

  netsh wlan show profiles

Windows 8 管理無線網絡配置文件  三聯

  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

copyright © 萬盛學電腦網 all rights reserved