Create wireless hotspots and common problem solving methods under WIN 8

  
Prerequisites
The wireless network card supports the bearer network.
How to check if the network card supports the bearer network
Enter the command at the command prompt: netsh wlan show drive, as an example:

How to create a hotspot
Step 1:
windows key ( The one between ctrl and alt) + x, then select “ command prompt (admin) & rdquo;, that is, execute the cmd command with administrator privileges.

Step 2:
Create a virtual network adapter, the ssid=px heavy px in the following command is the network connection name you set, and the password is 55667788 in the key= 55667788. The name and password are defined by you.
netsh wlan set hostednetwork mode =allow ssid=px key=55667788
Then start the virtual network adapter: netsh wlan start hostednetwork
Execution effect as shown below (successful example):

Step 3 :
Set network sharing related properties.
Two cases:
1, if your computer does not need to dial, you can directly access the Internet, please set the shared attribute of the newly added network adapter, the name of the new adapter needs to be judged by yourself, as shown below The new network connection name is siencetian, you need to check “Allow other network users to connect through this computer's Internet connection”, and select siencetian in the list under Home Network Connection. , other defaults, click OK to save the changes.

2, if your computer needs dial-up Internet access, you need to set the shared properties of the broadband connection (or possibly another name), as shown below (the name of the new adapter added to my computer is something else) , I renamed it to MyWiFi), the modification method is the same as above.

Frequently Asked Questions and Solutions
Question 1: Choosing a home network connection is wrong, saved, how to modify it?
Solution The network adapter is disabled and reconfigured.
Question 2: Configuration is complete, the phone, pad is also connected, but there is a need to reset after reboot, too much trouble
Solution: create a batch file, restart it and use administrator privileges to execute it . For example, create a mywifi.bat file, the content is as follows:
netsh wlan set hostednetwork mode =allow ssid=px key=55667788
netsh wlan start hostednetwork
pause
Execution method: Right click to select the file, Click “Run as administrator, “Menu", as shown below

View execution results to ensure successful execution

Question 3: Error when executing netsh wlan start hostednetwork<;Unable to start hosting The status of the network, group or resource is not the correct state to perform the requested operation.

Workaround: Restart the computer, in Device Manager--> Network Adapter--> Microsoft Managed Network Virtual Adapter right click, select “ Enable & rdquo;, enable success and then re-execute the netsh command.

Question 4: Sharing is set up in the broadband dial-up environment. After changing the network environment, it will not be able to get online.
Solution: Cancel the sharing of broadband connection.

Copyright © Windows knowledge All Rights Reserved