Hello Davor,
you wrote... DP>>> - *info item to show current processor frequency. Reason? My DP>>> notebook is normally set to adaptive processor speed. BS>> I don't think this is easy to do, but perhaps the person that wrote BS>> the getsystemperformancedata plugin would help. DP> This information exists, Windows XP shows it when you go to Control DP> Panel, System, current processor speed is shown as the lat line of DP> text, below the name and maximum speed of the processor. So, Windows DP> knows and shows this speed, if it helps. Following works for me, -----Script------ Local ProcesorSpeed ;one line below ProcesorSpeed = Reg.Get_DWORD(?"HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0\~MHz") ++ " MHz" ;one line above Win.Debug(ProcesorSpeed) -----Script------ Reg plugin is required http://groups.yahoo.com/group/power-pro/files/Plug-ins_and_add-ons/0_Registry%20and%20Ini%20Access/regPlugin1.40ppVersion3.8.18orAfter.zip Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
