Like this article? We recommend
Miscellaneous Commands
Miscellaneous Commands
Here are some new Netsh WLAN commands that don't fit into a particular category:
- netsh wlan reportissues: Creates a report for troubleshooting wireless networking issues; located at C:\Windows\Tracing.
- netsh wlan set allowexplicitcreds: Specifies whether the computer is allowed to use stored user credentials for 802.1X authentication when a user isn't logged on to the computer, using the following parameter:
- allow={yes|no}
- netsh wlan set blockperiod: Specifies the amount of minutes (060) the client must wait before trying to connect to a network after an unsuccessful attempt.
- netsh wlan set profiletype: Defines whether only the current user or all users on the computer can use the given wireless network profile.
- name = ProfileName
- profiletype = {all|current}