Apart from Start Orb and classic Start Menu, what most Windows 7 users,
who decided to take Windows 8 for a spin, miss in Windows 8 is ability
to create ad-hoc network. If you’re a power users, you might’ve noticed
that Windows 8 doesn’t include an option to create and setup ad hoc
network connection to share files and internet with Wi-Fi enabled
computers and devices. Windows 7 ad hoc connection
feature does nothing except creating a shared connection with separate
IP address to register the device on the virtual network. This allows
users to use router’s default or specified DNS server address to easily
connect to internet. Even though Windows 8 comes with ICS (Internet
Connection Sharing) feature to allow devices to connect to yours PC
internet connection, it doesn’t allow creating a wireless network
connection to share the internet. In this post, we will look at some
tools that let you easily create and manage ad-hoc connections in
Windows 8.
PRESS windows Key+X click on command prompt(admin)
click YES
you will see following window
now enter following
netsh wlan set hostednetwork mode=allow ssid=<network name> key=<passkey>
replace <network name > by any name u want to give to your network
replace <passkey> by pasword you want to give
like this
Once the hosted network has been set to allow, you need to start the
mode to create an ad hoc connection. Just enter the command below.
if it says “hosted network couldn’t started”, you need to disable current wireless network device and then enable it. You may also need to refresh network adapter list from Device Manger to install a virtual network device driver.
When the hosted network is started, enable ICS for newly created Wi-Fi connection, so that you can share your internet connection with others. In order to enable ICS feature, head over to Network and Internet –> Network Connections, and open Properties dialog of network device (which is connected to internet). Now, open Sharing tab, enable Allow other network users to connect through this computer’s Internet connection, and then choose the newly created ad hoc connection from the list. In our case, it’s Wi-Fi 2, as shown in the screenshot below.
Once the internet connection is shared, check the IP address assigned to newly created ad hoc connection from TCP/IPv4 Properties. If it doesn’t assign IP address, then run netsh wlan start hostednetwork command in CMD.
After following the above steps, you will be able to connect Wi-Fi enabled devices with your Windows 8 PC. As shown in the screenshot below, the current internet connection is successfully shared with ad hoc connection.
PRESS windows Key+X click on command prompt(admin)
click YES
you will see following window
now enter following
netsh wlan set hostednetwork mode=allow ssid=<network name> key=<passkey>
replace <network name > by any name u want to give to your network
replace <passkey> by pasword you want to give
like this
netsh wlan start hostednetwork
if it says “hosted network couldn’t started”, you need to disable current wireless network device and then enable it. You may also need to refresh network adapter list from Device Manger to install a virtual network device driver.
When the hosted network is started, enable ICS for newly created Wi-Fi connection, so that you can share your internet connection with others. In order to enable ICS feature, head over to Network and Internet –> Network Connections, and open Properties dialog of network device (which is connected to internet). Now, open Sharing tab, enable Allow other network users to connect through this computer’s Internet connection, and then choose the newly created ad hoc connection from the list. In our case, it’s Wi-Fi 2, as shown in the screenshot below.
Once the internet connection is shared, check the IP address assigned to newly created ad hoc connection from TCP/IPv4 Properties. If it doesn’t assign IP address, then run netsh wlan start hostednetwork command in CMD.
After following the above steps, you will be able to connect Wi-Fi enabled devices with your Windows 8 PC. As shown in the screenshot below, the current internet connection is successfully shared with ad hoc connection.
Post a Comment