How To Set-up Wireless Ad Hoc Internet Connection In Windows 8

ayanavish

- binned -
Level G
Windows 8 was released by Microsoft back in October with many new features and new UI. Windows 8 comes with new start screen, Windows Explorer, new task manager and also the Windows Store. But if you are a power user, you might have probably noticed that there is no option to create a ad-hoc connection in Windows 8. Windows 7 did have an option to set up Wireless ad-hoc connections which is missing in Windows 8. Although there is no direct option in network.

Settings, you can still enable and use ad-hoc connection on Windows 8, below are the steps to enable it.

There are many third party tools like Connectify to create the ad-hoc connection, but if you want this to be done natively, first open the command prompt in administrator mode. Type CMD on the start screen and right click the result and select Run as Administrator from the bottom menu.

Now type the following command;

netsh wlan set hostednetwork mode=allow ssid=AdHoc key=password

In the above command, you can add your own value for SSID and enter your key. Now press enter.

Create-SSID.png


Now to start the network, type the below command;

netsh wlan start hostednetwork

Now that ad-hoc connection is created with passkey, you need to share the existing connection.


Enable-hosted-network.png



Once the hosted network is enabled, you can see Adhoc connection listed in [FONT=&amp][FONT=&amp]network[/FONT][/FONT] and sharing center. Now the adhoc network needs an internet connection and for this, you need to share the existing active Internet connection. Right click on your existing Wi-Fi internet connection and select properties.

Properties3.png


Now select the Sharing tab in properties. Check the box against “Allow other [FONT=&amp][FONT=&amp]users[/FONT] t[/FONT]o connect through this computer’s [FONT=&amp][FONT=&amp]internet connection[/FONT][/FONT]. Then select the newly created adhoc connection from the drop down list. Now save the details and close the properties.

ICS.png


Now you can see Internet available on the new ad-hoc connection created.

adhoc-connected.png

In case you want to stop the hosted network, use this command;

netsh wlan stop hostednetwork

If you find this method difficult, you can probably use tools like Virtual Hotspot, Connectify or mHotspot.

Source: How To Set-up Wireless Ad Hoc Internet Connection In Windows 8
 
Back
Top