SrCroqueta / iCUE-AntiFreeze

This a program made with Python to "fix" a bug with the iCUE monitoring. What it does is auto-setup with high priority the service that is responsible for monitoring the temperatures. Also, it restart this service every hour and make it run itself at the startup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iCUE AntiFreeze Logo

This a program made with Python to "fix" a bug with the iCUE monitoring.

What it does:

  • Auto-setup with high priority the service that is responsible for monitoring the temperatures.
  • It restart this service every hour and make it run itself at the startup.

How to use:

  • Just download 'iCUE AntiFreeze.exe' and launch it as administrator, that's all.

You will be able to delete the file where it has been launched from after reboot the system. It has been copied to the Windows startup programs directory.

You can check it if you go to:

  • %AppData%\Microsoft\Windows\Start Menu\Programs\Startup

There should be the same file. Don't delete this one.

AntiVirus detected it as a threat:

This is really common when the '.exe' files are not signed. You will have to add an exception in your AntiVirus to make it enable to run.

Sorry, but I still learning programming and I prefer to focus on create "things" instead of looking how to sign programs for now.

I want to get rid of it:

  • You have to delete two directories from Windows registry:

    • Press 'Win + R' and type 'regedit' then search for these directories:

      • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iCUE.exe
      • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Corsair.Service.exe
  • Now you have to delete or move 'iCUE AntiFreeze.exe' to another directory. You will find it by doing this:

    • Press 'Win + R' and type '%AppData%\Microsoft\Windows\Start Menu\Programs\Startup'.

About

This a program made with Python to "fix" a bug with the iCUE monitoring. What it does is auto-setup with high priority the service that is responsible for monitoring the temperatures. Also, it restart this service every hour and make it run itself at the startup.


Languages

Language:Python 100.0%