Skip to content

Checks for new Geforce drivers, if available will download and install

Notifications You must be signed in to change notification settings

InsidiousForce/nvidia-geforce-driver-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Checks for new Geforce drivers, if available will download and install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published