Created
December 15, 2016 13:18
-
-
Save Dicondur/280b847ce639d8e9df449c3aaf5aba1c to your computer and use it in GitHub Desktop.
Start a hosted wifi network on your laptop using PowerShell
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
netsh wlan set hostednetwork mode=allow ssid=laptop key=password | |
netsh wlan start hostednetwork | |
//netsh wlan stop hostednetwork |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a shared connection to this to share your internet connection too.