Created
August 18, 2015 02:43
-
-
Save ignaciospisso/4a32cd2722e874a04dd0 to your computer and use it in GitHub Desktop.
WIFI sharing using a wireless network card for windows (batch file)
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 | |
netsh wlan set hostednetwork mode=allow ssid=REPLACEHOTSPOTNAME key=REPLACEHOTSPOTPASSWORD | |
netsh wlan start hostednetwork | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment