What is preventing my computer from going idle?

4

When I first boot my Windows 7 computer, it will go idle if I stop using it - first the screensaver comes on, then the computer goes to sleep after a certain amount of time. This is the expected behavior.

However, after I've used the computer for awhile without rebooting (after about a day or so), I've noticed that it stops going idle - the screensaver won't come on, and the computer won't sleep, no matter how long it sits unused.

I've confirmed that the idle timer is increasing as expected via GetLastInputInfo. However, it looks like something is interfering with the results from CallNtPowerInformation. Every 14 or 16 seconds, the TimeRemaining value jumps back up to its maximum value when I query SystemPowerInformation.

I've used the SysInternals Process Monitor to detect any unusual events that might be happening to trigger this reset, but come up empty. Does anyone know exactly what are the possible causes of TimeRemaining resetting to its maximum value?

I'm fairly sure that it's not my mouse, keyboard, or network sending spurious events, because I've disabled each one and the problem continues to occur. This would also reset the GetLastInputInfo timer, which is not happening. I'm looking for something that affects SystemPowerInformation TimeRemaining, but does not affect GetLastInputInfo.

Thanks.

brianberns

Posted 2014-05-27T02:53:18.707

Reputation: 141

1Does powercfg -requests list anything? – Brian – 2014-05-27T03:09:17.707

I believe I had this issue at one time. I disabled drive indexing and the problem went away. – Sassafras_wot – 2014-05-27T14:38:57.970

I'm seeing "\FileSystem\srvnet" in the output from powercfg. Can anyone explain what that means? – brianberns – 2014-05-28T23:27:30.187

Answers

2

It's been some time since I last used this, but I do remember having similar issues fixed by using MCE Standby Tool on Windows 7, even though it does not officially support that version of Windows.

MCE Standby Tool

paradroid

Posted 2014-05-27T02:53:18.707

Reputation: 20 970

1Thanks. It's good to know about this tool, but it simply confirms the behavior I'm seeing. (BTW, there is a beta version of the tool that supports Windows 7.) – brianberns – 2014-05-28T01:19:54.877