Skip to content

Instantly share code, notes, and snippets.

@enamcse
Created June 9, 2016 11:52
Show Gist options
  • Save enamcse/e1203b5781e9e7213d43d98e0d55134f to your computer and use it in GitHub Desktop.
Save enamcse/e1203b5781e9e7213d43d98e0d55134f to your computer and use it in GitHub Desktop.
Virtual Network Setup In Windows (Wifi)
File: config.cmd
----------------
set hostednetwork mode=allow ssid=<Network Name> key=<Password at least 8 digits>
File: start.cmd
---------------
netsh wlan start hostednetwork
File: stop.cmd
--------------
netsh wlan stop hostednetwork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment