A WiFi Hotspot is a acess Point that offers Internet access over a wireless local area network (
How to Create WiFi Hotspot Using Notepad ?
- Open RUN (Windows + R) and type notepad and press Enter
- Copy and paste below code into it.
1 2 |
netsh wlan set hostednetwork mode=allow ssid=WifiSpot key=tech4bros netsh wlan start hostednetwork |

- Change the SSID value with the name of your hotspot.
- Change the key value colored with blue with the security code required to authenticate users.
- Save this file as Wifi.bat. Make sure you have given the extension as .bat.
- Create another notepad file and paste the below code into it.
1 |
<span style="color: #000000;">netsh wlan stop hostednetwork</span> |
- Save 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 double click the Wifi.bat file and 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.
Share this Tip With Your Friends , if Its Worth Sharing . You Can Comment If You Have any Problem .