Pages

V TIPS & TRICKS

Monday, January 26, 2015

How to create wlan network(hotspot) in pc

How to create wlan network(hotspot) in pc In mobiles you can share your internet connection by wi-fi hotspot,but in pc you have to create it...

Today,i will show you how to share pc's network connection..

Just follow this step..


(1)Open Administrator Command Prompt..please note that there are two types of command prompt in pc,fisrt is only command prompt and second is administartor command prompt..

To open Administrator command prompt
(1)For windows 8......Press windows+x and then press A ..It will open..
(2)For windows 7.....Click on start,click on all programs and then click accessories..
Right click on command prompt and then run as administrator...It will open..


(2)Now put the code which is given below..

netsh wlan set hostednetwork mode=allow ssid=hotspot key=vtipsandtricks

key should be contain atleast 8 character

Here,ssid show name of connection and key is for password,so you can put by your choice..


(3)To start it put code again,which is given below...

netsh wlan start hostednetwork..
It will start..


(4)Now go to network and internet setting(by control panel) and then network and sharing center and then adapter setting,right click on etherenet,chose properties and then select sharing option and allow sharing option(first option)..select local are connection ..

(5)Now,you will find two network connection in network and sharing center..one is your main connection like ethernet and second is hotspot..

Enjoy...