Skip to content

Instantly share code, notes, and snippets.

@GOROman
Created January 25, 2015 08:25
Show Gist options
  • Save GOROman/862a31feee85c021c1a8 to your computer and use it in GitHub Desktop.
Save GOROman/862a31feee85c021c1a8 to your computer and use it in GitHub Desktop.
WindowsのコマンドプロンプトからWLANの接続先を変更する
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