Windows 8.1 WiFiの接続設定を削除する

Windows8.1から WiFiの一覧を右クリックしてもコンテキストメニューが表示されなくなりました。

チャーム⇒設定⇒PC設定の変更⇒ネットワーク⇒接続で設定変更も多少は可能ですが、接続中のコネクションに限られ 接続できる設定も共有設定ぐらいで中途半端です。

このためGUIからはWiFiの接続設定の細かな変更や削除をする事はできません。

この前、同じネットワーク接続設定を複数作ってしまったのをCUIから削除したのでそのやり方の覚書です。

元ネタ

http://windows.microsoft.com/en-us/windows-8/manage-wireless-network-profiles

手順

  1. コマンドプロンプトを起動します。見つからない人はWindowsキー+RでCMDと入れるか、検索からコマンドで見つけてください。
  2. プロファイルを表示する。
`netsh wlan show profiles`
    
[<img src="/post/2013/11/netsh_wlan_show_profiles.png" alt="netsh_wlan_show_profiles" width="677" height="493" class="aligncenter size-full wp-image-1769" srcset="/post/2013/11/netsh_wlan_show_profiles.png 677w, /post/2013/11/netsh_wlan_show_profiles-300x218.png 300w, /post/2013/11/netsh_wlan_show_profiles-624x454.png 624w" sizes="(max-width: 677px) 100vw, 677px" />][1] 
  1. ここでは複数登録してしまっている “xxxxxxx 2” となっているプロファイルを削除しますので、以下の様にコマンドを入力
`netsh wlan delete profile name="xxxxxxx 2" i=*`
    
[<img src="/post/2013/11/netsh_wlan_delete_profile.png" alt="netsh_wlan_delete_profile" width="640" height="54" class="aligncenter size-full wp-image-1771" srcset="/post/2013/11/netsh_wlan_delete_profile.png 640w, /post/2013/11/netsh_wlan_delete_profile-300x25.png 300w, /post/2013/11/netsh_wlan_delete_profile-624x52.png 624w" sizes="(max-width: 640px) 100vw, 640px" />][2] 
  1. プロファイルを表示して確認
`netsh wlan show profiles`
    
[<img src="/post/2013/11/netsh_wlan_show_profiles_confirm.png" alt="netsh_wlan_show_profiles_confirm" width="640" height="267" class="aligncenter size-full wp-image-1772" srcset="/post/2013/11/netsh_wlan_show_profiles_confirm.png 640w, /post/2013/11/netsh_wlan_show_profiles_confirm-300x125.png 300w, /post/2013/11/netsh_wlan_show_profiles_confirm-624x260.png 624w" sizes="(max-width: 640px) 100vw, 640px" />][3]