Skip to content

Instantly share code, notes, and snippets.

@banyudu
Created June 29, 2016 06:46
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 banyudu/26fc4737e5b571b2a0191dec3add4482 to your computer and use it in GitHub Desktop.
Save banyudu/26fc4737e5b571b2a0191dec3add4482 to your computer and use it in GitHub Desktop.
Share wifi on windows
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=allow ssid=yourssid key=yourkey
netsh wlan start hostednetwork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment