Skip to content

Instantly share code, notes, and snippets.

@r4dian
Created July 23, 2017 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r4dian/9a31af909178014ca8a3cc1a19fc3760 to your computer and use it in GitHub Desktop.
Save r4dian/9a31af909178014ca8a3cc1a19fc3760 to your computer and use it in GitHub Desktop.
NETSH WLAN show drivers
# Check for: Hosted network supported : Yes
NETSH WLAN set hostednetwork mode=allow ssid=Your_SSID key=Your_Passphrase
NETSH WLAN start hostednetwork
# NETSH WLAN stop hostednetwork
# Other settings:
# https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment