Showing posts with label Wireless Network. Show all posts
Showing posts with label Wireless Network. Show all posts

Monday 22 February 2016

Creating Wireless HotSpot Connection To Connect Multiple Devices

Many of those people who like LAN Gaming need to use this feature a lot, The  best way is to use proper LAN cable. Though connection through cable is fastest when exchanging/sharing files but when you wish to connect more then one devices cable is not as much easily achievable as connecting through a wireless network. This wireless network was set up by using Windows 7 default app named AdHoc. but since upgrades Windows has removed that Adhoc. So now we have to get in depth a bit and create the wireless network. It is Same thing as Adhoc he only difference is now we will change settings of network instead of program named Adhoc used to do it.

When we setup Adhoc it asked us assign a name of network and it's key and then it did all and we would get network up and running, Since AdHoc is removed by Windows("I don't know why") we do this by ourselves.


Procedure To Create Wireless Network



1.Opening Command Prompt In Admin. Mode


Press Windows Sign On Keyboard
Goto Search Menu
Type CMD
Right-Click On CMD app And Choose " Run As Administrator" 


2.Setting A Hosted Network


Type The Following Line in Command Prompt
netsh wlan set hostednetwork mode=allow ssid=ASSIGN-NAME key=ASSIGN-PASSWORD
The Above Line Will Setup A Hosted Network


3.Starting A Hosted Network


Once The Network Is Setup We Now Need To Start That Network By Below Command 
netsh wlan start hostednetwork
This Will Start Your Network 
Now Simply Login To This Network From Any Other Device and You're Connected



4.Stopping A Hosted Network



Once There is No Use Of Network You Can Terminate It By Following Command 
netsh wlan stop hostednetwork