How to Make Wi-Fi Hotspot on Windows using Notepad

Posted by

today we will be posting another awesome trick that you can use to create a Wi-Fi hotspot by just using your Notepad, so its really simple and it works fine.

wi-fi-hot-spot

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.

  1. Open Notepad and type paste below code into it.netsh wlan set hostednetwork mode=allow ssid=FreeWIFIkey=12345
    netsh wlan start hostednetwork
  2. Now you can change the SSID by changing code in blue color and you can change the security code in red color.
  3. Now make sure to save this file asStart.bat and its done.
  4. Now create another new Notepad file and paste below code into it.netsh wlan stop hostednetwork
  5. Save this file as Stop.bat and your Wi-Fi Hotspot stopping process is up.
  6. 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.
  7. As soon as you are done you can double click the Stop.bat file and your broadcast will be stopped.

So guys now you know how easy it is to start and stop a Wi-Fi Hotspot, so create one now and do comment if you find any problem using this easy trick.

Posted by Shubham ;)

2 comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.