Create your Hotspot using command prompt without any software:.
1*.First click on start and search for"cmd".
2*.Now right-click on it and click Run asAdministrator.
3*.Type in the command prompt without quotes
"netsh wlan set hostednetwork mode=allow ssid=yourHotspotName key=password"
4*."yourHotspotName " you can wrote your name .
"password" you can set password here
5*.Now it's time to start your hotspot.
Type "netsh wlan start hostednetwork".
6*.open network and Sharing center in your control
7*.Now click your connection (which has internet access) and click on properties.
8*.Now on the sharing tab, check the option "Allow other network users to connect through this computer's internet connection" and select your hotspot name from the drop down list.
9*.All the devices connected to your computer will receive internet connection.
10*.To see the status of your connection type "netsh wlan show hostednetwork".
11*.To stop your hotspot type "netsh wlan stop hostednetwork"
12*.That's it. Now you can start and stop your hotspot.
Note:If you receive any errors during these commands, then type "netsh wlan show drivers" and see if there is a line like "Hosted network supported : Yes", if no then hotspot is not supported by your system.
Post a Comment