Skip to content

Instantly share code, notes, and snippets.

@m5lil
Created January 18, 2017 02:29
Show Gist options
  • Save m5lil/2ae541df985ba3118cdf93dda41c1be8 to your computer and use it in GitHub Desktop.
Save m5lil/2ae541df985ba3118cdf93dda41c1be8 to your computer and use it in GitHub Desktop.
Create a wireless Hosted Network in Windows 10 ( Hotspot )
NETSH WLAN set hostednetwork mode=allow ssid=Your_SSID key=Your_Passphrase
NETSH WLAN start hostednetwork

if the last cammand didn't work enable Microsoft Hosted Network Virtual Adapter in 'Device Manager`

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