I have seen a lot of tutorials on the Internet, but I don't have much to use. I have made a good arrangement today for you to enjoy.
Tools/Raw Materials
Method/step
-
Step 1. Press win + R to bring up the "run" column and enter "cmd" in the "run" menu bar. a command prompt is displayed, enter the command "netsh WLAN set hostednetwork mode = allow SSID = Xiaoming key = 18901234" to start the virtual WiFi network adapter. The parameter after the SSID is equal to the network name and the key is the key. Enter the command and press enter to start the bearer network.If it cannot be started, close the command prompt. Go to Start, find the command prompt in the attachment to run as administrator, and then enter the netsh command.
-
Step 2 open the network sharing center and click "Change adapter". We will see a network connection named "wireless network connection 2", which is the virtual Wi-Fi network card that comes with win7, right-click the network that is being connected, and click Properties. On the "share" tab, click to enter. Select allow other network users to connect through the Internet connection of this computer, select "wireless network connection 2" to connect.
-
Step 3 open the command prompt, enter the final command, "netsh WLAN start hostednetwork", start the bearer network, open the WLAN of the mobile phone, and find a network named "Xiaoming, at this time, enter the key "18901234", and you will be able to enjoy the fast mobile phone free WiFi access! Try again soon!
Notes
-
if you open a command prompt, after entering the first command, the prompt "you must use the Administrator permission to run this command from the command prompt" appears. Close the window and find the command prompt in the Start menu bar, right-click to run as Administrator
if you forget the password, you need to change the password:
Add Code to the CMD command.
set/P key = enter the password:
netsh WLAN set hostednetwork key = % key %