Woops! I forgot to mention that it is required to share the network connected to Internet with the Microsoft Virtual WiFi Miniport.
Last active
August 20, 2018 09:30
-
-
Save Mithrandir0x/5620566 to your computer and use it in GitHub Desktop.
Two little batch files to create a cozy WiFi hotspot from the laptop Snatched from xda-developers, yet I don't remember the thread.
Kudos to the author.
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 stop hostednetwork | |
pause |
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=SSID_NAME key=PASSWORD | |
netsh wlan start hostednetwork | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we use these files from a Cpp program? just like a program to create a hotspot.