Created
February 25, 2016 06:12
-
-
Save venkatvb/ad9037acd5012aeea9e4 to your computer and use it in GitHub Desktop.
start Wi-Fi hotspot
This file contains hidden or 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
netsh wlan set hostednetwork mode=allow ssid=thisisme key=password123 | |
netsh wlan start hostednetwork |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment