Create Hotspot With Command Prompt For windows 7, 8, 10
Want to share your internet on your cellphone and on your other devices without using any software like Connectify, which cost you a lot, you are already buying your Internet connection so why to pay for sharing your connection to your other devices......
So here I have found a way to share my Internet with my other devices with the help of a inbuilt command prompt with some simple command steps as follows
1. Click on start button, and type "cmd" without quotes in search bar
2. Then right click on cmd and open it as an administrator
3. Now type the following command
netsh wlan set hostednetwork mode=allow ssid="connection_name" key="password"
Note:- This command set your hotspot to work with the details. And instead of "connection_name" & "password" you can change it to any characters but without quotes........ SSID is the name of name of your hotspot you are creating and in password is your password needed to connect to your hotspot by other devices of yours
Now after typing the ssid and password hit Enter
4. Now type
netsh wlan start hostednetwork
Note:- This is to start the hosted hotspot of yours
5. Now the last typing command
netsh wlan show hostednetwork
Note:- This is to show your connection which you have hosted to your wifi connecting devices
6. Now open your control panel, and open "Network and Sharing Center"
7. On the left panel in Network and Sharing Center click on "Change Adapter Settings"
Now all your Internet connections will shown in the panel
8. Right click on the internet connection you are using or want to share with other devices
9. Click on the sharing tab and select "Allow Other Networks Users To Connect Through This Computer's Internet Connection"
10. And select the network you are using as your hotspot.
Last If you want to turn off your Hotspot just open your cmd as Administrator and type
netsh wlan stop hostednetwork