Hi, I have the problem that AMD PowerNow isn't working on my laptop (Windows 2000 with latest patches). On battery it was still running with full speed . So I gave RMClock a try and it's an excellent piece of software . The only disadvantage is that it won't run from a non-admin account, but I found a solution for this. Just greate a new "Job" (I can't remember how it's called in English, but it's in "Control Panel" and I believe it's called "Jobs". In German it's called "Geplante Tasks".) Set this job up to run RMClock at system start under the Administrator account. That's all! As soon as you start your PC the next time, RMClock will be started in the background . Even before you log in. The only disadvantage is that there are no icons for RMClock in the tray bar.
Regards, DirkAddition of September 17, 2006 09:45 PM: Hi,
it's me again. I just want to let you know that I tried to install the latest RMClock 2.2 RC1 as service and it worked fine. Now, it's started when the PC starts up and I get the icons in the tray bar for every user . A disadvantage on a multi-user PC is that every user will be able to change the settings.
I installed it with srvany. You can find many websites which describe where to get and how to use srvany. It must run under the "LocalSystem" account and you must allow data transfer between service and desktop.
One problem was that when a user logs out, RMClock receives a WM_QUERYENDSESSION and WM_ENDSESSION message and terminates (the GUI was still available at the next login, but somehow dead). This problem can be solved by restarting the service when a user logs out. The following steps are required: - Create the following script "C:\WINNT\system32\GroupPolicy\User\Scripts\Logoff\RestartRMClockService.bat" (assumed you called your new service "RMClock"; else replace "RMClock" with the name of your service):
net stop RMClock net start RMClock
- Go to Start/Run and open gpedit.msc - Go to User configuration/Windows Settings/Scripts (Login/Logoff) - Double-click on "Logoff" and add the new script
That's all . It's working fine on my PC ! (P.S.: I translated the options and menus from German back to English. If you can't find something, please use some imagination.)
Regards, Dirk |