Can't start hostednetwork

后端 未结 10 845
一整个雨季
一整个雨季 2020-12-22 15:12

When I try to run netsh wlan start hostednetwork, I get the following message:

C:\\Windows\\system32>netsh wlan start hostednetwork
The hoste         


        
10条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-22 16:07

    I encountered this problem on my laptop. I found the solution for this problem.

    1. Test this command in the command prompt "netsh wlan show driver".
    2. See Hosted network supported.
    3. If it is no,

    Then do this

    1. Go to device manager.
    2. Click on view and press on "show hidden devices".
    3. Go down to the list of devices and expand the node "Network Devices" .
    4. Find an adapter with the name "Microsoft Hosted Network Virtual Adapter" and then right click on it.
    5. Select Enable
    6. This will enable the AdHoc created connection, it should appear in the network connections in Network and Sharing Center, if the AdHoc network connection is not appear then open elevated command prompt and apply this command "netsh wlan stop hostednetwork" without quotations.
    7. After this, the connection should appear. Then try starting your connection. It should work fine.

提交回复
热议问题