How to 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. However, in reality,
 creating a wifi hotspot in Windows, system is easier than 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 longer needed to go through multiple options, which might look like tedious.
Here We Go...
Part 1

Open Notepad, copy and paste below code into it
netsh wlan set hostednetwork mode=allow ssid=WifiSpot key=HackingTricks
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.
Save this file as StartWifi.bat. Make sure you have given the extension as *.bat.
Part 2
Create another notepad file and paste the below code into it.
netsh wlan stop hostednetwork
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.
adse

0 comments:

Post a Comment