KillerWhale G&E logoKillerWhale G&E

DrivrHlthChkr Live · Free

A Python-based tool that checks your drivers and system software for available updates — completely free, and the source is yours to edit.

Compatibility & requirements

Windows 10 – 11. Requires Python 3.8+ — be sure to check "Add Python to PATH" during install. No extra packages needed; it only uses Python's standard library.

Setup

  1. Download the file above and unzip it wherever you like (suggested: C:\Program Files (x86)).
  2. Inside the unzipped folder, find the shortcut kwDrivrHlthChkr and move it somewhere convenient (suggested: Desktop).
  3. If the shortcut doesn't work, copy the path of Run_DriverHealthChecker.bat and make your own shortcut — you can use the included .ico file for the icon.

Using it

  1. Open the shortcut.
  2. If Windows shows a security warning, click Run — it's expected.
  3. When prompted to let Python access your system files, click Yes.
  4. It'll scan your device and show you what needs updating.

Fixing errors

If the shortcut or the .bat/Python file won't run, open Run_DriverHealthChecker.bat in Notepad++. On line 4 you'll see something like:

set PYTHON_PATH=C:\Users\yourname\AppData\Local\Programs\Python

Replace the username in that path with your own Windows user folder name, save, and try again.