- Back to Home »
- Web , Windows »
- Make Wi-Fi Hotspot In Windows 8 Or Windows 7 using CMD
Posted by : jack :)
12/7/13
Create Wi-Fi Hotspot
1. Run Command Prompt with Administrator.
2. Paste the following commands.
netsh wlan show drivers
(This option is show you drivers details. Please ignore this. Don’t worry, this is not much important.)
netsh wlan set hostednetwork mode=allow ssid=mynetwork key=mypassword
netsh wlan start hostednetwork
4.Click on first connection which connected with another internet connection it's LAN or a Wi-Fi. A dialog box open like the next image.
*Do not use capital letters in SSID.
*Do not delete connection in Network and Sharing Center.
Remove Wi-Fi Hotspot
1. Run Command Prompt with Administrator.
2. Paste the Following commands
netsh wlan set hostednetwork mode=allow ssid=mynetwork
netsh wlan stop hostednetwork