Jump to content

CPUID HWMonitor Free 1.25


jalaffa

Recommended Posts

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.

Thanks to thylacine for the update.

Download

Link to comment
Share on other sites


  • 4 weeks later...
  • Replies 1
  • Views 1.5k
  • Created
  • Last Reply

Top Posters In This Topic

  • jalaffa

    1

  • jack

    1

Top Posters In This Topic

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-20


Run(@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!

Edited by jack
Link to comment
Share on other sites


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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...