參考網站 :https://www.windowscentral.com/how-manage-wireless-networks-using-command-prompt-windows-10
Netsh WLAN show profiles --- 顯示了每個無線適配器在計算機上存儲的所有配置文件
Netsh WLAN show profiles interface="WLAN" ---顯示特定無線適配器的配置文件列表
Netsh WLAN show drivers ---獲取有關計算機的無線適配器的驅動程序信息
Netsh WLAN show wirelesscapabilities ---查看所有受支持的無線適配器功能
Netsh WLAN show interfaces --- 查看特定的無線適配器信息
Netsh WLAN show profile name="Profile_Name" key=clear ---查看密碼 如果您丟失了密碼並且忘記了將另一台設備連接到特定Wi-Fi接入點的網絡安全密鑰,則可以使用以下命令查看網絡安全密鑰
Netsh WLAN set profileparameter name="Profile_Name" connectionmode=manual --- 防止計算機自動連接到其他網絡,自動停止連接超出的網絡
Netsh WLAN set profileparameter name=" Profile_Name" connectionmode=auto ---Windows 10將始終優先選擇您選擇自動連接的那些網絡。如果要在優先級列表中向上移動網絡
Netsh WLAN delete profile name="Profile_Name" --- 刪除密碼和配置
Netsh WLAN export profile key=clear folder="Folder_Path" ---導出所有無線網絡配置文件
Netsh WLAN export profile name="Profile_Name" key=clear folder="Folder_Path" ---導入特定配置
Netsh WLAN add profile filename="File_Path.XML" ---導入配置
Netsh WLAN add profile filename="Path_With_Filename.xml" Interface="Wireless Network Connection" user=current --- 將配置文件導入到特定的無線接口而僅導入到當前用戶
Netsh WLAN show WLANreport --- 創建無線報告 對與接入點的無線連接進行故障排除
