Windows 8.1 Ad Hoc not showing

Anonymous
2013-10-22T17:13:15+00:00

Hallo

A friend of mine just updated her Windows 8 to 8.1.

When she used Win 8 we had no problem with me making af Ad-Hoc network (With Win 7) and her seeing and connecting to it. But after she updatet Windows it wont see Ad-Hoc networks anymore. We have tried making Ad-hoc's on different pc's but her computer cant see any of them?

Does anyone have the same problem, and how do i fix it for her?

Mikkel

Windows for home | Previous Windows versions | Internet and connectivity

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-10-23T07:52:17+00:00

Hi Mikkel,

We have found many users complaining about the ad hoc networks not being shown in the wireless network list in Windows 8.1.

As a work around, I would suggest you to use the Wireless hosted network and check if that helps you connect both the computers.

  • In the Search Charms, type command prompt, right click on command prompt and select Run as Administrator.
  • Type the following commands and press enter. netsh wlan show drivers

note: Check the "Hosted network supported" string. If it is yes, then your wireless network adapter supports hosted network feature. If not, then you will not be able to use it.

If the string is yes, then follow these steps and check.

To setup a hosted network,

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

To Start the Hosted network,

netsh.exe wlan start hostednetworkname When you are finished with it, you can stop the connection using this command:netsh.exe wlan stop hostednetworkname You can get detailed information about the network you started with this command:netsh wlan show hostednetworkname  You may even download third party to connect two computers wirelessly.Disclaimer: Using Third Party Software, including hardware drivers can cause serious problems that may prevent your computer from booting properly. Microsoft cannot guarantee that any problems resulting from the use of Third Party Software can be solved. Using Third Party Software is at your own risk. Hope this information is helpful. If you have any concerns, let us know.

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2014-01-07T14:23:24+00:00

Because the wireless network picker in Windows 8.1 doesn't show ad-hoc networks, connecting must be done by hand.

To see all networks in range, including ad-hoc, run this command in command shell (cmd.exe):

> netsh wlan show networks

SETUP

This must be done once per network.

  • go to "Network and Sharing Center"
  • click "Set up a new connection or network"
  • double click "Manually connect to a wireless network"
  • enter the SSID of the ad-hoc network (as shown by "netsh wlan show networks") into the "Network name" field
  • configure security settings accordingly
  • uncheck "Start this connection automatically" (important)
  • click "Next", then "Close"

Run this command (important):

> netsh wlan set profileparameter <ssid> connectiontype=ibss

Replace <ssid> with the SSID of your network.

CONNECT

After setting up, run this command whenever you want to connect:

> netsh wlan connect <ssid>

Replace <ssid> with the SSID of your network.

Hovering over WiFi icon in system tray will show the name of the network that you are currently connected to, even if it's an ad-hoc network (the network picker will not show it if it's ad-hoc). The name is also visible in "Network and Sharing Center" window.

DISCONNECT

To disconnect from the ad-hoc network: connect to a different network, turn off wifi, or run this command:

> netsh wlan disconnect

CLEANUP

To remove the network profile from Windows, run this command:

> netsh wlan delete profile <ssid>

Replace <ssid> with the SSID of your network.

Was this answer helpful?

8 people found this answer helpful.
0 comments No comments

66 additional answers

Sort by: Newest
  1. Anonymous
    2013-10-24T07:47:47+00:00

    Hello,

    your answer is useful if you want to connect two computers. In my case, however, the ad-hoc network is initiated by my mobile phone, which I would like to still use to connect to the Internet when on the road. This worked very well on Windows 7 and 8, but now after upgrading to 8.1 I suddenly am left without network when traveling.

    Quite frustrating, as this appears to be simply a design choice by Microsoft.

    The network does not show up in the network list on the charm; I can see it in the netsh wlan show networks list, but cannot connect. netsh wlan connect works for infrastructure networks, but for the ad-hoc network it simply says "Connection request was completed successfully." and then does nothing.

    Please, please, bring back support for connecting ad-hoc networks, and do it quick! Otherwise, I do not see any other option than downgrade back to Windows 8.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-10-23T19:52:57+00:00

    Hi Mikkel,

     

     

    We have found many users complaining about the ad hoc networks not being shown in the wireless network list in Windows 8.1.

     

    As a work around, I would suggest you to use the Wireless hosted network and check if that helps you connect both the computers.

     

    • In the Search Charms, type command prompt, right click on command prompt and select Run as Administrator.
    • Type the following commands and press enter.

     

    netsh wlan show drivers
    

     

    note: Check the "Hosted network supported" string. If it is yes, then your wireless network adapter supports hosted network feature. If not, then you will not be able to use it.

     

     

    If the string is yes, then follow these steps and check.

     

    To setup a hosted network,

     

    netsh wlan set hostednetwork mode=allow ssid=”DESIRED_NETWORK_NAME” key=”YOUR_PASSWORD”
    
    
    
    
     
    
    
    
    
    To Start the Hosted network,
    
    
    
    
     
    
    
    
    
    netsh.exe wlan start hostednetworkname When you are finished with it, you can stop the connection using this command:netsh.exe wlan stop hostednetworkname You can get detailed information about the network you started with this command:netsh wlan show hostednetworkname  You may even download third party to connect two computers wirelessly.Disclaimer: Using Third Party Software, including hardware drivers can cause serious problems that may prevent your computer from booting properly. Microsoft cannot guarantee that any problems resulting from the use of Third Party Software can be solved. Using Third Party Software is at your own risk. Hope this information is helpful. If you have any concerns, let us know.
    

    Hello,

    It does not help when the adhoc network is initiated from a printer...

    Due to that I cannot see my printer's network anymore.

    Is a fix planned and when?

    Thanks

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-10-23T10:56:29+00:00

    Thanks for the response it worked well.

    But i found that wen i have to start the network i should use:

    netsh.exe wlan start HOSTEDNETWORK not Hostednetworkname

    Mikkel

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments