Friday, October 2, 2020

How to Make Wi-Fi Hotspot on Windows using Notepad "Very Simple"


 Well now we will be creating simple .bat commands that you can use to start and stop your Wi-Fi Hotspot.


 You can change the SSID and even secure it using the KEY. So now lets get started on how its actually done.


 Open Notepad and type paste below code into it.


netsh wlan set hostednetwork mode=allow ssid=FreeWIFIkey=12345


 netsh wlan start hostednetwork


 Now you can change the SSID by changing code which is "FreeWIFIkey" in blue color and you can change the security code which is "1234s" in red color.


 Now make sure to save this file as  Start.bat and its done.


 Now create another new Notepad file and paste below code into it.

netsh wlan stop hostednetwork


 Save this file as  Stop.bat  and your Wi-Fi Hotspot stopping process is up.


 So now when ever you want to start the Wi-Fi Hotspot simply double click the Star.bat file and your Wi-Fi hotspot will start to broadcast.


 As soon as you are done you can double click the Stop.bat file and your broadcast will be stopped.

No comments:

Post a Comment