Create a WiFi Hotspot from your PC without any software using notepad
Steps:-
Firstly create a folder named ‘wifi switch’ or any other name
Create two notepad files their first one as ‘wifion’ and second one as ‘wifioff’
Paste the following text in ‘wifion’
(Click here to copy paste below text)
netsh wlan set hostednetwork mode=allow ssid=WifiSpot key=verifiedtricks
netsh wlan start hostednetwork
ssid=WifiSpot key=verifiedtricks
ssid is the name of your wifi and verifiedtricks is the password
save the file as wifion.bat
Now on second one(wifioff) paste
(Click here to copy paste below text)
netsh wlan stop hostednetwork
save it as wifioff.bat
now to start wifi open the file ‘wifion’ and to stop it open ‘wifioff’
not working for me.. i create both file and double click on on file but no signel created….