How Easily Enable Mobile hotspot using command line!!
Enable Mobile hotspot using command line!!
Within 3 minutes, you can turn Windows 10 Laptop into Wifi Hotspot easily without using any software. This feature was supported by the operating system itself and user need to activate it to make Windows 10, or Windows 7 laptop into a Wifi hotspot.
The first thing which I didn't mention in the video is to check your laptop is supporting hotspot or not and you can check this by executing the NETSH command, Make sure to run all the commands with administrative rights.
So
1- execute-- netsh wlan show drivers ----- This command shows whether your laptop supports this virtual hotspot feature or not.
so if you see: Hosted network supported: Yes, it means your laptop support this feature.
2. netsh wlan set hostednetwork mode=allow ssid="myhost" key="11223344"
Here SSID means the name you would like to broadcast. This could be anything. And the Key means the password. You can enter your desired password.
3. netsh wlan start hostednetwork ---- this will start the service ...
Within 3 minutes, you can turn Windows 10 Laptop into Wifi Hotspot easily without using any software. This feature was supported by the operating system itself and user need to activate it to make Windows 10, or Windows 7 laptop into a Wifi hotspot.
The first thing which I didn't mention in the video is to check your laptop is supporting hotspot or not and you can check this by executing the NETSH command, Make sure to run all the commands with administrative rights.
So
1- execute-- netsh wlan show drivers ----- This command shows whether your laptop supports this virtual hotspot feature or not.
so if you see: Hosted network supported: Yes, it means your laptop support this feature.
2. netsh wlan set hostednetwork mode=allow ssid="myhost" key="11223344"
Here SSID means the name you would like to broadcast. This could be anything. And the Key means the password. You can enter your desired password.
3. netsh wlan start hostednetwork ---- this will start the service ...
Post a Comment