Create a Virtual Wifi Network Using Command Prompt on Windows 10
by OctaviousUalr in Circuits > Microsoft
12236 Views, 9 Favorites, 0 Comments
Create a Virtual Wifi Network Using Command Prompt on Windows 10

Start Menu

1. First, go to the start menu on your computer.
Password

Enter a password if asked (if you’re not on an
administrative account).
Command Prompt

Search for the command prompt application (cmd).
Administrator Account

Second, right click and select run as administrator
First Command

Third, type the following command to see if your
computer supports hosted network: “NETSH WLAN SHOW DRIVERS”.
Support for Your Computer

If you see a “Yes” that means your computer does
support hosted network and “No” if it does not support hosted network.
Setting Up the Network

Type the following command prompt: NETSH WLAN SET
HOSTEDNETWORK mode=allow ssid=Network key=passphrase and press enter. *Make sure you replace the “network name with the name you want to use and the “key” with the password of your choice.
Start HOSTEDNETWORK

Type NETSH WLAN START HOSTEDNETWORK and press enter.
This will turn on the hosted network.
Stop HOSTEDNETWORK

Type NETSH WLAN STOP HOSTEDNETWORK to turn the
hostednetwork off.
Close Window

After you are finished exit out of the command prompt
windows.