Windows11 Wi-Fiの優先順位を変更する方法

環境
エディション Windows 11 Pro
バージョン 21H2
システムの種類 64bit

操作方法
1.スタートメニューをクリックし検索フォームにcmdと入力検索します。

2.「管理者として実行」をクリックします。
ユーザーアカウント制御が表示されます。「はい」をクリックします。

3.次のコマンドを実行し、Wi-Fiの優先順位を確認します。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
 netsh wlan show profiles
 netsh wlan show profiles
 netsh wlan show profiles

4.次のコマンドを実行し、Wi-Fiのアダプター名(Name)を確認します。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
 netsh wlan show interfaces
 netsh wlan show interfaces
 netsh wlan show interfaces

5.次のコマンドを実行し、Wi-Fiの優先順位を変更します。
書式

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
netsh wlan set profileorder name="WiFiのSSID" interface="インターフェース名" priority=優先順位
netsh wlan set profileorder name="WiFiのSSID" interface="インターフェース名" priority=優先順位
netsh wlan set profileorder name="WiFiのSSID" interface="インターフェース名" priority=優先順位

操作例

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
netsh wlan set profileorder name="Buffalo-x-XXXX" interface="Wi-Fi" priority=1
netsh wlan set profileorder name="Buffalo-x-XXXX" interface="Wi-Fi" priority=1
netsh wlan set profileorder name="Buffalo-x-XXXX" interface="Wi-Fi" priority=1

 

Windows11

Posted by arkgame