Skip to content

Instantly share code, notes, and snippets.

@Rambou
Created December 13, 2015 00:36
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 Rambou/53d56b6682de1c6188ce to your computer and use it in GitHub Desktop.
Save Rambou/53d56b6682de1c6188ce to your computer and use it in GitHub Desktop.
Windows 10 Hotspot
TITLE Hotspot Creator
netsh wlan set hostednetwork mode=allow ssid=Rambou key=password
netsh wlan start hostednetwork
ECHO "Hotspot with SSID Rambou and Password=password Started"
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment