Windows 10 PC goes to lock screen after 2 minutes

Anonymous
2018-01-08T18:24:24+00:00

Screen saver set at 15 minutes, yet after 2 minutes of inactivity display goes blank requiring "enter" to get lock screen . I must always move my mouse to stay "active." Can't seem to find a solution online that works. 

*Modified title for accuracy*

*Original title: Windows 10: PC goes to lock screen after 2 minutes*

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2018-11-14T19:39:45+00:00

The setting to fix this is "System unattended sleep timeout" in advanced power settings. (Control Panel\Hardware and Sound\Power Options\Edit Plan Settings > change advanced power settings).

However this setting is hidden because Microsoft wants waste our time and make our lives miserable. 

To un-hide it, you need to change a registry attribute value data from 1 to 2 at the following registry path:

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

Full instructions:

  1. windows key + R
  2. type regedit and hit enter
  3. click Yes if asked
  4. on registry editor - ctrl+F
  5. search for 7bc4a2f9-d8fc-4469-b07b-33eb785aaca0
  6. wait, can take a while to find
  7. when found, double click attributes on the right pane
  8. change value data to 2
  9. hit ok, close registry editor.
  10. Right click the start button > power options > Additional power settings > Change Plan Settings > change advanced power settings
  11. expand Sleep
  12. expand System unattended sleep timeout
  13. change both values to zero for never or set your preferred value.

Was this answer helpful?

600+ people found this answer helpful.
0 comments No comments

96 additional answers

Sort by: Newest
  1. Anonymous
    2019-03-06T10:07:31+00:00

    A million thankewes!

    <Added by Mod: Can't unsubscribe>

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-02-24T21:47:48+00:00

    I do not have an option to click apply then ok

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2019-02-02T18:13:21+00:00

    You can use the command prompt to add the sleep unintended and it's much easier.  This is from https://www.tenforums.com/tutorials/72133-add-system-unattended-sleep-timeout-power-options-windows.html

    1. Open an elevated command prompt.

    2. Type the command below you want to use into the elevated command prompt, and press Enter.

    (Add)

    powercfg -attributes SUB_SLEEP 7bc4a2f9-d8fc-4469-b07b-33eb785aaca0 -ATTRIB_HIDE

    OR

    (Remove - default)

    powercfg -attributes SUB_SLEEP 7bc4a2f9-d8fc-4469-b07b-33eb785aaca0 +ATTRIB_HIDE

    3. You can now close the elevated command prompt if you like.

    After that, just go into your power options and then advanced and click on sleep and it will be there and you can change the minutes.

    Was this answer helpful?

    20+ people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2019-02-01T22:18:35+00:00

    Thank you for your existence.

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments