Skip to content

Instantly share code, notes, and snippets.

@clupasq
Created September 30, 2014 11:53
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 clupasq/a42895308e92118ecba5 to your computer and use it in GitHub Desktop.
Save clupasq/a42895308e92118ecba5 to your computer and use it in GitHub Desktop.
Win 8 WIFI Hotspot
REM Follow instructions at https://www.youtube.com/watch?v=2pvK-6321ig
REM If it does not work (keeps waiting at obtaining IP address) repeat the first step:
REM - go to "network connections", select the connection you want to share. Go to "properties" and "sharing".
REM - Deselect "Allow other users to connect through this computer's Internet connection". Click "OK".
REM - Go to "properties" and "sharing" again.
REM - select "Allow other users to connect through this computer's Internet connection". Select the network you just created just below that. Click "OK"
REM - Try again to connect. Should work.
netsh wlan set hostednetwork mode=allow ssid=TheW0lf key=<password_here>
netsh wlan start hostednetwork
REM To view status:
netsh wlan show hostednetwork
REM To stop broadcast:
netsh wlan stop hostednetwork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment