Michael Marley Posted April 4, 2008 Report Share Posted April 4, 2008 I was just wondering if it was possible to make a program execute automatically upon resume from hibernate and standby. More specifically, I have written a script to start the RMClock utility to apply some settings to stop CPU whine on my laptop, and then quit the program so it will not use system resources all the time. However, if I hibernate or standby my system, the settings are removed and not re-applied on startup. I just want to find a way to make my script run on resume. Quote Link to comment Share on other sites More sharing options...
Scarecrow Man Posted April 4, 2008 Report Share Posted April 4, 2008 I expect you have some knowledge of programming as you are mentioning writing a script. Is your program able to handle event triggers? If so, the Win32_PowerManagementEvent trigger may help.http://msdn2.microsoft.com/en-us/library/aa394362.aspx Quote Link to comment Share on other sites More sharing options...
Michael Marley Posted April 4, 2008 Author Report Share Posted April 4, 2008 I do not have any experience with programming. The program I am talking about here is someone else's program, I have just written a script in order to make it run the program, and then make it quit when the system starts. The setting it applies is deleted on system standby/hibernate, and I want to make the PC run the script when it comes out of either of these modes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.