Now right-click in the bottom
left of your screen, to launch an administrative command prompt.
use below command to cretae wifi network name and password.
netsh wlan set hostednetwork
mode=allow ssid="anoop" key="anoop"
Now you are ready to start broadcasting your network:
netsh wlan start hostednetwork
The last command will tell you number of
clients connected to your network:
netsh wlan show hostednetwork

No comments:
Post a Comment