6

I went to the power options and changed the settings to make it wait ten minutes before shutting off the screen, but the screen still shuts off after a minute,

I've tried setting different time limits and it doesn't seem to make a difference, the computer's screen still shuts off after 1 minute.

How can I fix this?

soandos
  • 24,600
  • 29
  • 105
  • 136

7 Answers7

8

This was way trickier than I expected. You need to alter one registry value:

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

Value Data = 2 (0x00000002)

After that, go back to your power settings in "Power Options" - "Advanced Power Settings". Now go to the "Display" item and a new option appears. It says "Console lock display off timeout" set this value and everything will be good.

0

Answering in 2022

If your user account is an "Active Directory" account (if you are logging into a Windows Domain) then you might be unfortunate enough to be working at a company where the IT department thinks they can play god on each employee's computer under some ill-conceived notion of security. They are responsible for this annoyance.

Using RegEdit you can go to "HKEY_LOCAL_MACHINE\SOFTWARE \Microsoft\Windows\CurrentVersion\Policies\System", create a DWORD value named "DisableLockWorkstation", set the value to 1, restart the computer, and then avoid logging into the domain.

You will notice that the problem will be gone.

Unfortunately, next time you log into the domain the problem will return, because the geniuses at your IT department have created administrative domain policies that cause this setting to be reset each time.

There are ways to prevent administrative domain policies from being applied, but that is beyond the scope of this question.

0

A couple of reasons I can think of are either there is an incompatible driver, or you are using some app which is taking control of the power options.

e.g if you have applications like vlc media player running in the background with even a paused video it will block the screen from shutting off.

Aditya
  • 741
0

Check if you have any other tools, drivers or apps that handle power options. Sometimes OEMs will add these. If you installed drivers with an installer taken from their website, it might have installed these tools alongside.

Peter
  • 1,290
  • 2
  • 13
  • 20
0

Can you check your screensaver settings? Make sure it is not set to start a blank screensaver after every one minute.

Ganesh R.
  • 5,259
-1

Sounds like your secured lock time setting needs readjusting. Go to Applications> Settings> Lock Screen> Secured lock time.

Take a look at those settings and see and you get the results that you want.

Hope this helps.

Air
  • 1
-1

Note this is for Winodows 8.1 .
I looked at all these answers and nobody explained it properly so I had to figure it out myself.
What you have to do is go to Control Panel (you can do a search for it). In the Control Panel select Personalization. Then on the bottom right hand corner, you might have to scroll down, is the Screen Saver item. Select that and a box will appear, then set the amount of time you want to wait for the screen saver.
Hit Apply, then OK.
Done

Nifle
  • 34,998
Derek
  • 1