Skip to content

Instantly share code, notes, and snippets.

@lctseng
Last active April 9, 2017 04:33
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 lctseng/62034d6acda677d5988e7b2b17907c17 to your computer and use it in GitHub Desktop.
Save lctseng/62034d6acda677d5988e7b2b17907c17 to your computer and use it in GitHub Desktop.
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=allow ssid=your_ssid key=your_password
netsh wlan start hostednetwork
timeout /t 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment