Skip to content

Instantly share code, notes, and snippets.

@mandulaj
Last active October 27, 2015 12:25
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 mandulaj/78db12459c00102c0ef0 to your computer and use it in GitHub Desktop.
Save mandulaj/78db12459c00102c0ef0 to your computer and use it in GitHub Desktop.
Windows Wifi hotspot creation
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=allow ssid=NANANA key=password123
netsh wlan start hostednetwork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment