Ubaid
Master
- Joined
- Jan 30, 2014
- Messages
- 1,096
- Reaction score
- 211
Steps To Create WiFi Hotspot Using Notepad:
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
- Open Notepad and paste the following code in it.
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.
- Now make another notepad file and paste the below code in it.
netsh wlan stop hostednetwork
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.
- Save it as Stop.bat and its done.
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.