Skip to content

Instantly share code, notes, and snippets.

@felixexter
Created October 9, 2017 04:17
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 felixexter/f15a0b61393e0e2d959be92e39cdbdf7 to your computer and use it in GitHub Desktop.
Save felixexter/f15a0b61393e0e2d959be92e39cdbdf7 to your computer and use it in GitHub Desktop.
Share WiFi from Windows via Virtual WiFi from all connections
netsh wlan set hostednetwork mode=allow ssid="networkname" key="password" keyUsage=persistent

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