Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

2,845,193

Downloads of v 566.36.0.20241208:

68,576

Last Update:

10 Dec 2024

Package Maintainer(s):

Software Author(s):

  • NVIDIA

Tags:

graphics card driver geforce nvidia admin

NVidia Display Driver

  • 1
  • 2
  • 3

566.36.0.20241208 | Updated: 10 Dec 2024

Downloads:

2,845,193

Downloads of v 566.36.0.20241208:

68,576

Maintainer(s):

Software Author(s):

  • NVIDIA

NVidia Display Driver 566.36.0.20241208

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by NVIDIA. The inclusion of NVIDIA trademark(s), if any, upon this webpage is solely to identify NVIDIA goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

This package requires NVidia hardware, and cannot pass the validator

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install NVidia Display Driver, run the following command from the command line or from PowerShell:

>

To upgrade NVidia Display Driver, run the following command from the command line or from PowerShell:

>

To uninstall NVidia Display Driver, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade nvidia-display-driver -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade nvidia-display-driver -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install nvidia-display-driver
  win_chocolatey:
    name: nvidia-display-driver
    version: '566.36.0.20241208'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'nvidia-display-driver' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '566.36.0.20241208'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller nvidia-display-driver
{
    Name     = "nvidia-display-driver"
    Version  = "566.36.0.20241208"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'nvidia-display-driver':
  ensure   => '566.36.0.20241208',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 10 Dec 2024.

Description

This package strips all components out of the upstream NVidia driver package except the following:

  • Display.Driver
  • NVApp
  • PhysX
  • HDAudio
  • USB-C driver

Package Parameters

The following package parameters can be set to enable optional components:

  • /NV3DVision - Install 3DVision driver. Note: Nvidia has removed this from newer drivers.
  • /Nview - Install RTX Desktop Manager.
  • /ShadowPlay - Install ShadowPlay.
  • /FrameView - Install FrameView.
  • /NVApp - Install additional dependencies required by the NVIDIA app.
  • /MSVCRT - Install the nvidia-packaged 'vcredist140', which, at the time of writing (sept 2022) is an outdated version from 2019: 14.22.27821.0. I recommend installing chocolatey's vcredist140 instead.
  • /NvDLISR - Install NvDLISR.
  • /NoAudio - Do not install the audio driver.
  • /NoUSBC - Do not install the USB-C driver.

Parameters can be passed to the script with the use of --params.
For example: --params "'/ShadowPlay /Nview'".

To avoid confusion, DCH is now the default and only option.

If you need support for non display related components (Shield, Geforce Experience, ...), install the unaltered geforce-game-ready-driver instead.


tools\chocolateyInstall.ps1
$instDir    = "${ENV:TEMP}\nvidiainstall" # Folder to move desired components into
$ErrorActionPreference = 'Stop';
$packageArgs = @{
  packageName    = 'nvidia-display-driver'
  destination    = "${ENV:TEMP}\nvidiadriver" # Folder to extract drivers
  url64          = 'https://us.download.nvidia.com/Windows/566.36/566.36-desktop-win10-win11-64bit-international-dch-whql.exe'
  checksum64     = '5a5e048950bb09bef8c6e44b2b552811c8eb8bc874b99b3fbecc116c38014438'
  checksumType64 = 'sha256'
  silentArgs     = '-s -noreboot'
  validExitCodes = @(0,1)
  softwareName   = 'NVIDIA Graphics Driver*'
}

If ( [System.Environment]::OSVersion.Version.Major -ne '10' ) {
  $packageArgs['url64']      = 'https://us.download.nvidia.com/Windows/475.14/475.14-desktop-win8-win7-64bit-international.exe'
  $packageArgs['checksum64'] = '8ecf71315de1258209043c56e39c2a260560bc05327920a3d6c1f91408b9c960'
}

If ( -not (Get-OSArchitectureWidth -compare 64) ) {
  Write-Warning "NVIDIA has ended support for 32bit operating systems."
  Write-Warning "32 bit users should specify version 391.35."
  Write-Warning "Security patches for 32bit may be available on geforce.com"
  Write-Error "32 bit no longer supported."
}

# Remove any previous tempfiles
Remove-Item "$instDir" -Recurse -Force -ea 0
New-Item -Path "$instDir" -ItemType Directory

# Download driver package as a zip
$packageArgs['file'] = "${ENV:TEMP}\nvidiadriver.zip"
Get-ChocolateyWebFile @packageArgs

# Unzip driver package
Get-ChocolateyUnzip @packageArgs

# Move everything we want to a new folder
Move-Item ($packageArgs['destination'] + "\Display.Driver"        ) -Destination "$instDir"
Move-Item ($packageArgs['destination'] + "\NVApp"                 ) -Destination "$instDir"
Move-Item ($packageArgs['destination'] + "\NVI2"                  ) -Destination "$instDir"
Move-Item ($packageArgs['destination'] + "\NVPCF"                 ) -Destination "$instDir"
Move-Item ($packageArgs['destination'] + "\PhysX"                 ) -Destination "$instDir"
Move-Item ($packageArgs['destination'] + "\EULA.txt"              ) -Destination "$instDir"
Move-Item ($packageArgs['destination'] + "\ListDevices.txt"       ) -Destination "$instDir"
Move-Item ($packageArgs['destination'] + "\setup.cfg"             ) -Destination "$instDir"
Move-Item ($packageArgs['destination'] + "\setup.exe"             ) -Destination "$instDir"
# I've changed my mind about not including the audio and USB-C driver by default.
if ( -not $pp.NoAudio ) {
  Move-Item ($packageArgs['destination'] + "\HDAudio") -Destination "$instDir"
}
if ( -not $pp.NoUSBC ) {
  Move-Item ($packageArgs['destination'] + "\PPC"    ) -Destination "$instDir" -ErrorAction SilentlyContinue
}
if ( $pp.NV3DVision ) {
  Move-Item ($packageArgs['destination'] + "\NV3DVision"          ) -Destination "$instDir"
  Move-Item ($packageArgs['destination'] + "\NV3DVisionUSB.Driver") -Destination "$instDir"
}
if ( $pp.NVApp ) {
  Move-Item ($packageArgs['destination'] + "\NVApp.MessageBus"    ) -Destination "$instDir"
  Move-Item ($packageArgs['destination'] + "\NVCpl"               ) -Destination "$instDir"
}
# Misc new additions
if ( $pp.Nview ) {
  Move-Item ($packageArgs['destination'] + "\Display.Nview") -Destination "$instDir"
}
if ( $pp.ShadowPlay ) {
  Move-Item ($packageArgs['destination'] + "\ShadowPlay") -Destination "$instDir"
}
if ( $pp.FrameView ) {
  Move-Item ($packageArgs['destination'] + "\FrameViewSDK") -Destination "$instDir"
}
if ( $pp.MSVCRT ) {#MS VC Redist from 2019???
  Move-Item ($packageArgs['destination'] + "\MSVCRT") -Destination "$instDir"
}
if ( $pp.NvDLISR ) {
  Move-Item ($packageArgs['destination'] + "\NvDLISR") -Destination "$instDir"
}

# Remove unused files
Remove-Item ($packageArgs['destination']) -Recurse -Force

# Finally, install
$packageArgs['file'    ] = "$instDir\setup.exe"
$packageArgs['fileType'] = 'EXE'
Install-ChocolateyInstallPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';
$packageArgs = @{
  packageName   = 'nvidia-display-driver'
  softwareName  = 'NVIDIA Graphics Driver*'
  fileType      = 'EXE'
  validExitCodes= @(0)
}

$packageArgs['file']       = (Get-UninstallRegistryKey $packageArgs['softwareName']).UninstallString -replace "\s.*$"
$packageArgs['silentArgs'] = (Get-UninstallRegistryKey $packageArgs['softwareName']).UninstallString -replace "^.*?\s" -replace "$"," -silent"

If ( -not $env:ChocolateyForce) {
  Write-Warning 'Uninstalling this package will forcibly reboot your PC.'
  Write-Warning 'If you wish to proceed, please specify the --force parameter.'
  Write-Error 'Uninstall not called with --force. Aborting.'
}

Uninstall-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
NVidia Display Driver 566.36.0 22909 Friday, December 6, 2024 Approved
NVidia Display Driver 566.14.0 54398 Wednesday, November 13, 2024 Approved
NVidia Display Driver 566.3.0 47733 Wednesday, October 23, 2024 Approved
NVidia Display Driver 565.90 39005 Tuesday, October 1, 2024 Approved
NVidia Display Driver 561.09 12250 Thursday, September 12, 2024 Approved
NVidia Display Driver 560.94 14071 Wednesday, August 21, 2024 Approved
NVidia Display Driver 560.81 9160 Wednesday, August 7, 2024 Approved
NVidia Display Driver 560.70 13685 Wednesday, July 17, 2024 Approved
NVidia Display Driver 556.12 12191 Friday, June 28, 2024 Approved
NVidia Display Driver 555.99 14535 Wednesday, June 5, 2024 Approved
NVidia Display Driver 555.85 9697 Wednesday, May 22, 2024 Approved
NVidia Display Driver 552.44 8916 Thursday, May 9, 2024 Approved
NVidia Display Driver 552.22 15763 Wednesday, April 17, 2024 Approved
NVidia Display Driver 552.12 10456 Friday, April 5, 2024 Approved
NVidia Display Driver 551.86 11123 Wednesday, March 20, 2024 Approved
NVidia Display Driver 551.76 11015 Wednesday, March 6, 2024 Approved
NVidia Display Driver 551.61 8635 Friday, February 23, 2024 Approved
NVidia Display Driver 551.52 6953 Wednesday, February 14, 2024 Approved
NVidia Display Driver 551.23 15853 Thursday, January 25, 2024 Approved
NVidia Display Driver 546.65.0.20240120 5061 Saturday, January 20, 2024 Approved
NVidia Display Driver 546.65 5752 Thursday, January 18, 2024 Approved
NVidia Display Driver 546.33 22129 Wednesday, December 13, 2023 Approved
NVidia Display Driver 546.29 6555 Tuesday, December 5, 2023 Approved
NVidia Display Driver 546.17 16408 Wednesday, November 15, 2023 Approved
NVidia Display Driver 546.01 10207 Wednesday, November 1, 2023 Approved
NVidia Display Driver 545.92 5365 Friday, October 27, 2023 Approved
NVidia Display Driver 545.84 7385 Wednesday, October 18, 2023 Approved
NVidia Display Driver 537.58 6273 Wednesday, October 11, 2023 Approved
NVidia Display Driver 537.42 14468 Friday, September 22, 2023 Approved
NVidia Display Driver 537.34 7070 Wednesday, September 13, 2023 Approved
NVidia Display Driver 537.13 17209 Tuesday, August 22, 2023 Approved
NVidia Display Driver 536.99 13152 Wednesday, August 9, 2023 Approved
NVidia Display Driver 536.67 16662 Wednesday, July 19, 2023 Approved
NVidia Display Driver 536.40 14210 Friday, June 30, 2023 Approved
NVidia Display Driver 536.23 10919 Thursday, June 15, 2023 Approved
NVidia Display Driver 535.98 11611 Wednesday, May 31, 2023 Approved
NVidia Display Driver 532.03 5482 Thursday, May 25, 2023 Approved
NVidia Display Driver 531.79 17685 Wednesday, May 3, 2023 Approved
NVidia Display Driver 531.68 11351 Wednesday, April 19, 2023 Approved
NVidia Display Driver 531.61 5153 Friday, April 14, 2023 Approved
NVidia Display Driver 531.41 16831 Friday, March 24, 2023 Approved
NVidia Display Driver 531.29 8967 Tuesday, March 14, 2023 Approved
NVidia Display Driver 531.18 11298 Wednesday, March 1, 2023 Approved
NVidia Display Driver 528.49 15705 Thursday, February 9, 2023 Approved
NVidia Display Driver 528.24 12541 Wednesday, January 25, 2023 Approved
NVidia Display Driver 528.02 15443 Friday, January 6, 2023 Approved
NVidia Display Driver 527.56 21250 Friday, December 9, 2022 Approved
NVidia Display Driver 527.37 7787 Friday, December 2, 2022 Approved
NVidia Display Driver 526.98 19210 Thursday, November 17, 2022 Approved
NVidia Display Driver 526.86 9652 Friday, November 11, 2022 Approved
NVidia Display Driver 526.47 15089 Friday, October 28, 2022 Approved
NVidia Display Driver 522.25 14283 Thursday, October 13, 2022 Approved
NVidia Display Driver 517.48 14962 Wednesday, September 28, 2022 Approved
NVidia Display Driver 516.94 38190 Wednesday, August 10, 2022 Approved
NVidia Display Driver 516.59 34116 Wednesday, June 29, 2022 Approved
NVidia Display Driver 516.40 12739 Thursday, June 16, 2022 Approved
NVidia Display Driver 512.95 20370 Wednesday, May 25, 2022 Approved
NVidia Display Driver 512.77 13261 Friday, May 13, 2022 Approved
NVidia Display Driver 512.59 17461 Wednesday, April 27, 2022 Approved
NVidia Display Driver 512.15 41571 Wednesday, March 23, 2022 Approved
NVidia Display Driver 511.79 47743 Tuesday, February 15, 2022 Approved
NVidia Display Driver 511.65 20495 Wednesday, February 2, 2022 Approved
NVidia Display Driver 511.23 31971 Friday, January 14, 2022 Approved
NVidia Display Driver 497.29 28902 Tuesday, December 21, 2021 Approved
NVidia Display Driver 497.09 21863 Thursday, December 2, 2021 Approved
NVidia Display Driver 496.76 18642 Wednesday, November 17, 2021 Approved
NVidia Display Driver 496.49 31175 Wednesday, October 27, 2021 Approved
NVidia Display Driver 496.13 22662 Wednesday, October 13, 2021 Approved
NVidia Display Driver 472.12 34720 Tuesday, September 21, 2021 Approved
NVidia Display Driver 471.96.0.20210919 3791 Sunday, September 19, 2021 Approved
NVidia Display Driver 471.96 25678 Wednesday, September 1, 2021 Approved
NVidia Display Driver 471.68 33059 Wednesday, August 11, 2021 Approved
NVidia Display Driver 471.41 98389 Tuesday, July 20, 2021 Approved
NVidia Display Driver 471.11 298220 Wednesday, June 23, 2021 Approved
NVidia Display Driver 466.77 157035 Friday, June 11, 2021 Approved
NVidia Display Driver 466.63 85854 Friday, June 4, 2021 Approved
NVidia Display Driver 466.47 166320 Wednesday, May 19, 2021 Approved
NVidia Display Driver 466.27 141439 Friday, April 30, 2021 Approved
NVidia Display Driver 466.11 141176 Thursday, April 15, 2021 Approved
NVidia Display Driver 465.89 128754 Wednesday, March 31, 2021 Approved
NVidia Display Driver 461.92 110655 Wednesday, March 17, 2021 Approved
NVidia Display Driver 461.72 52466 Friday, February 26, 2021 Approved
NVidia Display Driver 461.40 8574 Wednesday, January 27, 2021 Approved
NVidia Display Driver 461.09 2857 Friday, January 8, 2021 Approved
NVidia Display Driver 460.89 2945 Wednesday, December 16, 2020 Approved
NVidia Display Driver 460.79 1654 Thursday, December 10, 2020 Approved
NVidia Display Driver 457.51 1690 Thursday, December 3, 2020 Approved
NVidia Display Driver 457.30 3095 Tuesday, November 10, 2020 Approved
NVidia Display Driver 457.09 2123 Friday, October 30, 2020 Approved
NVidia Display Driver 456.71 2660 Thursday, October 8, 2020 Approved
NVidia Display Driver 456.55 1660 Tuesday, September 29, 2020 Approved
NVidia Display Driver 456.38 1752 Friday, September 18, 2020 Approved
NVidia Display Driver 452.06 3100 Tuesday, August 18, 2020 Approved
NVidia Display Driver 451.67 3273 Friday, July 10, 2020 Approved
NVidia Display Driver 451.48 2168 Thursday, June 25, 2020 Approved
NVidia Display Driver 446.14 2799 Thursday, May 28, 2020 Approved
NVidia Display Driver 445.87 3456 Wednesday, April 15, 2020 Approved
NVidia Display Driver 445.75 2119 Tuesday, March 24, 2020 Approved
NVidia Display Driver 442.74 967 Friday, March 20, 2020 Approved
NVidia Display Driver 442.59 1380 Wednesday, March 11, 2020 Approved
NVidia Display Driver 442.50 3622 Friday, February 28, 2020 Approved
NVidia Display Driver 442.19 2313 Tuesday, February 4, 2020 Approved
NVidia Display Driver 441.87 2846 Tuesday, January 7, 2020 Approved
NVidia Display Driver 441.66 2679 Wednesday, December 11, 2019 Approved
NVidia Display Driver 441.41 1698 Wednesday, November 27, 2019 Approved
NVidia Display Driver 441.20 1824 Tuesday, November 12, 2019 Approved
NVidia Display Driver 441.12 1203 Tuesday, November 5, 2019 Approved
NVidia Display Driver 441.08 1030 Wednesday, October 30, 2019 Approved
NVidia Display Driver 440.97.0.20191028 479 Monday, October 28, 2019 Approved
NVidia Display Driver 440.97 1757 Wednesday, October 23, 2019 Approved
NVidia Display Driver 436.48 2151 Wednesday, October 2, 2019 Approved
NVidia Display Driver 436.30 4405 Wednesday, September 11, 2019 Approved
NVidia Display Driver 436.15 2170 Wednesday, August 28, 2019 Approved
NVidia Display Driver 436.02 489 Tuesday, August 27, 2019 Approved
NVidia Display Driver 431.60 2981 Tuesday, July 23, 2019 Approved
NVidia Display Driver 431.36 1475 Wednesday, July 10, 2019 Approved
NVidia Display Driver 430.86 3186 Tuesday, May 28, 2019 Approved
NVidia Display Driver 430.64 18010 Friday, May 10, 2019 Approved
NVidia Display Driver 430.39 1608 Wednesday, April 24, 2019 Approved
NVidia Display Driver 425.31 1451 Thursday, April 11, 2019 Approved
NVidia Display Driver 419.67 1562 Tuesday, March 26, 2019 Approved
NVidia Display Driver 419.35.0.20190325 325 Monday, March 25, 2019 Approved
NVidia Display Driver 419.35.0.20190324 314 Sunday, March 24, 2019 Approved
NVidia Display Driver 419.35.0.20190323 340 Saturday, March 23, 2019 Approved
NVidia Display Driver 419.35 1226 Wednesday, March 6, 2019 Approved
NVidia Display Driver 419.17 920 Saturday, February 23, 2019 Approved
NVidia Display Driver 418.91 1045 Thursday, February 14, 2019 Approved
NVidia Display Driver 418.81 1070 Tuesday, February 5, 2019 Approved
NVidia Display Driver 417.71 1650 Tuesday, January 15, 2019 Approved
NVidia Display Driver 417.35.0.20181228 1052 Saturday, December 29, 2018 Approved
NVidia Display Driver 417.35 1160 Thursday, December 13, 2018 Approved
NVidia Display Driver 417.22 1060 Tuesday, December 4, 2018 Approved
NVidia Display Driver 417.01.0.20181202 325 Sunday, December 2, 2018 Approved
NVidia Display Driver 417.01 782 Tuesday, November 27, 2018 Approved
NVidia Display Driver 416.94 1163 Wednesday, November 14, 2018 Approved
NVidia Display Driver 416.81 576 Friday, November 9, 2018 Approved
NVidia Display Driver 416.34 1393 Friday, October 12, 2018 Approved
NVidia Display Driver 411.70 779 Friday, September 28, 2018 Approved
NVidia Display Driver 411.63 582 Thursday, September 20, 2018 Approved
NVidia Display Driver 399.24 873 Tuesday, September 11, 2018 Approved
NVidia Display Driver 399.07 696 Tuesday, August 28, 2018 Approved
NVidia Display Driver 398.82 885 Thursday, August 2, 2018 Approved
NVidia Display Driver 398.36.0.20180629 1109 Saturday, June 30, 2018 Approved
NVidia Display Driver 398.36 648 Wednesday, June 27, 2018 Approved
NVidia Display Driver 398.11 3189 Tuesday, June 5, 2018 Approved
NVidia Display Driver 397.93 1335 Friday, May 25, 2018 Approved
NVidia Display Driver 397.64 802 Wednesday, May 9, 2018 Approved
NVidia Display Driver 397.31 953 Wednesday, April 25, 2018 Approved
NVidia Display Driver 391.35 833 Saturday, March 31, 2018 Approved
NVidia Display Driver 391.24 614 Thursday, March 22, 2018 Approved
NVidia Display Driver 391.01 690 Tuesday, February 27, 2018 Approved
NVidia Display Driver 390.77 712 Tuesday, January 30, 2018 Approved
NVidia Display Driver 390.65 668 Tuesday, January 9, 2018 Approved
NVidia Display Driver 388.71 606 Saturday, December 30, 2017 Approved
NVidia Display Driver 388.59 619 Thursday, December 14, 2017 Approved
NVidia Display Driver 388.43 601 Friday, December 1, 2017 Approved
NVidia Display Driver 388.31.0.20171117 587 Saturday, November 18, 2017 Approved
NVidia Display Driver 388.31 363 Saturday, November 18, 2017 Approved
NVidia Display Driver 388.13 600 Sunday, November 5, 2017 Approved
NVidia Display Driver 388.00 564 Monday, October 30, 2017 Approved
NVidia Display Driver 387.92 564 Monday, October 9, 2017 Approved
NVidia Display Driver 385.69 573 Friday, September 22, 2017 Approved
NVidia Display Driver 385.41 605 Tuesday, August 29, 2017 Approved
NVidia Display Driver 385.28 508 Friday, August 18, 2017 Approved
NVidia Display Driver 384.94 522 Friday, July 28, 2017 Approved
NVidia Display Driver 384.76 445 Monday, July 10, 2017 Approved
NVidia Display Driver 382.53 464 Friday, June 23, 2017 Approved
NVidia Display Driver 382.33 406 Thursday, May 25, 2017 Approved
NVidia Display Driver 382.05 496 Tuesday, May 9, 2017 Approved
NVidia Display Driver 381.89 489 Wednesday, April 26, 2017 Approved
NVidia Display Driver 381.65 435 Saturday, April 8, 2017 Approved
Discussion for the NVidia Display Driver Package

Ground Rules:

  • This discussion is only about NVidia Display Driver and the NVidia Display Driver package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or NVidia Display Driver, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus