topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday April 20, 2024, 11:36 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: PoMTAW - Power Management That Actually Works  (Read 3590 times)

doctorfrog

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 140
    • View Profile
    • Donate to Member
IDEA: PoMTAW - Power Management That Actually Works
« on: May 06, 2010, 06:38 PM »
Hi Coders,

I don't know if this is a problem unique to me or not, but I don't think I've ever had a PC (and I have had many) that fully respected the Power Management settings I've set in Windows. Is it non-standard hardware? Is it wimpy OS programming? Some doltish program I have running in the background that blocks proper PM? Blind luck? I don't care.

I recently moved from Windows XP to Windows 7. On XP, my screensaver would activate about half the time, and the system would go into standby correctly about half of that time. On Windows 7, nothing happens at all. The screensaver never runs, the monitor doesn't even turn off. The bottom line is that I can't really trust what Windows will do and so the settings are basically of no use to me, unless I start a betting pool based on the randomness of its behavior.

What I want is a small app to enforce the settings that Windows just doesn't seem capable of doing. To do this, it will have to:

- be able to monitor mouse and keyboard usage
- be able to monitor CPU usage
- enforce different stages of power management at user-specified times, configured separately
     - screensaver launch
     - spin down hard drives
     - turn off monitor
     - initiate standby/hibernate/shutdown
- MAJOR INTELLIGENCE BONUS: have a configurable 'mindfulness' setting that takes into account CPU usage, network activity, or disk activity.
     - if activity exceeds the above settings, do not initiate standby/hibernate/shutdown
     - thresholds can be user-entered, or the user can tell the program to figure it out on its own by sampling a 20-second period of 'typical' activity and using those values as the thresholds.

Misc Requirements:
- must run on Windows 7, 64-bit, but it does not itself have to be a 64-bit app.
- small exe, since this will have to run continuously. No memory leaks, no 100 megabyte apps.
- Ideally, it's portable: no wacky runtimes or registry diving. No .NET or JAVA, which are already ruled out by the above requirement.
- sits quietly in the system tray, and can be configured to be invisible (not in the tray, taskbar, or alt-tab) as well.
 
Now, I get the sense that something like this isn't very easy to do, especially without relying upon an existing runtime, so I won't be dismayed if there are no takers. But of course I had to give it a try.

Thanks for your time!

nudone

  • Cody's Creator
  • Columnist
  • Joined in 2005
  • ***
  • Posts: 4,119
    • View Profile
    • Donate to Member
Re: IDEA: PoMTAW - Power Management That Actually Works
« Reply #1 on: May 06, 2010, 08:02 PM »
just seen this whilst browsing for other software: http://agatasoft.com...tdown%20utility.html

but i've no idea if it's any better than freeware - or if it covers everything that you want.

doctorfrog

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 140
    • View Profile
    • Donate to Member
Re: IDEA: PoMTAW - Power Management That Actually Works
« Reply #2 on: May 06, 2010, 08:53 PM »
That looks like it does much of what I ask, but at the price of $25. That's a bit steep.