Create Wifi-Hotspot Using Notepad

Posted by ThE RG on 03:44 with No comments

Hello Everybody,
 Some of my friends think that creating WiFi hotspot in windows requires Programming knowledge and hence its really difficult to do this task. But in reality, creating WiFi hotspot in windows is too easy, its a game of a few seconds. WiFi hotshot can be created by using any different programs/software available in the world wide web. But you can do this task without any third party software. In this article we will teach you how you can make Wi-Fi hotspot using Notepad.
We will create two simple .bat programs using notepad. First one will use to start wifi hotspot and another one to stop.

Steps To Create WiFi Hotspot Using Notepad:

  • Open Notepad and paste the following code in it.
netsh wlan set hostednetwork mode=allow ssid=RGWORLD key=RG
netsh wlan start hostednetwork
Change the SSID value by changing the code in red color and change tha Security Key by changing the code in blue color
  • Ok Save it as Start.bat and keep in mind that you have to save with extnsion .bat as shown in picture below.
Capture
  • Now make another notepad file and paste the below code in it.
netsh wlan stop hostednetwork
  • Save it as Stop.bat and its done.
Now we have created two .bat files and the icons will be looks like in the picture given below.
Capture
Well, now Right click on Start.bat and click on Run as administrator. Your WiFi hotspot is started and to stop them similarly Run Stop.bat as administrator.

Final Words:

Hope you are enjoying our article. You can make WiFi hotspot by using notepad and in this method you don't need to install any programs. We are working hard to prove every tutorial in details. Give your ideas/suggestions by commenting in below comment box.