Create a wireless hotspot under WIN 8 and solve common problems

  

Prerequisites

The wireless network card supports the bearer network.

How to check if the NIC supports the bearer network

At the command prompt, enter the command: netsh wlan show drive , as shown in the following example:

How to create a hotspot

Step 1:

The 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 set by 55667788 in key= 55667788 , here 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

The effect is as shown below (successful example) :

Step three:

Set the network share related properties.

Two situations:

1. If your computer does not need to dial, you can go online directly. Please set the shared attribute of the newly added network adapter. The name of the new adapter needs to be your own. Judging, the new network connection name is siencetian as shown in the figure below. 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, save, how to modify it?

Solution: Can't be modified, However, this virtual network adapter can be disabled and reconfigured.

Question 2: The configuration is complete, the mobile phone and the pad are connected, but there is a need to reset after the restart, too much trouble

Solution: create a batch file, use management after restart The administrator can execute it. For example, create a mywifi.bat file with the following contents:

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: When executing netsh wlan start hostednetwork, the error is "Unable to start the bearer network. The status of the group or resource is not the correct status of the request operation".

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

Question 4: Sharing is set in the broadband dial-up environment. After changing the network environment, the network cannot be accessed.

Solution: Cancel the sharing of the broadband connection.

Copyright © Windows knowledge All Rights Reserved