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
Steps you have to perform
1. Open Notepad, copy and paste below code into it.
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.
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.
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 hostednetwork4. 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:
Rating:
Post a Comment
You are always welcome to leave valuable feedback!