Thursday, 25 February 2016
Create Wifi HotSpot Using CMD
Hello friends !!! Have you ever thought using your pc's Fast Internet connection onto your phone or making it share-able to use on other computers. WIFI hot spot is the method that allows you to do so. There are many software's which allows you to create hot spot on computer but they are either costly or vulnerable to computer security(they may contain viruses or malwares) .In this post i am going to explain the simplest possible way to create WiFi hot spot on computer.
Step 1 : Hit "Win key + R" or goto start menu and select "RUN" . In Run box type "Notepad".
Step 2 : Open Notepad, copy and paste below code into it.
Step 3 : Save this file as hotspot.bat Make sure you have given the extension as ".bat"
Step 4 : Create another notepad file and paste the below code into it.
So from now when ever you want to start the Wi-Fi Hotspot, simply right click the hotspot.bat file and run it as administration, your Wi-Fi hotspot will start to broadcast.
As soon as you are done you can double click the StopWifi.bat file and your broadcast will be stopped.
Step 1 : Hit "Win key + R" or goto start menu and select "RUN" . In Run box type "Notepad".
Step 2 : Open Notepad, copy and paste below code into it.
netsh wlan set hostednetwork mode=allow ssid=HOTSPOTNAME key=PASSWORD
netsh wlan start hostednetwork
- Change the SSID value colored with red with the name of your hotspot.
- Change the key value colored with red security code required to authenticate users.
Step 3 : Save this file as hotspot.bat Make sure you have given the extension as ".bat"
Step 4 : Create another notepad file and paste the below code into it.
netsh wlan stop hostednetworkSave this file as stopwifi.bat This file is to stop our Wi-Fi Hotspot.
So from now when ever you want to start the Wi-Fi Hotspot, simply right click the hotspot.bat file and run it as administration, your Wi-Fi hotspot will start to broadcast.
As soon as you are done you can double click the StopWifi.bat file and your broadcast will be stopped.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment