Can't start hostednetwork

后端 未结 10 826
一整个雨季
一整个雨季 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条回答
  •  旧时难觅i
    2020-12-22 16:00

    Some fixes I've used for this problem:

    1. Check if the connection you want to share is shareable.

      a. Press Win-key + r and run ncpa.cpl

      b. Right click on the connection you want to share and go to properties

      c. Go to sharing tab and check if sharing is enabled

    2. Run devmgmt.msc from the run console.

      a. Expand the network adapters list

      b. Right click -> properties on the adapter of the connection you want to share

      c. Go to power management tab and enable allow this computer to turn off this device to save power. Restart your laptop if you've made changes.

    3. Check if airplane mode is disabled. You can enable airplane mode and then turn on the wi-fi, you can never know. Do disable airplane mode if it is on.

    4. Use admin command prompt to run this command.

提交回复
热议问题