LoginSignup
0
0

More than 5 years have passed since last update.

Windowsで無線LANアクセスポイントの優先順位をつける

Posted at

やり方

  1. コマンドプロンプトを起動
  2. インターフェース名とユーザープロファイルを確認のため、% netsh wlan show profile を実行。
  3. 優先度を高くしたい場合 % netsh wlan set profileorder name={優先するSSID} interface={インターフェース名} priority=1」と実行する。

(参考)
http://news.mynavi.jp/column/windows/225/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0