Small update checker application for NVIDIA GeForce GPUs
This repository has been archived on 2025-07-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-07-14 14:32:47 +02:00
EnvyUpdate cleanup code and update packages 2020-05-29 11:21:03 +02:00
res bump version 2019-12-30 21:14:47 +01:00
.gitattributes Initial commit 2019-11-08 12:26:24 +01:00
.gitignore Initial commit 2019-11-08 12:26:24 +01:00
EnvyUpdate.sln fix issues #2 and #3 2019-11-09 19:15:20 +01:00
LICENSE Initial commit 2019-11-08 12:26:24 +01:00
README.md Update README.md 2020-07-14 14:32:47 +02:00

EnvyUpdate

A small update checker application for Nvidia GPUs

License Issues Version

How to use

  1. Download the latest release (or as a .zip) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed.
  2. If you want to use the application without saving any settings to your drive, keep the "Portable mode" checkbox checked. Otherwise uncheck it to automatically save your configuration.
  3. Install the cookie-txt addon for Firefox or Chrome.
  4. Go to the Nvidia driver download page, enter your graphics card model, operating system, etc. and click "Search".
  5. On the resulting page, click back in your browser and use the previously installed cookie-txt addon to save your site cookies as a .txt file.
  6. Drag this .txt file into the corresponding space inside EnvyUpdate.
  7. If everything works correctly, the online driver version should be displayed in the application window.
  8. When not in portable mode, you may activate Autostart. This will make the application start everytime Windows boots. This will also install the application itself in your APPDATA folder.

Uninstalling

Simply download the latest release from the releases page, run it and untick "Autostart". This will remove EnvyUpdate from your system.

Compatibility

The application is compatible with all Nvidia GPUs that have their drivers available on the nvidia.com download page and runs on Windows 7 and up.

Planned features

  • Translation support

Licenses

  • This project: MIT
  • Fody (for embedding DLLs into the main executable): MIT
  • wpf-notifyicon (for showing an icon in the system tray): CPOL
  • Notifications.Wpf: MIT