1. First, confirm that the wireless network card can be used. In the Start menu, choose "all programs"> "accessories"> "command prompt" and right-click "run as administrator", as shown in the following figure:
2. Enter"
Netsh wlan set hostednetwork mode = allow ssid = itblog key = 123456abc.Press enter to automatically create a Wi-Fi hotspot, as shown in the following figure:
Ssid: wifi hotspot name
Key: Password. The password must contain more than 8 characters.
3. Open "Network and Sharing Center", click "Change adapter settings" on the left side, and an Nic will appear on the right side, as shown in the following figure:
4. Right-click "local connection" or "wireless network connection" (must be connected to the network), click "properties", switch to "share", and check in the first box, select "wireless connection 3" in the selection box below and click OK, as shown in the following figure:
5. Enter"
Netsh wlan start hostednetwork"Press enter to open the wifi hotspot, as shown in the following figure:
6. Enter"
Netsh wlan stop hostednetwork"Press enter to close the wifi hotspot, as shown in the following figure:
S