How to set up the bearer network under Win8 system?

  

Step 1, check if the computer supports network sharing

In the command prompt (open the way to see the article at the end), type: netsh wlan show drivers, then press Enter.

Find the "supported bearer network" one, if the following is displayed as "is", congratulations, your computer supports the bearer network to share, otherwise, think about it!

Step 2: Set the username and password for the shared network

At the command prompt, type: netsh wlan set hostednetwork mode=allow ssid=WifiName key=WifiPasswd Enter

ssid sets the Wifi name, key is the password item

After the carriage return, it will display

Step 3, start the bearer network

Enter at the command prompt ;netsh wlan start hostednetwork

Enter

Step 4: Shut down the bearer network

At the command prompt, type: netsh wlan stop hostednetwork

Car

Step 5, Possible Problems

In the third step, it may fail to start. The solution is as follows:

Right click on my computer-- Management - Device Manager - Network Adapter, check if there is a yellow logo in front of the Microsoft kernel debug network adapter If any, that you did not start, right-click - start and try to start a successful step 3. If it still doesn't work, you can try to update the NIC driver (not tried)

Step 6, win 8 command prompt startup method

Micro software+R: Enter cmd, Enter

In the lower left corner of the desktop, right-click and in the shortcut menu that appears, select "Command Prompt"/"Command Prompt (Admin)"

Copyright © Windows knowledge All Rights Reserved