Windows 7 system to establish a virtual WIFI method

  

Prerequisites You must first turn on the notebook wireless switch. Then type ""cmd" in the "Start” menu, right click on cmd, select “Run as administrator". (or shortcut key win+R→ enter "cmd”→ enter operation]


Pop up command prompt window in the window type netsh wlan sethostednetwork mode=allow ssid=smalolo key =smalolo123.

This command has three parameters,

mode: whether the virtual WiFi network card is enabled, and disallow is disabled.

ssid: The name of the wireless network, preferably in English (for example, smalolo). This name is free

key: wireless network password, more than eight characters (take smalolo123 as an example). I tested the password creation failure of less than 8 characters

The above three parameters can be used separately. For example, only mode=disallow can be used to directly disable the virtual Wifi NIC.


At this time, go to the control panel----network and internet----network sharing center----change the adapter, you will find multiple network cards as "MicrosoftVirtualWiFi MiniportAdapter" ; wireless connection 2, here I have renamed it to smaloloWifi. As shown below:


Set up Internet connection sharing: in the "network connection", right click & rdquo; Local connection & rdquo;, select “ attribute & rdquo; → & ldquo; share " → & rdquo; allow other … & hellip; connection (N) " → & ldquo; smalolo Wifi & rdquo; And after you click “OK", the words "Share" will appear next to the Local Connect icon.


At this point, it may appear that "Unable to enable shared access error code: 0x80004005: Unspecified error", in this case, right click on the “computer<; , select “Manage”→Double-click in the menu bar on the left to open “Services & Applications"Menu→ Select "Service”→ Find and select "WindowsFirewall” → Click “ ; enable this service & rdquo;, then do the operation in the previous section.


Finally at the command prompt type: netsh wlan starthostednetwork Press Enter to turn on the wireless network. To enable the wireless network after booting up, just run this command again. When you change "start” to "stop", you can turn off the wireless network.


This method establishes wifi, supports WP7 system, Android system, and notebook, other systems have not been tested. The downside is that every time you boot, you must run the netsh wlan starthostednetwork

Copyright © Windows knowledge All Rights Reserved