Type the following in your admin command prompt...
1. netsh wlan set hostednetwork mode=allow ssid=Dell XPS key= 12345678
where "ssid" is the broadcasting name of your network and "12345678" is the password.
Of course you can chose your own password.
2. netsh wlan start hostednetwork.
You may check if the virtual network by issuing the command :
3. netsh wlan show hostednetwork
Here are some commands for using using the "netsh" command :-
Command Description
netsh wlan start hostednetwork Start the wireless hosted network.
netsh wlan stop hostednetwork Stop the wireless hosted network.
netsh wlan set hostednetwork mode=allow or disallow Enable or disable the hosted network.
netsh wlan set hostednetwork ssid=<ssid>
key=<paasphrase> keyusage=persistent or temporary Configure the wireless network settings.
netsh wlan refresh hostednetwork [data=] key Refresh the paas key.
netsh wlan show hostednetwork settings=security Display wireless hosted network settings
netsh wlan show hostednetwork Display wireless LAN global settings.
No comments:
Post a Comment