Now open the Command Prompt: click Start > All Programs > Accessories > Command Prompt.
Set the network details:
netsh wlan set hostednetwork mode=allow ssid=YourVirtualNetworkName key=YourNetworkPassword
Start the Wireless Hosted Network:
netsh wlan start hostednetwork
To stop the Wireless Hosted Network:
netsh wlan stop hostednetwork
To see the Wireless Hosted Network details, including the MAC addresses of connected users:
netsh wlan show hostednetwork
No comments:
Post a Comment