Teach you how to analyze the WLAN netsh command in Windows 7

  
Commands that display set values
These commands are not for the user to configure, but for the user to view the values ​​of certain settings:
Netsh WLAN show createalluserprofile: Can know if the user is able to serve all users instead of themselves Create a wireless profile. .
Netsh WLAN show allowexplicitcreds: Whether to allow the computer to use the stored user credentials for 802.1x when a user cannot log in to the computer.
Netsh WLAN show onlyusegpprofilesforallowednetworks: When implementing Group Policy, shows when the wireless profile of Group Policy is allowed.
Other Commands
The following Netsh WLAN commands are not for specific purposes:
Netsh WLAN reportissues: Create a troubleshooting report for wireless network connectivity issues, this report is located in the C:WindowsTracing folder under.
Netsh WLAN set allowexplicitcreds: Specify whether to allow the computer to use the stored user login credentials for 802.1x authentication when a user is not logged in. Use the following parameter: allow=
Netsh WLAN set blockperiod: this command Specifies the number of minutes the client must wait before attempting to connect to the network after an unsuccessful login attempt on the client.
Netsh WLAN set profiletype: Defines whether the current user or all users of the computer use the wireless network's configuration file. The configuration parameters are as follows:
name = configuration file name
profiletype =
More commands
We have seen several new commands that first appeared in win7 and Windows Server 2008 R2. In fact, there are several wireless network commands:
Netsh WLAN show networks: List all detected neighboring wireless networks, including their SSID, authentication, encryption settings, and so on.
Netsh WLAN connect: Try to establish a connection with the specified network, using the following parameters:
ssid = wireless network name
name = configuration file name
interface = interface name
Netsh WLAN export Profile: Allows the user to export a wireless profile created in the WINDOWS graphical user interface to an XML file so that you can import it to another computer or back it up:
folder = path and file name < Br>name = configuration file name
interface = interface name
Netsh WLAN add profile: let users import wireless configuration files from an XML file
filename = path and file name
interface = interface name
user = ]

Copyright © Windows knowledge All Rights Reserved