Created
January 25, 2015 08:25
-
-
Save GOROman/862a31feee85c021c1a8 to your computer and use it in GitHub Desktop.
WindowsのコマンドプロンプトからWLANの接続先を変更する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo off | |
netsh WLAN connect name="GoProHero1" ssid="GoProHero1" | |
pause | |
netsh WLAN connect name="GoProHero2" ssid="GoProHero2" | |
pause | |
netsh WLAN connect name="GoProHero3" ssid="GoProHero3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment