Skip to content

Instantly share code, notes, and snippets.

@ewnd9
Created February 5, 2013 14:20
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 ewnd9/4714730 to your computer and use it in GitHub Desktop.
Save ewnd9/4714730 to your computer and use it in GitHub Desktop.
share anything to wifi in win8
netsh wlan set hostednetwork mode=allow ssid=name key=password
netsh wlan start hostednetwork
pause
netsh wlan stop hostednetwork
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment