Saturday, 20 February 2016

How to create Wi-Fi Hotspot using command line in Windows



1)copy below command

netsh wlan set hostednetwork  mode=allow ssid=anoop  key = anoop

ssid is wifi network name and key is password.

2) shear the data with new virtual adapter.



3)  copy below command in CMD.

netsh wlan start hostednetwork anoop

4) copy below command in CMD to verify the client connection.

netsh wlan show hostednetwork



No comments:

Post a Comment