Windows 10 netsh wlan command

Microsoft Windows [Version 10.0.19045.3570]
(c) Microsoft Corporation. C:\Windows>netsh wlan ? The following commands are available: Commands in this context: ? - Displays a list of commands. add - Adds a configuration entry to a table. connect - Connects to a wireless network. delete - Deletes a configuration entry from a table. disconnect - Disconnects from a wireless network. dump - Displays a configuration script. export - Saves WLAN profiles to XML files. help - Displays a list of commands. IHV - Commands for IHV logging. refresh - Refresh hosted network settings. reportissues - Generate WLAN smart trace report. set - Sets configuration information. show - Displays information. start - Start hosted network. stop - Stop hosted network. To view help for a command, type the command, followed by a space, and then type ?.

Commands for IHV logging.

»netsh »wlan »IHV


C:\Windows>netsh wlan IHV ?

The following commands are available:

Commands in this context:
IHV startlogging - Starts verbose Wi-Fi IHV logging.
IHV stoplogging - Stops verbose Wi-Fi IHV logging.

Starts verbose Wi-Fi IHV logging.

»netsh »wlan »IHV »startlogging


C:\Windows>netsh wlan IHV startlogging ?

Usage: IHV startlogging 

Remarks: 

    Starts verbose Wi-Fi IHV logging.

Examples: 

    IHV startlogging 

Stops verbose Wi-Fi IHV logging.

»netsh »wlan »IHV »stoplogging


C:\Windows>netsh wlan IHV stoplogging ?

Usage: IHV stoplogging 

Remarks: 

    Stops verbose Wi-Fi IHV logging.

Examples: 

    IHV stoplogging 

Adds a configuration entry to a table.

»netsh »wlan »add


C:\Windows>netsh wlan add ?

The following commands are available:

Commands in this context:
add filter     - Add a wireless network into the wireless allowed or
                 blocked list.
add profile    - Add a WLAN profile to specified interface on the system.

Add a wireless network into the wireless allowed or

»netsh »wlan »add »filter


C:\Windows>netsh wlan add filter ?

Usage: add filter [permission=]allow|block|denyall [[ssid=]<string>] 
       [networktype=]infrastructure|adhoc

Parameters: 

    Tag             Value
    permission    - Permission type of the filter.
    ssid          - SSID of the wireless network.
    networktype   - Network type of the wireless network.

Remarks: 

    Adds a wireless network into the allowed and blocked network list 
    configured on the system.

    Parameter ssid is required if permission is allow or block. If permission
    is denyall then parameter ssid should not be given.

Examples: 

    add filter permission=allow ssid=ssid1 networktype=infrastructure
    add filter permission=block ssid=ssid2 networktype=adhoc
    add filter permission=denyall networktype=adhoc

Add a WLAN profile to specified interface on the system.

»netsh »wlan »add »profile


C:\Windows>netsh wlan add profile ?

Usage: add profile [filename=]<string> [[interface=]<string>] [[user=]all|current]

Parameters: 

    Tag             Value
    filename      - Name of the profile XML file.
    interface     - Interface name.
    user          - User scope, all users or only current user.

Remarks: 

    Add a wireless network profile on an interface for all or current users.

    Parameter filename is required. It is the name of the XML file containing
    the profile data.

    Parameter interface is optional. It is one of the interface name shown 
    by "netsh wlan show interface" command. If interface name is given, 
    the profile will be added to the specified interface, otherwise the 
    profile will be added on all wireless interfaces. 

    Parameter user is optional. It specifies whether this profile is applied
    to all users or current user only. By default it is applied to all users.

Examples: 

    add profile filename="Profile1.xml" interface="Wireless Network Connection"
    user=current

Connects to a wireless network.

»netsh »wlan »connect


C:\Windows>netsh wlan connect ?

Usage: connect [name=]<string> [[ssid=]<string>] [[interface=]<string>] 

Parameters: 

    Tag             Value
    ssid          - SSID of the wireless network.
    name          - Name of the profile to be used in connection attempt.
    interface     - Name of the interface from which connection is attempted.

Remarks: 

    Connect to the wireless network given by ssid using the specified 
    profile. Connection is attempted from the specified interface unless 
    there is only one available interface on the system, in which case, 
    the interface parameter can be omitted.

    Parameter profile name is required but ssid is optional. If only one
    SSID exists in the profile, then this SSID is used to connect. If there
    are multiple SSIDs in the profile, then parameter ssid is required.

    Parameter interface is required if there are two or more available 
    interfaces on the system. When interface is specified, it cannot be 
    a wildcard name.

    If the specified interface is already connected to a wireless network,
    this command will first disconnect from the currently connected network,
    then attempt to connect to the new network. However, if these two networks
    are the same this command simply returns success and does nothing.

Examples: 

    connect name=Profile1 ssid=SSID1
    connect name=Profile2 ssid=SSID2 interface="Wireless Network Connection"

Deletes a configuration entry from a table.

»netsh »wlan »delete


C:\Windows>netsh wlan delete ?

The following commands are available:

Commands in this context:
delete filter  - Remove a wireless network from the wireless allowed or
                 blocked list.
delete profile - Delete a WLAN profile from one or multiple interfaces.

Remove a wireless network from the wireless allowed or

»netsh »wlan »delete »filter


C:\Windows>netsh wlan delete filter ?

Usage: delete filter [permission=]allow|block|denyall [[ssid=]<string>] 
       [networktype=]infrastructure|adhoc

Parameters: 

    Tag             Value
    permission    - Permission type of the filter.
    ssid          - SSID of the wireless network.
    networktype   - Network type of the wireless network.

Remarks: 

    Removes a wireless network from the allowed and blocked network list 
    configured on the system.

    Parameter ssid is required if permission is allow or block. If permission
    is denyall then parameter ssid should not be given.

Examples: 

    delete filter permission=allow ssid=ssid1 networktype=infrastructure
    delete filter permission=block ssid=ssid2 networktype=adhoc
    delete filter permission=denyall networktype=adhoc

Delete a WLAN profile from one or multiple interfaces.

»netsh »wlan »delete »profile


C:\Windows>netsh wlan delete profile ?

Usage: delete profile [name=]<string> [[interface=]<string>]

Parameters: 

    Tag             Value
    name          - Name of the profile to delete.
    interface     - Interface name.

Remarks: 

    Remove a wireless network profile from an interface or all interfaces.

    Parameter name is required. It is the name of the profile to be deleted.
    Parameter interface is optional. If it is given then the profile will
    be deleted from specified interface only. If it is omitted then the
    profile will be deleted from all the interfaces that have such a profile.

    Profile name can have wildcard characters and multiple profiles with 
    matching name will be removed.

Examples: 

    delete profile name="Profile 1" interface="Wireless Network Connection"
    delete profile name="Profile 1" i=*

Disconnects from a wireless network.

»netsh »wlan »disconnect


C:\Windows>netsh wlan disconnect ?

Usage: disconnect [[interface=]<string>] 

Parameters: 

    Tag             Value
    interface     - Name of the interface from which disconnection is
                    attempted.

Remarks: 

    Disconnect from the wireless network on the specified interface.

    Parameter interface is required if there are two or more available 
    interfaces on the system. Wildcard characters can be used in the 
    interface name to specify multiple interfaces. 

Examples: 

    disconnect 
    disconnect interface="Wireless Network Connection"

Displays a configuration script.

»netsh »wlan »dump


C:\Windows>netsh wlan dump ?

Usage: dump

Remarks: 
    Creates a script that contains the current configuration.  If saved to a
    file, this script can be used to restore altered configuration settings.

Saves WLAN profiles to XML files.

»netsh »wlan »export


C:\Windows>netsh wlan export ?

The following commands are available:

Commands in this context:
export hostednetworkprofile - Export the hosted network profile to XML file.
export profile - Export specified profiles to XML files.

Export the hosted network profile to XML file.

»netsh »wlan »export »hostednetworkprofile


C:\Windows>netsh wlan export hostednetworkprofile ?

Usage: export hostednetworkprofile

Remarks: 

    This command saves the hosted network client profile to a XML file. 
    It can be added to other windows wireless clients to connect to this 
    hosted network. 

Examples: 

    export hostednetworkprofile 

Export specified profiles to XML files.

»netsh »wlan »export »profile


C:\Windows>netsh wlan export profile ?

Usage: export profile [name=]<string> [folder=]<string> [[interface=]<string>] [key=<string>]

Parameters: 

    Tag             Value
    name          - Name of the profile to export.
    folder        - Name of the folder in which the profile XML files 
                    will be saved.
    interface     - Name of the interface which has this profile configured.
    key           - To display the key in plain text, set key=clear.

Remarks: 

    Saves the selected profiles into XML files in the specified folder.
    For each exported profile, the output file will be named as 
    "Interface Name-Profile Name.xml".

    Parameters folder, name and interface are all optional. If profile 
    name is given then the specified profile will be saved. Otherwise 
    profiles on any interface will be saved.

    If the folder parameter is provided it must specify an existing folder
    accessible from the local computer. It can either be an absolute path,
    or a relative path to the current working directory. In addition, "."
    refers to the current working directory, and ".." refers to the parent
    directory of the current working directory. The folder name cannot be 
    a UNC (Universal Naming Convention) path. By default profiles will be 
    saved in the current working directory.

    If interface name is given, only the specified profile on the given
    interface will be saved. Otherwise all profiles with the given name
    on the system will be saved.

    If a key in plain text is required and the caller is local administrator,
    output XML file will include the key in plain text.
    Otherwise, the output XML file will include encrypted key. 

Examples: 

    export profile name="profile 1" folder=c:\profiles
        interface="Wireless Network Connection"
    export profile name="profile 2" folder=.
    export profile name="profile 3" folder=. key=clear

Displays a list of commands.

»netsh »wlan »help


C:\Windows>netsh wlan help ?

Usage: help

Remarks: 
       Displays a list of commands.

Refresh hosted network settings.

»netsh »wlan »refresh


C:\Windows>netsh wlan refresh ?

The following commands are available:

Commands in this context:
refresh hostednetwork - Refresh hosted network settings.

Refresh hosted network settings.

»netsh »wlan »refresh »hostednetwork


C:\Windows>netsh wlan refresh hostednetwork ?

Usage: refresh hostednetwork [data=]key

Parameters: 

    Tag             Value
    data            Specifies the hosted network data to refresh.

Remarks: 

    This command requests the WLAN service to use a new security key for 
    the hosted network.

Examples: 

    refresh hostednetwork key

Generate WLAN smart trace report.

»netsh »wlan »reportissues


C:\Windows>netsh wlan reportissues ?

Usage: reportissues

Remarks: 

    This command generates WLAN smart trace report and makes it ready for 
    reporting WLAN issues. 

Examples: 

    reportissues 

Sets configuration information.

»netsh »wlan »set


C:\Windows>netsh wlan set ?

The following commands are available:

Commands in this context:
set allowexplicitcreds - Allow or disallow the user to use shared user 
                 credentials for network authentication.
set autoconfig - Enable or disable auto configuration logic on interface.
set blockednetworks - Show or hide the blocked networks in visible
                 network list.
set blockperiod - Set the block period.
set createalluserprofile - Allow or disallow everyone to create all user
                 profiles.
set hostednetwork - Set hosted network properties.
set profileorder - Set the preference order of a wireless network profile.
set profileparameter - Set parameters in a wireless network profile.
set profiletype - Set profile type to alluser or peruser. 
set randomization - Enable or disable MAC randomization on interface.
set tracing    - Enable or disable tracing.

Allow or disallow the user to use shared user

»netsh »wlan »set »allowexplicitcreds


C:\Windows>netsh wlan set allowexplicitcreds ?

Usage: set allowexplicitcreds [allow=]yes|no

Parameters: 

    Tag           Value
    allow     - Allow or disallow shared user credentials.

Remarks: 

    Specify whether to allow or disallow shared user credentials 
    on the client for network authentication.

    The parameter allow is required.

Examples: 

    set allowexplicitcreds allow=yes 

Enable or disable auto configuration logic on interface.

»netsh »wlan »set »autoconfig


C:\Windows>netsh wlan set autoconfig ?

Usage: set autoconfig [enabled=]yes|no [interface=]<string>

Parameters: 

    Tag           Value
    enabled     - Set auto configuration logic to enabled or disabled.
    interface   - Name of the interface for which the setting has to be
                  changed.

Remarks: 

    Enable or disable the auto configuration logic on an interface. If it is,
    disabled then Windows will not connect to any wireless network
    automatically from the specified interface.

    Both parameters are required.

Examples: 

    set autoconfig enabled=yes interface="Wireless Network Connection"

Show or hide the blocked networks in visible

»netsh »wlan »set »blockednetworks


C:\Windows>netsh wlan set blockednetworks ?

Usage: set blockednetworks [display=]show|hide

Parameters: 

    Tag           Value
    display     - Show or hide blocked networks in the visible network list.

Remarks: 

    Specify whether to show or hide blocked networks in the visible network
    list. If disabled then the blocked networks will not be displayed in the 
    visible wireless network list.

    The parameter display is required.

Examples: 

    set blockednetworks display=show 

Set the block period.

»netsh »wlan »set »blockperiod


C:\Windows>netsh wlan set blockperiod ?

Usage: set blockperiod [value=]0-60

Parameters: 

    Tag           Value
    value - Specifies the length in time, in minutes, during which 
            auto connect attempts to this network will be suspended.

Remarks: 

    Modifies the specified timer. The value is specified in minutes. 
    The blocked state is reset upon a manual connection attempt, 
    a session change or a media connect.


Examples: 

    set blockperiod value=2 
    set blockperiod 25 

Allow or disallow everyone to create all user

»netsh »wlan »set »createalluserprofile


C:\Windows>netsh wlan set createalluserprofile ?

Usage: set createalluserprofile [[enabled=]yes|no]

Parameters: 

    Tag           Value
    enabled     - Allow or disallow everyone to create all user profiles.

Remarks: 

    If enabled is yes then everyone is allowed to create all user profiles.

    The enabled parameter is required.

Examples: 

    set createalluserprofile enabled=yes

Set hosted network properties.

»netsh »wlan »set »hostednetwork


C:\Windows>netsh wlan set hostednetwork ?

Usage: set hostednetwork [mode=]allow|disallow [ssid=]<ssid>
                         [key=]<passphrase> [keyUsage=]persistent|temporary

Parameters: 

    Tag             Value
    mode            Specifies whether to allow or disallow the hosted network.
    ssid            SSID of the hosted network.
    key             The user security key used by the hosted network.
    keyUsage        Specifies whether the user security key is persistent or 
                    temporary. 

Remarks: 

    This command changes the properties of hosted network, including: SSID 
    of the hosted network, allow or disallow the hosted network in the system, 
    and a user security key that is used by the hosted network. 
 

    The user security key should be a string with 8 to 63 ASCII characters, 
    eg. a passphrase, or 64 hexadecimal digits which represent 32 binary 
    bytes. 
 

    If keyUsage is specified as persistent, the security key will be saved 
    and used when the hosted network is started again in future. Otherwise 
    it will be used only when the current or next time the hosted network 
    is started. Once the hosted network is stopped, the temporary security 
    key will be deleted from the system. If keyUsage is not specified, it 
    is persistent by default. 

    This command requires administrator privileges to allow or disallow the 
    hosted network. 

Examples: 

    set hostednetwork mode=allow 
    set hostednetwork ssid=ssid1 
    set hostednetwork key=passphrase keyUsage=persistent 

Set the preference order of a wireless network profile.

»netsh »wlan »set »profileorder


C:\Windows>netsh wlan set profileorder ?

Usage: set profileorder [name=]<string> [interface=]<string> [priority=]<integer>

Parameters: 

    Tag           Value
    name        - Name of the User profile whose priority is to be changed.
    interface   - Name of the interface which has this profile configured.
    priority    - The new priority of the User profile.

Remarks: 

    Set the preference order of a wireless network profile on an interface.
    All three parameters are required.

    Only the order of User profiles can be changed. Group policy profiles
    are read only. Group policy profiles always have higher precedence over
    User profiles.

    Parameter priority specifies the new position of the profile in the
    preferred profile list. If it is 1, the profile will be moved to the
    first position in the User profile list.

Examples: 

    set profileorder name="profile1" interface="Wireless Network Connection"
    priority=1

Set parameters in a wireless network profile.

»netsh »wlan »set »profileparameter


C:\Windows>netsh wlan set profileparameter ?

Usage: set profileparameter [name=]<string> [[interface=]<string>] 
       [SSIDname=<string>] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no]
       [ConnectionMode=auto|manual] [nonBroadcast=yes|no] 
       [Randomization=[yes|no|daily]] 
       [authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK] 
       [encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase] 
       [keyIndex=1-4] [keyMaterial=<string>] [PMKCacheMode=yes|no] 
       [PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no] 
       [preAuthThrottle=1-16 [FIPS=yes|no] 
       [useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest] 
       [ssoMode=preLogon|postLogon|none] [maxDelay=1-120] 
       [allowDialog=yes|no] [userVLAN=yes|no] 
       [heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600] 
       [maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no] 
       [cost=default|unrestricted|fixed|variable] 

Set profile type to alluser or peruser.

»netsh »wlan »set »profiletype


C:\Windows>netsh wlan set profiletype ?

Usage: set profiletype [name=]<string> [profiletype=]all|current [[interface=]<string>]

Parameters: 

    Tag           Value
    name           - Name of the profile to be changed.
    profiletype    - The desired profile type [all-user/per-user]. 
    interface      - Name of the interface on which the profile is set.

Remarks: 

    Changes the profile type for the specified profile. If the interface is
    specified, then only the profile on that interface is changed.

    The name and profile type parameters are required. 

Examples: 

    set profiletype name=Profile1 profiletype=all

Enable or disable MAC randomization on interface.

»netsh »wlan »set »randomization


C:\Windows>netsh wlan set randomization ?

Usage: set randomization [enabled=]yes|no [interface=]<string>

Parameters: 

    Tag           Value
    enabled     - Set MAC randomization to enabled or disabled.
    interface   - Name of the interface for which the setting has to be
                  changed.

Remarks: 

    The command will fail if the interface does not support
    randomization or if randomization was blocked by the 
    system administrator. 

    Both parameters are required.

Examples: 

    set randomization enabled=yes interface="Wireless Network Connection"

Enable or disable tracing.

»netsh »wlan »set »tracing


C:\Windows>netsh wlan set tracing ?

Usage: set tracing [mode=]yes|no|persistent] 

Parameters: 

    Tag           Value
    mode        - Enable, make it persistent or disable tracing.

Remarks: 

    Enabled or disable tracing, with the option to make tracing persistent.
    If enabled then the trace logs for wireless LAN will be collected and 
    saved to the trace files.

    The parameter mode is required. Under persistent mode the tracing will
    still be effective after system reboot. If mode is set to disable, then
    both persistent and nonpersistent tracing will be stopped.

Examples: 

    set tracing mode=yes 

Displays information.

»netsh »wlan »show


C:\Windows>netsh wlan show ?

The following commands are available:

Commands in this context:
show all       - Shows complete wireless device and networks information.
show allowexplicitcreds - Shows the allow shared user credentials settings.
show autoconfig - Shows whether the auto configuration logic is enabled or
                 disabled.
show blockednetworks - Shows the blocked network display settings.
show createalluserprofile - Shows whether everyone is allowed to create all
                 user profiles.
show drivers   - Shows properties of the wireless LAN drivers on the system.
show filters   - Shows the allowed and blocked network list.
show hostednetwork - Show hosted network properties and status.
show interfaces - Shows a list of the wireless LAN interfaces on
                 the system.
show networks  - Shows a list of networks visible on the system.
show onlyUseGPProfilesforAllowedNetworks - Shows the only use GP profiles on GP configured networks setting.
show profiles  - Shows a list of profiles configured on the system.
show randomization - Shows whether MAC randomization is enabled or
                 disabled.
show settings  - Shows the global settings of wireless LAN.
show tracing   - Shows whether wireless LAN tracing is enabled or disabled.
show wirelesscapabilities - Shows the wireless capabilities of the system
show wlanreport - Generate a report showing recent wireless session information.

Shows complete wireless device and networks information.

»netsh »wlan »show »all


C:\Windows>netsh wlan show all ?

Usage: show all

Remarks: 

    Shows the complete 802.11 wireless interface information, networks, and
    wireless settings on the system, including:
        - Wireless driver information
        - Wireless interface status
        - Wireless configuration settings
        - Wireless network filters
        - Wireless network profiles list and details
        - Visible wireless networks

Examples: 

    show all

Shows the allow shared user credentials settings.

»netsh »wlan »show »allowexplicitcreds


C:\Windows>netsh wlan show allowexplicitcreds ?

Usage: show allowexplicitcreds

Remarks: 

      Shows the global setting whether to allow shared user credentials 
      for authenticating to 802.1x networks.

Examples: 

      show allowexplicitcreds

Shows whether the auto configuration logic is enabled or

»netsh »wlan »show »autoconfig


C:\Windows>netsh wlan show autoconfig ?

Usage: show autoconfig

Remarks: 

      Shows the global setting whether auto configuration logic is enabled 
      or not on each interface.

Examples: 

      show autoconfig

Shows the blocked network display settings.

»netsh »wlan »show »blockednetworks


C:\Windows>netsh wlan show blockednetworks ?

Usage: show blockednetworks

Remarks: 

      Shows the global setting whether to display the blocked networks in 
      visible network list or not.

Examples: 

      show blockednetworks

Shows whether everyone is allowed to create all

»netsh »wlan »show »createalluserprofile


C:\Windows>netsh wlan show createalluserprofile ?

Usage: show createalluserprofile

Remarks: 

    Shows the global setting whether creating all user profiles is allowed
    or disallowed for everyone.

Examples: 

    show createalluserprofile

Shows properties of the wireless LAN drivers on the system.

»netsh »wlan »show »drivers


C:\Windows>netsh wlan show drivers ?

Usage: show drivers [[interface=]<string>] 

Parameters: 

    Tag             Value
    interface     - Name of the interface for which to show driver
                    information.

Remarks: 

    Shows the 802.11 wireless LAN interface and driver information on the
    system.

Examples: 

    show drivers

Shows the allowed and blocked network list.

»netsh »wlan »show »filters


C:\Windows>netsh wlan show filters ?

Usage: show filters [permission=]allow|block

Parameters: 

    Tag             Value
    permission    - Select allow or block network list.

Remarks: 

    Shows the allowed and blocked network list configured on the system.

Examples: 

    show filters
    show filters permission=allow
    show filters permission=block

Show hosted network properties and status.

»netsh »wlan »show »hostednetwork


C:\Windows>netsh wlan show hostednetwork ?

Usage: show hostednetwork [[setting=]security]

Parameters: 

    Tag             Value
    setting         Specifies hosted network settings to display.

Remarks: 

    This command shows the properties of the hosted network and its
    status if it has been started.

    If the setting parameter is specified, it will display the security
    algorithms and the key of the hosted network. 

Examples: 

    show hostednetwork
    show hostednetwork setting=security

Shows a list of the wireless LAN interfaces on

»netsh »wlan »show »interfaces


C:\Windows>netsh wlan show interfaces ?

Usage: show interfaces

Remarks: 

   Shows the wireless LAN interfaces configured on the system.
   There are no parameters for this command.

Examples: 

   show interfaces

Shows a list of networks visible on the system.

»netsh »wlan »show »networks


C:\Windows>netsh wlan show networks ?

Usage: show networks [[interface=]<string>] [[mode=]ssid/bssid]

Parameters: 

    Tag             Value
    interface     - Name of the interface which has this profile configured.
    mode          - Get detailed bssid information.

Remarks: 

    Shows the networks available to the system.
    Parameter interface and bssid are both optional.

    If interface name is given, only the networks on the given
    interface will be listed. Otherwise, all networks visible to
    the system will be listed.

    If mode=bssid is given then the visible bssids for each ssid
    will also be listed. Otherwise only ssids will be listed.

Examples: 

    show networks interface="Wireless Network Connection"
    show networks mode=Bssid
    show networks

Shows the only use GP profiles on GP configured networks setting.

»netsh »wlan »show »onlyUseGPProfilesforAllowedNetworks


C:\Windows>netsh wlan show onlyUseGPProfilesforAllowedNetworks ?

Usage: show onlyUseGPProfilesforAllowedNetworks

Remarks: 

              Shows the global setting whether to only use GP profiles on 
              GP configured networks or not.

Examples: 

              show onlyUseGPProfilesforAllowedNetworks

Shows a list of profiles configured on the system.

»netsh »wlan »show »profiles


C:\Windows>netsh wlan show profiles ?

Usage: show profiles [[name=]<string>] [interface=<string>] [key=<string>]

Parameters: 

    Tag             Value
    name          - Name of the profile to display.
    interface     - Name of the interface which has this profile configured.
    key           - To display the key in plain text, set key=clear. 

Remarks: 

    Shows the profile data or lists the profiles on the system.
    Parameter name and interface are both optional.

    If profile name is given then the content of the profile will be
    displayed. Otherwise only profile name and description will be listed.

    If interface name is given, only the specified profile on the given
    interface will be listed. Otherwise, all profiles with the given name
    on the system will be listed.

    If key is set to "clear" and the caller is local administrator,
    the key will be shown in plain text.

    Group Policy Profiles are read only. User Profiles are readable and
    writeable, and the preference order can be changed.

Examples: 

    show profiles name="profile 1" interface="Wireless Network Connection"
    show profiles name="profile 2"
    show profiles name="profile 3" key=clear
    show profiles

Shows whether MAC randomization is enabled or

»netsh »wlan »show »randomization


C:\Windows>netsh wlan show randomization ?

Usage: show randomization

Remarks: 

      Shows the global setting whether MAC randomization logic is enabled 
      or not on each interface.

Examples: 

      show randomization

Shows the global settings of wireless LAN.

»netsh »wlan »show »settings


C:\Windows>netsh wlan show settings ?

Usage: show settings

Remarks: 

      Shows the global settings for the Wireless AutoConfig service, including
      whether the auto configuration logic is enabled or disabled on each
      interface, whether to show blocked networks in the visible network list,
      and whether to only use GP profiles on GP-configured networks.

      Allow and block filter lists are available by "show filters" command.

Examples: 

      show settings

Shows whether wireless LAN tracing is enabled or disabled.

»netsh »wlan »show »tracing


C:\Windows>netsh wlan show tracing ?

Usage: show tracing

Remarks: 

    Shows whether wireless LAN tracing is enabled or disabled.

Examples: 

    show tracing

Shows the wireless capabilities of the system

»netsh »wlan »show »wirelesscapabilities


C:\Windows>netsh wlan show wirelesscapabilities ?

Usage: show wirelesscapabilities

Remarks: 

      Shows the wireless capabilities of the system

Examples: 

      show wirelesscapabilities

Generate a report showing recent wireless session information.

»netsh »wlan »show »wlanreport


C:\Windows>netsh wlan show wlanreport ?

Usage: show wlanreport [duration=<string>] [log=<string>] [logger=<autologger,...>]

Remarks: 

    Generates a report showing recent wireless session information. 
    By default a report will be generated for wireless activity over the
    last three days based on the event log on your system. 

    The duration of the report can be changed by specifying a number of days 
    using the optional duration parameter. 

    You can provide the path to an etl file to use as the source of events 
    instead of the machines event log. 

    You can provide a comma separated list of auto logger services to 
    retrieve logs for as well. WiFiSession and LwtNetLog logs are retrieved 
    by default. 
Examples: 

    show wlanreport duration="7" log="logpath.etl" logger="name1,name2"

Start hosted network.

»netsh »wlan »start


C:\Windows>netsh wlan start ?

The following commands are available:

Commands in this context:
start hostednetwork - Start hosted network.

Start hosted network.

»netsh »wlan »start »hostednetwork


C:\Windows>netsh wlan start hostednetwork ?

Usage: start hostednetwork 

Remarks: 

    This command requests the WLAN service to start the hosted network.

    This command requires administrator privileges.

Examples: 

    start hostednetwork

Stop hosted network.

»netsh »wlan »stop


C:\Windows>netsh wlan stop ?

The following commands are available:

Commands in this context:
stop hostednetwork - Stop hosted network.

Stop hosted network.

»netsh »wlan »stop »hostednetwork


C:\Windows>netsh wlan stop hostednetwork ?

Usage: stop hostednetwork 

Remarks: 

    This command requests the WLAN service to stop the hosted network.

Examples: 

    stop hostednetwork



- cn -/- de -/- en -









Windows-10


... Windows 10 FAQ
... Windows 10 How To


Windows 10 How To


... Windows 11 How To
... Windows 10 FAQ



HTTP: ... console/en/index.htm
0.156
7501

Keep the Mouse Speed on all Windows OS!

Auto Hide the Mouse Cursor on MS Windows 11, 10, ... Desktop and Server OS!

Bei niedriger Netzwerklast den PC herunterfahren oder in Standby setzen!

Change from focus to another Quaq Explorer View on Windows 11, 10, 8.1, ...!

PDF Seiten anordnen durch schlichtes Ziehen und Ablegen!

Zugriff auf essenzielle Speicher und System Funktionen unter Windows! 



(0)