Skip to content

niusnet/TinyNvidiaUpdateChecker

 
 

Repository files navigation

Image preview

TinyNvidiaUpdateChecker

Tiny application which checks for NVIDIA GeForce GPU drivers, written in C-sharp (C#) for Windows

Visit the wiki for more information about the application!

This application has a simple concept, when launched it will check for new driver updates for your NVIDIA gpu! With this you no longer need waste your time searching if there's something new to get. You may also use the --quiet switch in e.g one of the startup folders so it gets runs quietly and only notifies you if there's an new update.

NVIDIAs drivers come with telemetry, but I've done it possible so that you can remove it from the installer (as an optional feature!), which requries WinRAR in order to extract the self-extracting archive, which will only extract the core GPU drivers. (no Physics, HD Audio, Geforce Experience, 3D drivers, etc). For this to fully work you have to uninstall your previous drivers! Use DDU to make a clean uninstall first!

Download

Downloads are available here. Don't forget to download HtmlAgilityPack.dll which is a dependency and must be in the executing directory.

Forkers

HTML Agility Pack will automatically install when attempting to debug the project (make sure you're running the latest version of VS2017), or you may manually install it by doing the following: Open up your Package Manager Console and type in Install-Package HtmlAgilityPack.

Requirements

  • Windows 10, 8.x or 7
  • .NET framework 4.5
  • HtmlAgilityPack.dll in same folder as the executable (automatic download from v1.8.0 and up)
  • Stable internet connection
  • (optional) WinRAR (only if using minimal installer method)

Legal

License

TinyNvidiaUpdateChecker - Check for NVIDIA GPU driver updates!

Copyright (C) 2016-2017 Hawaii_Beach

This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.

This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.

You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.

Project icon

Project icon by Maddoc42 is licensed under CC BY-NC 3.0

HTML Agility Pack

HTML Agility Pack by zzzprojects is licensed under the MIT License

ASCII-alike Progress Bar

ASCII-alike Progress Bar by DanielSWolf is licensed under the MIT License

About

Check for NVIDIA GPU driver updates!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%