Create wifi hotspots using Notepad


Some of my friends think that creating a wifi hotspot requires some coding knowledge and hence its really a difficult task. But in reality, creating a wifi hotspot in Windows system is easier that all other operating systems. Still I am here to show you a trick to build your own wifi hotspot within a single click. You no need to go through multiple options which might look like tedious.

Create wifi hotspot using Notepad
Create wifi hotspot using Notepad

Steps you have to perform
1. Open Notepad, copy and paste below code into it.
netsh wlan set hostednetwork mode=allow ssid=WifiSpot key=funwithtricks
netsh wlan start hostednetwork
  • Change the SSID value colored with red with the name of your hotspot.
  • Change the key value colored with blue with the security code required to authenticate users.

2. Save this file as StartWifi.bat. Make sure you have given the extension as .bat.


3. Create another notepad file and paste the below code into it.
netsh wlan stop hostednetwork
4. 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 StarWifi.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.

Create wifi hotspot using NotepadReviewed by Vinay Vernekar
Rating:5


Link your website with us for free!



author

About Author

I’m Vinay Vernekar , a young Entrepreneur and a Technology blogger, currently living in Kolhapur, Maharashtra, India. Founder and Main author of Fun With Tricks. I am also running web hosting services at Host With Us and King Of Web Host. if you like this article, pin it with social media, subscribe to our newsletter. Follow me on Google Plus, Facebook, Linkedin and Twitter.

Know more about me!

Mail me your quries at admin@funwithtricks.com

Get Free Email Updates to your Inbox!

Post a Comment

You are always welcome to leave valuable feedback!