Do you want to make a wifi hotspot in windows 7, 8, 10
without any software for that we have to use command prompt.
The Laptop hotspot help a user to use wifi from your pc to any
device.
This technique is often used in offices where wifi is IP
secured and you can’t use wifi on your phone. This is a simple technique. Just
follow the tutorial.
How to make hotspot using CMD
1.Go to start button and search CMD, open the software by "right clicking your mouse button" and selecting "Run as Administrator" command.
2. A new black window will appear, and type
netsh wlan set hostednetwork mode=allow ssid=hotspotname key=password
Name and Password have to be changed |
3.Now your Hotspot using CMD is created. To start hotspot you have to run the command under administrator, type
netsh wlan start hostednetwork
4. Now go to network & internet and go to change adapter settings.
5. Right click to your internet connection and go to properties.
6. And in sharing tab allow wireless connection 2 (hotspot) to share its internet.
HOW TO MAKE BUTTON TO START AND STOP HOTSPOT DIRECTLY.
1. Go to Notepad
2.Write the following commands in the Notepad
C:\Windows\System32\cmd.exe /c netsh wlan start hostednetwork.
"To make a button of stop write stop in place of start" |
3.Click file>save as
4.Change the Type to "All Types"
5. Name the file and save it in .bat & set the location to destop.
For eg. starthotspot.bat
6. right click on the shortcut and click "run as administrator".
Your start hotspot button has been made.
To make a stop hotspot button replace the word start from stop.
Note: you always have to click "run as administrator" command to start/stop the hotspot.