Skip to main content
Added more steps to make sure it works. Also improved my solution.
Source Link
Gabriel Fair
  • 3.9k
  • 14
  • 37
  • 68
  1. About the Wireless Hosted Network ======== Basically Microsoft changed the way things are handled here in windows 8 and 10.
  1. Set up Hosted NetworkCheck your services. ========= Still inYou need to check if the promptfollowing windows services are enabled. Type Pull up the services screen by typing services.msc in a windows run dialogue box. You can pull it up by pressing the following keyboard shortcut: (Windows-Key + R)
  • run ->services.msc->"routing and remote access" must be set to automatic
  • run->services.msc->"internet connection sharing"->startup type-auto(delayed)
  • (Laptops) Lastly check if your computer's current power plan is not set to battery saving mode. Those profiles can put the wifi card into an energy saving mode, breaking the hostednetwork. In my experience I would have to restart the computer before my wifi hotspot works again.

Now restart your computer to make sure these services are persistently enabled.

  1. Set up Hosted Network ========= Still in the prompt. Type:

netsh wlan set hostednetwork mode=allow ssid=”DESIRED_NETWORK_NAME” key=”YOUR_PASSWORD”

netsh.exe wlan start hostednetworknamehostednetwork

Right click on the Ethernet connection you want to share and go to properties -> Sharing. Click onThen check the sharing buttonbox for "Allow other network users..".

It does not matter if the "Allow other network users to control..." box is enabled.

You probably don't want to share your Home networking connection with your Wi-Fi adapter. Like in this image below.

http://superuser.com/q/878497/109803

And thenInstead you arewant to select the new connection that appeared after you enabled shared networking above.


You should be done. Check to see if you can now see your new wifi hostspot.

  1. Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: http://superuser.com/q/878497/109803 A great website that I found that explains what a lot of the variables you see in the advanced tab is: Here

  2. Set the 'ad hoc' variable to enabled.

  3. Set ICS service start mode to auto (delayed):

    Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: http://superuser.com/q/878497/109803

A great website that I found that explains what a lot of the variables you see in the advanced tab is: Here

  1. Set the 'ad hoc' variable to enabled.

  2. Set ICS service start mode to auto (delayed):

  1. About the Wireless Hosted Network ======== Basically Microsoft changed the way things are handled here in windows 8.
  1. Set up Hosted Network ========= Still in the prompt. Type:

netsh wlan set hostednetwork mode=allow ssid=”DESIRED_NETWORK_NAME” key=”YOUR_PASSWORD”

netsh.exe wlan start hostednetworkname

Right click on the Ethernet connection you want to share and go to properties -> Sharing. Click on the sharing button.

http://superuser.com/q/878497/109803

And then you are done.

  1. Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: http://superuser.com/q/878497/109803 A great website that I found that explains what a lot of the variables you see in the advanced tab is: Here

  2. Set the 'ad hoc' variable to enabled.

  3. Set ICS service start mode to auto (delayed):

  1. About the Wireless Hosted Network ======== Basically Microsoft changed the way things are handled in windows 8 and 10.
  1. Check your services. ========= You need to check if the following windows services are enabled. Pull up the services screen by typing services.msc in a windows run dialogue box. You can pull it up by pressing the following keyboard shortcut: (Windows-Key + R)
  • run ->services.msc->"routing and remote access" must be set to automatic
  • run->services.msc->"internet connection sharing"->startup type-auto(delayed)
  • (Laptops) Lastly check if your computer's current power plan is not set to battery saving mode. Those profiles can put the wifi card into an energy saving mode, breaking the hostednetwork. In my experience I would have to restart the computer before my wifi hotspot works again.

Now restart your computer to make sure these services are persistently enabled.

  1. Set up Hosted Network ========= Still in the prompt. Type:

netsh wlan set hostednetwork mode=allow ssid=”DESIRED_NETWORK_NAME” key=”YOUR_PASSWORD”

netsh.exe wlan start hostednetwork

Right click on the Ethernet connection you want to share and go to properties -> Sharing. Then check the box for "Allow other network users..".

It does not matter if the "Allow other network users to control..." box is enabled.

You probably don't want to share your Home networking connection with your Wi-Fi adapter. Like in this image below.

http://superuser.com/q/878497/109803

Instead you want to select the new connection that appeared after you enabled shared networking above.


You should be done. Check to see if you can now see your new wifi hostspot.

  1. Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: http://superuser.com/q/878497/109803

A great website that I found that explains what a lot of the variables you see in the advanced tab is: Here

  1. Set the 'ad hoc' variable to enabled.

  2. Set ICS service start mode to auto (delayed):

Added some troubleshooting steps.
Source Link
Gabriel Fair
  • 3.9k
  • 14
  • 37
  • 68

You can read about it more [here][1]here.

You should see: ![http://superuser.com/q/878497/109803][2]http://superuser.com/q/878497/109803

![http://superuser.com/q/878497/109803][3]http://superuser.com/q/878497/109803

  1. Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: ![httphttp://superuser.com/q/878497/109803 A great website that I found that explains what a lot of the variables you see in the advanced tab is://superuser.com/q/878497/109803][4] Here

  2. Set the 'ad hoc' variable to enabled. [1]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd815243(v=vs.85).aspx [2]: https://i.sstatic.net/XQnPa.png [3]:

  3. Set ICS service start mode to auto https://i.sstatic.net/JI3tY.png [4](delayed): https://i.sstatic.net/y0yC1.png

  • Run » services.msc » Internet Connection Sharing » Startup Type » auto (delayed)

  • Restart your PC or stop/start the service.

This service will load after about 5 mins once Windows starts. It does not immediately start.

  1. Second solution to make ICS work on startup if 3. did not work:
  • Go to Run » services.msc but then, aside from checking ICS service, check for "Routing and Remote Access". If it's on manual you need to set it to automatic – delayed and turned on.

  • By default it was turned off, not even on manual mode.

  • After I changed it to Automatic and pressed Start, Internet started working.

You can read about it more [here][1].

You should see: ![http://superuser.com/q/878497/109803][2]

![http://superuser.com/q/878497/109803][3]

  1. Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: ![http://superuser.com/q/878497/109803][4]

  2. Set the 'ad hoc' variable to enabled. [1]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd815243(v=vs.85).aspx [2]: https://i.sstatic.net/XQnPa.png [3]: https://i.sstatic.net/JI3tY.png [4]: https://i.sstatic.net/y0yC1.png

You can read about it more here.

You should see: http://superuser.com/q/878497/109803

http://superuser.com/q/878497/109803

  1. Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: http://superuser.com/q/878497/109803 A great website that I found that explains what a lot of the variables you see in the advanced tab is: Here

  2. Set the 'ad hoc' variable to enabled.

  3. Set ICS service start mode to auto (delayed):

  • Run » services.msc » Internet Connection Sharing » Startup Type » auto (delayed)

  • Restart your PC or stop/start the service.

This service will load after about 5 mins once Windows starts. It does not immediately start.

  1. Second solution to make ICS work on startup if 3. did not work:
  • Go to Run » services.msc but then, aside from checking ICS service, check for "Routing and Remote Access". If it's on manual you need to set it to automatic – delayed and turned on.

  • By default it was turned off, not even on manual mode.

  • After I changed it to Automatic and pressed Start, Internet started working.

Added a troubleshooting section. In case it doesn't work.
Source Link
Gabriel Fair
  • 3.9k
  • 14
  • 37
  • 68

Configuring your wireless card to support ad hoc connections is a tad difficult on the Yoga 3 because of the Broadcom AC wireless card. Also the user interface for setting up an ad hoc connection does not exist any more in the Network and Sharing Center like it did in previous versions of windows.

Here is how I did it.

  1. About the Wireless Hosted Network ======== Basically Microsoft changed the way things are handled here in windows 8.

The wireless Hosted Network is a new WLAN feature supported on Windows 7 and on Windows Server 2008 R2 with the Wireless LAN Service installed. This feature implements two major functions:

  • The virtualization of a physical wireless adapter into more than one virtual wireless adapter sometimes referred to as Virtual Wi-Fi.
  • A software-based wireless access point (AP) sometimes referred to as a SoftAP that uses a designated virtual wireless adapter.

These two functions coexist in a Windows system together. Enabling or disabling the wireless Hosted Network enables or disables both virtual Wi-Fi and SoftAP. It is not possible to enable or disable these two functions separately in Windows.

You can read about it more here[here][1].

  1. Check if your wifi card meets the requirements ========= At the elevated powershell prompt, type this: netsh wlan show drivers

You should see: enter image description here![http://superuser.com/q/878497/109803][2]

  1. Set up Hosted Network ========= Still in the prompt. Type:

netsh wlan set hostednetwork mode=allow ssid=”DESIRED_NETWORK_NAME” key=”YOUR_PASSWORD”

and then

netsh.exe wlan start hostednetworkname

You can check the status and number of connected devices by:

netsh.exe wlan show hostednetwork

  1. Share hosted network using your wireless card ========= In a windows run box (Windows key + R), type: ncpa.cpl and press enter.

Right click on the Ethernet connection you want to share and go to properties -> Sharing. Click on the sharing button.

Click on the sharing button![http://superuser.com/q/878497/109803][3]

And then you are done.

Troubleshooting

If that doesn't work then you have to enable 'ad hoc' support in the wireless card advanced config.

  1. Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: ![http://superuser.com/q/878497/109803][4]

  2. Set the 'ad hoc' variable to enabled. [1]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd815243(v=vs.85).aspx [2]: https://i.sstatic.net/XQnPa.png [3]: https://i.sstatic.net/JI3tY.png [4]: https://i.sstatic.net/y0yC1.png

Configuring your wireless card to support ad hoc connections is a tad difficult on the Yoga 3 because of the Broadcom AC wireless card. Also the user interface for setting up an ad hoc connection does not exist any more in the Network and Sharing Center like it did in previous versions of windows.

Here is how I did it.

  1. About the Wireless Hosted Network ======== Basically Microsoft changed the way things are handled here in windows 8.

The wireless Hosted Network is a new WLAN feature supported on Windows 7 and on Windows Server 2008 R2 with the Wireless LAN Service installed. This feature implements two major functions:

  • The virtualization of a physical wireless adapter into more than one virtual wireless adapter sometimes referred to as Virtual Wi-Fi.
  • A software-based wireless access point (AP) sometimes referred to as a SoftAP that uses a designated virtual wireless adapter.

These two functions coexist in a Windows system together. Enabling or disabling the wireless Hosted Network enables or disables both virtual Wi-Fi and SoftAP. It is not possible to enable or disable these two functions separately in Windows.

You can read about it more here.

  1. Check if your wifi card meets the requirements ========= At the elevated powershell prompt, type this: netsh wlan show drivers

You should see: enter image description here

  1. Set up Hosted Network ========= Still in the prompt. Type:

netsh wlan set hostednetwork mode=allow ssid=”DESIRED_NETWORK_NAME” key=”YOUR_PASSWORD”

and then

netsh.exe wlan start hostednetworkname

You can check the status and number of connected devices by:

netsh.exe wlan show hostednetwork

  1. Share hosted network using your wireless card ========= In a windows run box (Windows key + R), type: ncpa.cpl and press enter.

Right click on the Ethernet connection you want to share and go to properties -> Sharing. Click on the sharing button.

Click on the sharing button

And then you are done.

Configuring your wireless card to support ad hoc connections is a tad difficult on the Yoga 3 because of the Broadcom AC wireless card. Also the user interface for setting up an ad hoc connection does not exist any more in the Network and Sharing Center like it did in previous versions of windows.

Here is how I did it.

  1. About the Wireless Hosted Network ======== Basically Microsoft changed the way things are handled here in windows 8.

The wireless Hosted Network is a new WLAN feature supported on Windows 7 and on Windows Server 2008 R2 with the Wireless LAN Service installed. This feature implements two major functions:

  • The virtualization of a physical wireless adapter into more than one virtual wireless adapter sometimes referred to as Virtual Wi-Fi.
  • A software-based wireless access point (AP) sometimes referred to as a SoftAP that uses a designated virtual wireless adapter.

These two functions coexist in a Windows system together. Enabling or disabling the wireless Hosted Network enables or disables both virtual Wi-Fi and SoftAP. It is not possible to enable or disable these two functions separately in Windows.

You can read about it more [here][1].

  1. Check if your wifi card meets the requirements ========= At the elevated powershell prompt, type this: netsh wlan show drivers

You should see: ![http://superuser.com/q/878497/109803][2]

  1. Set up Hosted Network ========= Still in the prompt. Type:

netsh wlan set hostednetwork mode=allow ssid=”DESIRED_NETWORK_NAME” key=”YOUR_PASSWORD”

and then

netsh.exe wlan start hostednetworkname

You can check the status and number of connected devices by:

netsh.exe wlan show hostednetwork

  1. Share hosted network using your wireless card ========= In a windows run box (Windows key + R), type: ncpa.cpl and press enter.

Right click on the Ethernet connection you want to share and go to properties -> Sharing. Click on the sharing button.

![http://superuser.com/q/878497/109803][3]

And then you are done.

Troubleshooting

If that doesn't work then you have to enable 'ad hoc' support in the wireless card advanced config.

  1. Right click on your wifi connection in the ncpa.cpl screen used above, and go to Properties -> Configure: ![http://superuser.com/q/878497/109803][4]

  2. Set the 'ad hoc' variable to enabled. [1]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd815243(v=vs.85).aspx [2]: https://i.sstatic.net/XQnPa.png [3]: https://i.sstatic.net/JI3tY.png [4]: https://i.sstatic.net/y0yC1.png

Source Link
Gabriel Fair
  • 3.9k
  • 14
  • 37
  • 68
Loading