How to set up WiFi hotspot for Win10 notebook

  
First, enter “cmd” in the “Run” button (press the shortcut key Windows+R) to open the command prompt window.
In the pop-up window, type:
netsh wlan set hostednetwork mode=allow ssid=name key=00000000
where ssid= is the network name to be set, and key=8 to 63 after Wireless network password.
Press the Enter key and enter:
netsh wlan start hostednetwork
After pressing the Enter key, you will be prompted to “Start the bearer network” and our virtual wireless hotspot will be created and successful. Start up and you're ready to connect.

If you want to view a virtual wireless hotspot is enabled, you can enter:
netsh wlan show hostednetwork
more settings, please refer to the following command:
netsh wlan /
you can? Save the above two commands in a text file, and then modify the file format suffix "ldquo;.txt" to "ldquo..cmd". When you need to use it, select "Run as administrator" in the right button.

Copyright © Windows knowledge All Rights Reserved