Troubleshooting Custom Logon

This section highlights some common issues that you may encounter when using Custom Logon.

When automatic sign-in is enabled, the device asks for a password when resuming from sleep or hibernate

This can occur when your device is configured to require a password when waking up from a sleep state.

To disable password protection on wake-up

  1. If you have write filters enabled on your device, perform the following steps to disable them so that you can save setting changes:

    1. At an administrator command prompt, type the following command:

      uwfmgr.exe filter disable
      
    2. To restart the device, type the following command:

      uwfmgr.exe restart
      
  2. In Contol Panel, search for Power Options , and then select the Power Options heading.

  3. Under the Power Options heading, select Require a password on wake up.

  4. On the Define power buttons and turn on password protection page, under Password protection on wakeup, select Don’t require a password.

  5. If you have disabled write filters, perform the following steps to enable them again:

    1. At an administrator command prompt, type the following command:

      uwfmgr.exe filter enable
      
    2. To restart the device, type the following command:

      uwfmgr.exe restart
      

The device displays a black screen during setup

Set the HideAutoLogonUI and AnimationDisabled settings to 0 (zero). The device will then display a default screen during setup.

The device displays a black screen when Ctrl+Alt+Del is pressed

HideAutoLogonUI andForceAutoLogon have known issues when used together. To avoid a black screen, we recommend you use Keyboard Filter to block this key combination.

The device displays a black screen when Windows key + L is used to lock the device

HideAutoLogonUI and ForceAutoLogon have known issues when used together. To avoid a black screen, we recommend you use Keyboard Filter to block this key combination.

The device displays a black screen when Notepad is opened, any characters are typed and the current user signs out, or the device is rebooted, or the device is shut down

HideAutoLogonUI and ForceAutoLogon have known issues when used together. To avoid a black screen, we recommend you disable the Blocked Shutdown Resolver Screen (BSDR).

Warning

When the BSDR screen is disabled, restarting or shutting down the device causes the OS to immediately force close any open applications that are blocking system shutdown. No UI is displayed, and users are not given a chance to cancel the shutdown process. This can result in lost data if any open applications have unsaved data.

The device displays a black screen when the device is suspended and then resumed

HideAutoLogonUI and ForceAutoLogon have known issues when used together. To avoid a black screen, we recommend you disable the password protection on wake up.

To disable password protection on wake up

  1. In Control Panel, select Power Options.

  2. In the Power Options item, select Require a password on wake up.

  3. On the Define power buttons and turn on password protection page, under Password protection on wake up, select Don’t require a password.

The device displays a black screen when a password expiration screen is displayed

HideAutoLogonUI has a known issue. To avoid a black screen, we recommend you set the password to never expire.

To set a password to never expire on an individual user account

  1. On your device, open a command prompt with administrator privileges.

  2. Type the following, replacing <accountname> with the name of the account you want to remove the password expiration from.

    net accounts <accountname> /expires:never
    

To set passwords to never expire on all user accounts

  1. On your device, open a command prompt with administrator privileges.

  2. Type the following

    net accounts /MaxPWAge:unlimited