Вы находитесь на странице: 1из 1

Creating an Ad Hoc Wireless Connection

Configure the Wireless Hosted Network:


netsh wlan set hostednetwork mode=allow ssid=[your_virtual_network_name] key=[yo
ur_network_password]
Enable the Wireless Hosted Network:
netsh wlan start hostednetwork
Disable the Wireless Hosted Network:
netsh wlan stop hostednetwork
Retrieve the Wireless Hosted Network details:
netsh wlan show hostednetwork
Change the password:
netsh wlan refresh hostednetwork YourNewNetworkPassword

Show the list of wireless profiles:


netsh wlan show profiles
Retrieve the stored key (WPA, WEP, etc) of a profile:
netsh wlan show profiles name=[profile name] key=clear
Delete a wireless profile:
netsh wlan delete profile name=[profile name]
Set a network s priority:
netsh wlan set profileorder name=[profile name]interface=[interface_name] priori
ty=1
Stop automatically connecting to a network:
netsh wlan set profileparameter name=[profile name] connectionmode=manual

Вам также может понравиться