Skip to content

Instantly share code, notes, and snippets.

@Dicondur
Created December 15, 2016 13:18
Show Gist options
  • Save Dicondur/280b847ce639d8e9df449c3aaf5aba1c to your computer and use it in GitHub Desktop.
Save Dicondur/280b847ce639d8e9df449c3aaf5aba1c to your computer and use it in GitHub Desktop.
Start a hosted wifi network on your laptop using PowerShell
netsh wlan set hostednetwork mode=allow ssid=laptop key=password
netsh wlan start hostednetwork
//netsh wlan stop hostednetwork
@Dicondur
Copy link
Author

Add a shared connection to this to share your internet connection too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment