Windows 10 Lock Screen always puts monitor to sleep after 60 seconds

After several unsuccessful searches and attempts to fix the problem using standard and advanced settings, I finally came across a registry key setting that seems to be required to allow changes to the timeout on the lock screen that puts the screen to sleep after 1 minute.

In case that web site goes away, the key is:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7]
"Attributes"=dword:00000002

If the value is 1, the UI to alter this setting will not show up in the advanced power settings. If it is 2, the UI will show up. Reportedly, if it is zero, the monitors will never turn off but neither I nor the guy who posted the linked solution has tested that.

enter image description here


The above answer prevents the screen from going black, but preventing the system from sleeping is a different thing. There is another registry entry to prevent falling asleep.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0

Set the value to 2 and under advanced power settings you now get Sleep → System unattended sleep timeout, where you can set the value to 0 minutes. Rebooting your system to view the new option is not required.