Created
April 12, 2014 09:57
-
-
Save andreasbotsikas/10527805 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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