In Win10, how does one set virtual wifi hotspots ?, Win10 virtual wifi hotspot
I'm sure everyone is familiar with how to set up virtual Wifi in Win7 ~ But how should I set Win10? Virtual wifi allows us to share the computer network without other wifi, which is actually very convenient. Today, let's talk about it.
We can set it without third-party software. First, press Win + X and select the Administrator to open the command prompt.
Then copy the Code:
Netsh wlan set hostednetwork mode = allow ssid = [name of the Wi-Fi you want] key = [set Wi-Fi password]
Press enter to execute the command
Of course, small editors use more advanced things. There is a small tool called Win7 wireless hotspot Configuration tool, which is more convenient. Click Configure directly and enter the desired name and password. The principle is exactly the same as above.
Next we are going to share our work. Open the network and sharing center.
Click the local connection to connect to the network and select Properties.
Find the share in the property and select the link we just created.
Click Enable wifi.
If manually configured, open cmd and enter:
Netsh wlan start hostednetwork
Press enter.