anuraag Posted March 11, 2014 Share Posted March 11, 2014 HWMonitor is a hardware monitoring program that reads PC systems main health sensors : voltages, temperatures, fans speed. The program handles the most common sensor chips, like ITE® IT87 series, most Winbond® ICs, and others. In addition, it can read modern CPUs on-die core thermal sensors, as well has hard drives temperature via S.M.A.R.T, and video card GPU temperature. Special hardware monitors such as abit® uGuru and Gigabyte® ODIN™ power supplies serie are supported too. Download Quote Link to comment Share on other sites More sharing options...
tarekma7 Posted March 11, 2014 Share Posted March 11, 2014 Thanks for the update Quote Link to comment Share on other sites More sharing options...
Guinness Posted March 11, 2014 Share Posted March 11, 2014 Many thanks for the update. Quote Link to comment Share on other sites More sharing options...
jack Posted May 30, 2014 Share Posted May 30, 2014 Hi,änyone with the enough knowledge knows how to do this:Since i don't understant why you extract another exe (HWMonitorProMiT.exe) from your launcher and was unsure of what this one was doing, i've coded another autoit programm that don't use any cmd.here's the code:#RequireAdmin#Region ;**** Directives created by AutoIt3Wrapper_GUI ****#AutoIt3Wrapper_icon=icons-hwmonitor-pro.ico#AutoIt3Wrapper_outfile=hmonlauncher.exe#AutoIt3Wrapper_Compression=4#AutoIt3Wrapper_Res_Fileversion=1.0.0.1#AutoIt3Wrapper_Res_LegalCopyright=RedFlaG-Fr 2010-11-20#AutoIt3Wrapper_Res_Language=1036#AutoIt3Wrapper_Res_requestedExecutionLevel=requir eAdministrator#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****;RedFlaG-Fr 2010-11-20Run(@ScriptDir &"\HWMonitorPro.exe")ProcessWait("HWMonitorPro.exe")WinActivate("[TITLE:CPUID Hardware Monitor Pro]", "")Sleep (500)WinMenuSelectItem("[TITLE:CPUID Hardware Monitor Pro]", "", "&View", "&Minimize to Tray" )Just compile, put the .exe into the same directory of your CPUID Hmonitor then make a scheduled task that point to this compiled code so that it'll be started when you logon.Please let me know,thanks in advance! 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.
Note: Your post will require moderator approval before it will be visible.