There is two ways to enable hotspot in windows 10
1. Using GUI interface
2. Using CMD
- Open the cmd with administrate privileges and type the following command there.
- netsh wlan show drivers- this command helps to show about the wireless driver installed in your computer.
- netsh wlan set hostednetwork mode=allow ssid=[your wifi name] key=[your password] and hit enter
- netsh wlan start hostednetwork
[
Note :For understanding the code you typed in command prompt
netsh stands for network shell
set hostednetwork mode=allow helps to allow or disallow the hostednetwork
ssid for your wifi name
key for the password
netsh wlan start hostednetwork- this will start the hostspot
]
Connect to the wifi using password you have kept , You will get connected to the wifi
but you will unable to surf internet through which you have connect so you have to share the wifi connection through this network which you have just created. To do follow the following process.
Open adapter setting and right click on the wifi and click on the properties and goto the sharing tab
Tick to allow other network user to connect through this computer and select the adapter which has just been created and then click ok.
No comments:
Post a Comment