Windows 10 – How to Disable Lock Screen Password on Idle Only

lock-screenpasswordswindows 10

I would like to configure this windows 10 machine to not ask for a password when resuming from IDLE, but still ask for a password when resuming from STANDBY or HIBERNATE.

The screen needs to turn off after 5 minutes and NOT use a screen saver.

The only information I can find is about disabling the lock screen password entirely – which is not what I want. Whether the lock screen continues to show or not is relevant as long as it doesn't require a password.

Version is Windows 10 Pro. It is also connected to a SBS2011 domain.

Best Answer

Using gpedit, set the "Allow users to select when a password is required when resuming from connected standby" policy to "Enabled" under "Computer\Administrative Templates\System\Logon\"

OR

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] "AllowDomainDelayLock"=dword:00000001

reference: https://social.technet.microsoft.com/forums/windows/en-US/20847146-a4ff-4b88-9bab-ccc70b5d1554/do-not-require-password-after-display-off

In my case, after enabling this policy, the screen just stays on (ignoring my screen timeout setting) presumably until the sleep timer triggers. I am unable to find a location to set the 'Require a Password after the display is off for...' timer that was previously available in Windows 8.1 Accounts>Sign-in Options.

Related Question