How to make hotspot using CMD
Turning Wifi to HotSpot via CMD
It’s easy to do it via CMD
open cmd from start menu . and change its mode to netsh.
type
wlan and it will show like
netsh wlan>
now type the commands :
show drivers
if it say’s yes on
supported hosted network , then you’re ready to move next.
type:
set hostednetwork mode=allow
set hostednetwork ssid = myssid
set hostednetwork key=mypassword
and then start the network
start hostednetwork
and its up….
Enjoy

