Skip to content

Instantly share code, notes, and snippets.

@ignaciospisso
Created August 18, 2015 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignaciospisso/4a32cd2722e874a04dd0 to your computer and use it in GitHub Desktop.
Save ignaciospisso/4a32cd2722e874a04dd0 to your computer and use it in GitHub Desktop.
WIFI sharing using a wireless network card for windows (batch file)
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=allow ssid=REPLACEHOTSPOTNAME key=REPLACEHOTSPOTPASSWORD
netsh wlan start hostednetwork
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment