Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.17 KB

Readme.md

File metadata and controls

44 lines (27 loc) · 1.17 KB

Nvidia Geforce Driver Checker

Checks for new versions of Nvidia GeForce graphics drivers. If you like, it will download and install.

Purpose

I created this because I don't like Nvidia Experience and the website makes you jump through hoops to check for new versions.

Usage

% npm ci
% nmp run check

This will check the NVidia website for driver versions, compare to your installed version, and if there is a new version, put up a notification. Click on the notification to download. When finished downloading, another notification appears. Click again to install.

The timeouts are set 3 minutes long on the notifications. If one times out, the program will figure you're not interested and exit. There's no way to click to indicate a "no" on download/install.

Game Ready Drivers vs Studio Drivers

This defaults to downloading Studio drivers. Right now there'a lines at the top of the app.js file that you can comment to change the url to Game Ready. I could add a parameter but I feel like no one will be interested in this except me. Who knows.

Compatibility

This only works on Windows 10 as far as I know, I didn't see much point in making this cross platform.