Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 8系統教程 >> win8系統應用技巧 >> win8管理無線網絡在哪裡?

win8管理無線網絡在哪裡?

日期:2017/2/9 18:23:30      編輯:win8系統應用技巧

  Windows 8中,“網絡和共享中心”取消了“管理無線網絡”選項。右下角網絡圖標,只能顯示當前能搜到的熱點,如果要管理所有已連接過的概要文件,就比較不方便,只能用命令來實現了。

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

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

  netsh wlan show profiles

win8管理無線網絡在哪裡?

  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 © Windows教程網 All Rights Reserved