Enable and set the virtual WiFi NIC: run the command: netsh wlan set hostednetwork mode = allow ssid = xiaoyu key = 12345678. This command has three parameters: mode: whether to enable the virtual WiFi Nic, if it is set to disallow, It is disabled. Ssid: the name of the wireless network. It is best to use English (take wuminPC as an example ). Key: wireless network password, which consists of more than eight characters (wuminWiFi is used as an example ). The preceding three parameters can be used independently at www.2cto.com. For example, if you only use mode = disallow, you can directly disable the virtual Wifi Nic. Set Internet Connection Sharing: In the "Network Connection" window, right-click a network connection that has been connected to the Internet and choose "properties"> "share ", check "allow others... connection (N)" and select "virtual WiFi ". Enable wireless network: continue to run: netsh wlan start hostednetwork display Wireless Network Information command: netsh wlan show hostednetwork
Author: Wang Jianyu