Can't start hostednetwork

后端 未结 10 843
一整个雨季
一整个雨季 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 15:45

    Let alone enabling the network adapter under Device Manager may not help. The following helped me resolved the issue.

    I tried Disabling and Enabling the Wifi Adapter (i.e. the actual Wifi device adapter not the virtual adapters) in Control Panel -> Network and Internet -> Network Connections altogether worked for me. The same can be done from the Device Manager too. This surely resets the adapter settings and for the Wifi Adapter and the Virtual Miniport adapters.

    However, please make sure that the mode is set to allow as in the below example before you run the start command.

    netsh wlan set hostednetwork mode=allow ssid=ssidOfUrChoice key=keyOfUrChoice
    

    and after that run the command netsh wlan start hostednetwork.

    Also once the usage is over with the Miniport adapter connection, it is a good practice to stop it using the following command.

    netsh wlan stop hostednetwork
    

    Hope it helps.

提交回复
热议问题