-
-
Save Rambou/53d56b6682de1c6188ce to your computer and use it in GitHub Desktop.
Windows 10 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
TITLE Hotspot Creator | |
netsh wlan set hostednetwork mode=allow ssid=Rambou key=password | |
netsh wlan start hostednetwork | |
ECHO "Hotspot with SSID Rambou and Password=password Started" | |
PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment