Microsoft Windows [Version 6.1.7000] (C) Copyright 2009 Microsoft Corp. C:\Windows>netsh lan set profileparameter ?
Usage: set profileparameter [[interface=]][authMode=machineOrUser|machineOnly|userOnly|guest][ssoMode=preLogon|postLogon|none][maxDelay=1-120][allowDialog=yes|no][userVLAN=yes|no][oneXEnabled=yes|no][oneXEnforced=yes|no]
Parameters:
Tag Value
interface - Name of the interface on which the profile is set.
authMode - Type of credentials to be used for authentication.
ssoMode - Type of single sign on to be attempted if any.
maxDelay - Timeout value to establish single sign on connection.
allowDialog - Allow or Disallow a dialog to be shown for preLogon.
userVLAN - Specify if the network switches to a different VLAN on user authentication.
oneXEnabled - OneX authentication is enabled or not.
oneXEnforced - OneX authentication is enforced or not.
Remarks:
Modifies the profile on specified interface. If the interface is specified then
only profile on that interface is modified.
At least one parameter besides interface must be specified.
Examples:
set profileparameter authMode=userOnly ssoMode=preLogon
set profileparameter interface="Local Area Connection" ssoMode=none