Skip to content

Instantly share code, notes, and snippets.

@andreasbotsikas
Created April 12, 2014 09:57
Show Gist options
  • Save andreasbotsikas/10527805 to your computer and use it in GitHub Desktop.
Save andreasbotsikas/10527805 to your computer and use it in GitHub Desktop.
@REM Create the hostednetwork named AbotNetwork and protect
@REM it using the 12345678 password
netsh wlan set hostednetwork ssid=AbotNetwork key=12345678
@REM Start the hostednetwork. Devices should be able to
@REM see the network after that and be able to obtain
@REM an ip on the 192.168.x.x range
netsh wlan start hostednetwork
@REM Stop the hostednetwork
netsh wlan stop hostednetwork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment