Establish Wi-Fi hotspots in win7 and win7wifi hotspots
Some routers do not have the wifi function. Our computer can only use the network cable to access the Internet, but the mobile phone cannot connect to the network cable. In this case, we can use the computer connected to the network cable to establish a wifi hotspot so that the mobile phone can access the Internet through wifi.
1. Run this command as Administrator
Netsh wlan set hostednetwork mode = allow ssid = mywifi key = sysprogram
Mode: whether to enable the virtual WiFi Nic. If it is set to disallow, It is disabled.
Ssid: the name of the wireless network. We recommend that you use English.
Key: wireless network password, which must be more than eight characters long.
In this case, a virtual wi-fi connection is added to the network connection.
2. in the local connection, right-click "properties"-"share", check "allow other network users to connect to the computer over the Internet (N)", and select "virtual WiFi ".
3. Run the following command to enable
Netsh wlan start hostednetwork
4. You can find the Wi-Fi search on your phone.