UVK scripting commands - <AutoLogon> |
This command enables auto-logon for a user profile.
Remarks:You can specify the user name and password, separated by ' | ' (white space, vertical bar, white space).
Using this command whithout parameters will display the Auto-logon dialog box.
Using this command with only one parameter will disable Auto-logon.
Examples:
;The command
below sets auto-logon for the current user
<AutoLogon> | %UserName% | MyPassword
;The command below sets auto-logon for the John user account
;The
password is JohnPass
<AutoLogon> | John | JohnPass
;The command below sets auto-logon for the John user account
;John has an blank password
<AutoLogon> | John |
;The command below removes auto-logon
<AutoLogon> | Remove
;The command below
displays the auto-logon dialog box
<AutoLogon>
Back to the list