Skip to content

Enterprise application suite for managing NVIDIA Game Ready Driver updates without using GeForce Experience

License

Notifications You must be signed in to change notification settings

terellison/NVUpdateManager

Repository files navigation

.NET Deploy .NET Unit Test

NVUpdateManager

Windows application suite for managing NVIDIA Game Ready Driver updates without using GeForce Experience. Intended for enterprise environments who have multiple machines running NVIDIA GPUs or individuals who don't want to run GeForce Experience.

Example update notification

Version: 552.44

Release Date: 2024.5.9

Download Link: https://us.download.nvidia.com/Windows/552.44/552.44-desktop-win10-win11-64bit-international-dch-whql.exe

Details:

Game Ready for Ghost of Tsushima: Director’s Cut

This new Game Ready Driver provides the best gaming experience for the latest new games supporting DLSS 3 technology including Ghost of Tsushima: Director’s Cut. Further support for new titles leveraging NVIDIA DLSS technology includes the launch of Homeworld 3 which supports DLSS Super Resolution.

Fixed Gaming Bugs

  • Ghost of Tsushima DIRECTOR'S CUT: Resizable BAR profile [4597841]

Learn more in our Game Ready Driver article here.

Game Ready Driver

Componenets

NotificationService

Windows background service that checks the currently installed Game Ready Driver version and checks the NVIDIA driver search page for a newer version. If it finds an available update, it uses an Azure Logic App to send an email to a user (configured in appsettings.json)

You can create your own Logic App using this tutorial. Use this as the sample payload:

{
    "emailbody": "<description>",
    "to": "<email-address>",
    "from": "<email-address>",
    "priority": "<description>",
    "subject": "<description>"
}
  • Installation instructions
    • Download and unzip NVUpdateManager.NotificationService.zip
    • Run NVUpdateManager.NotificationService.Installer.msi
    • Configure the drivers you want to search for in C:\Program Files\NVUpdateManager.NotificationService\appsettings.json
    • Start the service in the Windows Services manager

About

Enterprise application suite for managing NVIDIA Game Ready Driver updates without using GeForce Experience

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages