One day to play with friends, see a friend on the computer cmd window has a command: netsh wlan start hostednetwork, at that time I was curious to see the next, the friend said is a buddy to him set, you can use the computer as a wireless AP, using a mobile phone connection to the Internet, Later I came back to study a bit, if so, although there are many online software can realize computer sharing wireless WiFi internet, such as WiFi sharing Genie, but I still want to emphasize this virtual connection usage, convenient for everyone to use, but also as a record, in the future to consult it, Needless to say, the method is very simple, the following several commands to be done.
Netsh wlan set hostednetwork mode=allow//Allow setting of WLAN;
Netsh wlan set hostednetwork ssid=wuli-wifi//Set WiFi name as Wuli-wifi;
Netsh wlan set hostednetwork key=12345678//Set WiFi connection password to 12345678;
Netsh wlan start hostednetwork//enable WLAN network;
This is the above four steps, remember that the current can be online to share the local network card to the virtual network card can be.
This article is from the "Wuli_blog" blog, make sure to keep this source http://wuli03960405.blog.51cto.com/1470785/1562355
Build a wireless network with a virtual network card that comes with Windows