8.10 Enabling AutoAdminLogon

The AutoAdminLogin feature lets you log in to the desktop and eDirectory without being prompted to enter login credentials.

8.10.1 Enabling a Windows-Only AutoAdminLogon

  1. Click the Start button, then type netplwiz.exe (or control.exe userpasswords2) in the Start Search field.

  2. Press Enter to open the User Accounts dialog box.

  3. On the Users tabbed page, select the user that you want to enable AutoAdminLogon for in the Users for this computer list.

  4. Deselect Users must enter a user name and password to use this computer.

    User Accounts dialog box
  5. Click OK.

  6. When prompted, enter the password for the selected user, then click OK.

    After the machine is rebooted, a Windows-only logon occurs for the specified user.

8.10.2 Configuring Windows-Only AutoAdminLogon Through Registry

The autoadminlogon configuration information can also be added/modified by writing directly to the registry.

  1. Click the Start button, then type regedit.exe in the Start Search field.

  2. Press Enter to open the Registry Editor.

  3. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, then modify or add the following parameters:

    • Value Type=REG_SZ, Name=DefaultUserName, Data=User Name
    • Value Type=REG_SZ, Name=DefaultPassword, Data=user Password
    • Value Type=REG_SZ, Name=DefaultDomainName, Data=DomainName (Optional)

    NOTE:

    • If you do not specify a domain name, Client attempts to log on to the Local Machine.

    • Manually writing DefaultPassword key into the registry makes it visible to all users who have registry access.

8.10.3 Enabling an eDirectory AutoAdminLogon

  1. Click the Start button, then type regedit.exe in the Start Search field.

  2. Press Enter to open the Registry Editor.

  3. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Novell\Login, then add the following:

    • Value Type=REG_SZ, Name=AutoAdminLogon, Data=1

    • Value Type=REG_SZ, Name=DefaultUserName, Data=eDirectory username

    • Value Type=REG_SZ, Name=DefaultLoginProfile, Data=name of profile to use

      if you need the same login profile for both eDirectory AutoAdminLogon and TSClientAutoAdminLogon.

      or

      Value Type=REG_SZ, Name=AutoAdminDefaultLoginProfile, Data=name of profile to use

      if you need to specify a unique profile name for eDirectory AutoAdminLogon, which is different from the TSClientAutoAdminLogon default profile name.

    • Value Type=REG_SZ, Name=DefaultPassword, Data=the user's eDirectory password

    NOTE:

    • If either DefaultLoginProfile or AutoAdminDefaultLoginProfie is not provided, the Default profile for the eDirectory username is used for the eDirectory AutoAdminLogon.

    • If the Windows password is the same as the eDirectory password, the last value is not necessary. In the future, a way to securely store the eDirectory password might be provided.

    • Once Windows AutoAdminlogon is configured, it will work with or without having the eDirectory AutoAdminLogon configured or enabled.

    • eDirectory AutoAdminLogon, even if configured, will work only if Windows AutoAdminlogon is configured and enabled.

  4. Close the Registry Editor.