Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

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

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
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
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

2,335,432

Downloads of v 537.42:

6,299

Last Update:

22 Sep 2023

Package Maintainer(s):

Software Author(s):

  • NVIDIA

Tags:

graphics card driver geforce nvidia admin

NVidia Display Driver

  • 1
  • 2
  • 3

537.42 | Updated: 22 Sep 2023

Downloads:

2,335,432

Downloads of v 537.42:

6,299

Maintainer(s):

Software Author(s):

  • NVIDIA

NVidia Display Driver 537.42

  • 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: '537.42'
    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  '537.42'
end

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


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

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


package { 'nvidia-display-driver':
  ensure   => '537.42',
  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 22 Sep 2023.

Description

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

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

Package Parameters

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

  • /NV3DVision - Install 3DVision driver. Note: Nvidia has removed this from newer drivers.
  • /Nview - Install RTX Desktop Manager.
  • /ShadowPlay - Install ShadowPlay.
  • /FrameView - Install FrameView.
  • /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.

Parameters can be passed to the installer 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/537.42/537.42-desktop-win10-win11-64bit-international-dch-whql.exe'
  checksum64     = '93c6652d78abcb8d0e54b9fc35125f8a8988efe0fec779b4e2151edfd9867ab4'
  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/474.44/474.44-desktop-win8-win7-64bit-international.exe'
  $packageArgs['checksum64'] = '1e7f9ba6c8dc64d2da7fb28b82731b70a45c37757a339ee0268ec078fa6aaf44'
}

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
New-Item -Path "$instDir\GFExperience" -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'] + "\Display.Optimus"       ) -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"
# Must include these legal files to satisfy the installer. GFE will not be installed.
Move-Item ($packageArgs['destination'] + "\GFExperience\PrivacyPolicy"      ) -Destination "$instDir\GFExperience"
Move-Item ($packageArgs['destination'] + "\GFExperience\EULA.html"          ) -Destination "$instDir\GFExperience"
Move-Item ($packageArgs['destination'] + "\GFExperience\FunctionalConsent_*") -Destination "$instDir\GFExperience"
# I've changed my mind about not including the audio and USB-C driver by default.
Move-Item ($packageArgs['destination'] + "\HDAudio") -Destination "$instDir"
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"
}
# 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"
}

# 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 537.34 6837 Wednesday, September 13, 2023 Approved
NVidia Display Driver 537.13 16369 Tuesday, August 22, 2023 Approved
NVidia Display Driver 536.99 12895 Wednesday, August 9, 2023 Approved
NVidia Display Driver 536.67 16183 Wednesday, July 19, 2023 Approved
NVidia Display Driver 536.40 13997 Friday, June 30, 2023 Approved
NVidia Display Driver 536.23 10394 Thursday, June 15, 2023 Approved
NVidia Display Driver 535.98 11072 Wednesday, May 31, 2023 Approved
NVidia Display Driver 532.03 5449 Thursday, May 25, 2023 Approved
NVidia Display Driver 531.79 17612 Wednesday, May 3, 2023 Approved
NVidia Display Driver 531.68 11305 Wednesday, April 19, 2023 Approved
NVidia Display Driver 531.61 5106 Friday, April 14, 2023 Approved
NVidia Display Driver 531.41 16789 Friday, March 24, 2023 Approved
NVidia Display Driver 531.29 8902 Tuesday, March 14, 2023 Approved
NVidia Display Driver 531.18 11256 Wednesday, March 1, 2023 Approved
NVidia Display Driver 528.49 15598 Thursday, February 9, 2023 Approved
NVidia Display Driver 528.24 12500 Wednesday, January 25, 2023 Approved
NVidia Display Driver 528.02 15407 Friday, January 6, 2023 Approved
NVidia Display Driver 527.56 21140 Friday, December 9, 2022 Approved
NVidia Display Driver 527.37 7755 Friday, December 2, 2022 Approved
NVidia Display Driver 526.98 19172 Thursday, November 17, 2022 Approved
NVidia Display Driver 526.86 9620 Friday, November 11, 2022 Approved
NVidia Display Driver 526.47 15046 Friday, October 28, 2022 Approved
NVidia Display Driver 522.25 14235 Thursday, October 13, 2022 Approved
NVidia Display Driver 517.48 14923 Wednesday, September 28, 2022 Approved
NVidia Display Driver 516.94 38145 Wednesday, August 10, 2022 Approved
NVidia Display Driver 516.59 34077 Wednesday, June 29, 2022 Approved
NVidia Display Driver 516.40 12701 Thursday, June 16, 2022 Approved
NVidia Display Driver 512.95 20316 Wednesday, May 25, 2022 Approved
NVidia Display Driver 512.77 13218 Friday, May 13, 2022 Approved
NVidia Display Driver 512.59 17391 Wednesday, April 27, 2022 Approved
NVidia Display Driver 512.15 41528 Wednesday, March 23, 2022 Approved
NVidia Display Driver 511.79 47701 Tuesday, February 15, 2022 Approved
NVidia Display Driver 511.65 20465 Wednesday, February 2, 2022 Approved
NVidia Display Driver 511.23 31932 Friday, January 14, 2022 Approved
NVidia Display Driver 497.29 28867 Tuesday, December 21, 2021 Approved
NVidia Display Driver 497.09 21827 Thursday, December 2, 2021 Approved
NVidia Display Driver 496.76 18607 Wednesday, November 17, 2021 Approved
NVidia Display Driver 496.49 31145 Wednesday, October 27, 2021 Approved
NVidia Display Driver 496.13 22629 Wednesday, October 13, 2021 Approved
NVidia Display Driver 472.12 34281 Tuesday, September 21, 2021 Approved
NVidia Display Driver 471.96.0.20210919 3747 Sunday, September 19, 2021 Approved
NVidia Display Driver 471.96 25634 Wednesday, September 1, 2021 Approved
NVidia Display Driver 471.68 33020 Wednesday, August 11, 2021 Approved
NVidia Display Driver 471.41 98361 Tuesday, July 20, 2021 Approved
NVidia Display Driver 471.11 298185 Wednesday, June 23, 2021 Approved
NVidia Display Driver 466.77 156995 Friday, June 11, 2021 Approved
NVidia Display Driver 466.63 85809 Friday, June 4, 2021 Approved
NVidia Display Driver 466.47 166285 Wednesday, May 19, 2021 Approved
NVidia Display Driver 466.27 141406 Friday, April 30, 2021 Approved
NVidia Display Driver 466.11 141127 Thursday, April 15, 2021 Approved
NVidia Display Driver 465.89 128720 Wednesday, March 31, 2021 Approved
NVidia Display Driver 461.92 110622 Wednesday, March 17, 2021 Approved
NVidia Display Driver 461.72 52410 Friday, February 26, 2021 Approved
NVidia Display Driver 461.40 8508 Wednesday, January 27, 2021 Approved
NVidia Display Driver 461.09 2791 Friday, January 8, 2021 Approved
NVidia Display Driver 460.89 2906 Wednesday, December 16, 2020 Approved
NVidia Display Driver 460.79 1604 Thursday, December 10, 2020 Approved
NVidia Display Driver 457.51 1655 Thursday, December 3, 2020 Approved
NVidia Display Driver 457.30 3047 Tuesday, November 10, 2020 Approved
NVidia Display Driver 457.09 2088 Friday, October 30, 2020 Approved
NVidia Display Driver 456.71 2618 Thursday, October 8, 2020 Approved
NVidia Display Driver 456.55 1619 Tuesday, September 29, 2020 Approved
NVidia Display Driver 456.38 1709 Friday, September 18, 2020 Approved
NVidia Display Driver 452.06 3057 Tuesday, August 18, 2020 Approved
NVidia Display Driver 451.67 3234 Friday, July 10, 2020 Approved
NVidia Display Driver 451.48 2130 Thursday, June 25, 2020 Approved
NVidia Display Driver 446.14 2751 Thursday, May 28, 2020 Approved
NVidia Display Driver 445.87 3404 Wednesday, April 15, 2020 Approved
NVidia Display Driver 445.75 2069 Tuesday, March 24, 2020 Approved
NVidia Display Driver 442.74 924 Friday, March 20, 2020 Approved
NVidia Display Driver 442.59 1338 Wednesday, March 11, 2020 Approved
NVidia Display Driver 442.50 3582 Friday, February 28, 2020 Approved
NVidia Display Driver 442.19 2266 Tuesday, February 4, 2020 Approved
NVidia Display Driver 441.87 2802 Tuesday, January 7, 2020 Approved
NVidia Display Driver 441.66 2630 Wednesday, December 11, 2019 Approved
NVidia Display Driver 441.41 1659 Wednesday, November 27, 2019 Approved
NVidia Display Driver 441.20 1784 Tuesday, November 12, 2019 Approved
NVidia Display Driver 441.12 1152 Tuesday, November 5, 2019 Approved
NVidia Display Driver 441.08 992 Wednesday, October 30, 2019 Approved
NVidia Display Driver 440.97.0.20191028 434 Monday, October 28, 2019 Approved
NVidia Display Driver 440.97 1712 Wednesday, October 23, 2019 Approved
NVidia Display Driver 436.48 2108 Wednesday, October 2, 2019 Approved
NVidia Display Driver 436.30 4360 Wednesday, September 11, 2019 Approved
NVidia Display Driver 436.15 2129 Wednesday, August 28, 2019 Approved
NVidia Display Driver 436.02 443 Tuesday, August 27, 2019 Approved
NVidia Display Driver 431.60 2937 Tuesday, July 23, 2019 Approved
NVidia Display Driver 431.36 1438 Wednesday, July 10, 2019 Approved
NVidia Display Driver 430.86 3132 Tuesday, May 28, 2019 Approved
NVidia Display Driver 430.64 17962 Friday, May 10, 2019 Approved
NVidia Display Driver 430.39 1565 Wednesday, April 24, 2019 Approved
NVidia Display Driver 425.31 1396 Thursday, April 11, 2019 Approved
NVidia Display Driver 419.67 1524 Tuesday, March 26, 2019 Approved
NVidia Display Driver 419.35.0.20190325 287 Monday, March 25, 2019 Approved
NVidia Display Driver 419.35.0.20190324 277 Sunday, March 24, 2019 Approved
NVidia Display Driver 419.35.0.20190323 299 Saturday, March 23, 2019 Approved
NVidia Display Driver 419.35 1185 Wednesday, March 6, 2019 Approved
NVidia Display Driver 419.17 869 Saturday, February 23, 2019 Approved
NVidia Display Driver 418.91 995 Thursday, February 14, 2019 Approved
NVidia Display Driver 418.81 1028 Tuesday, February 5, 2019 Approved
NVidia Display Driver 417.71 1609 Tuesday, January 15, 2019 Approved
NVidia Display Driver 417.35.0.20181228 1015 Saturday, December 29, 2018 Approved
NVidia Display Driver 417.35 1119 Thursday, December 13, 2018 Approved
NVidia Display Driver 417.22 1020 Tuesday, December 4, 2018 Approved
NVidia Display Driver 417.01.0.20181202 285 Sunday, December 2, 2018 Approved
NVidia Display Driver 417.01 728 Tuesday, November 27, 2018 Approved
NVidia Display Driver 416.94 1115 Wednesday, November 14, 2018 Approved
NVidia Display Driver 416.81 536 Friday, November 9, 2018 Approved
NVidia Display Driver 416.34 1339 Friday, October 12, 2018 Approved
NVidia Display Driver 411.70 726 Friday, September 28, 2018 Approved
NVidia Display Driver 411.63 523 Thursday, September 20, 2018 Approved
NVidia Display Driver 399.24 829 Tuesday, September 11, 2018 Approved
NVidia Display Driver 399.07 644 Tuesday, August 28, 2018 Approved
NVidia Display Driver 398.82 836 Thursday, August 2, 2018 Approved
NVidia Display Driver 398.36.0.20180629 1065 Saturday, June 30, 2018 Approved
NVidia Display Driver 398.36 611 Wednesday, June 27, 2018 Approved
NVidia Display Driver 398.11 3139 Tuesday, June 5, 2018 Approved
NVidia Display Driver 397.93 1283 Friday, May 25, 2018 Approved
NVidia Display Driver 397.64 764 Wednesday, May 9, 2018 Approved
NVidia Display Driver 397.31 909 Wednesday, April 25, 2018 Approved
NVidia Display Driver 391.35 771 Saturday, March 31, 2018 Approved
NVidia Display Driver 391.24 574 Thursday, March 22, 2018 Approved
NVidia Display Driver 391.01 647 Tuesday, February 27, 2018 Approved
NVidia Display Driver 390.77 670 Tuesday, January 30, 2018 Approved
NVidia Display Driver 390.65 613 Tuesday, January 9, 2018 Approved
NVidia Display Driver 388.71 557 Saturday, December 30, 2017 Approved
NVidia Display Driver 388.59 581 Thursday, December 14, 2017 Approved
NVidia Display Driver 388.43 557 Friday, December 1, 2017 Approved
NVidia Display Driver 388.31.0.20171117 541 Saturday, November 18, 2017 Approved
NVidia Display Driver 388.31 325 Saturday, November 18, 2017 Approved
NVidia Display Driver 388.13 561 Sunday, November 5, 2017 Approved
NVidia Display Driver 388.00 517 Monday, October 30, 2017 Approved
NVidia Display Driver 387.92 523 Monday, October 9, 2017 Approved
NVidia Display Driver 385.69 526 Friday, September 22, 2017 Approved
NVidia Display Driver 385.41 565 Tuesday, August 29, 2017 Approved
NVidia Display Driver 385.28 459 Friday, August 18, 2017 Approved
NVidia Display Driver 384.94 477 Friday, July 28, 2017 Approved
NVidia Display Driver 384.76 397 Monday, July 10, 2017 Approved
NVidia Display Driver 382.53 419 Friday, June 23, 2017 Approved
NVidia Display Driver 382.33 363 Thursday, May 25, 2017 Approved
NVidia Display Driver 382.05 451 Tuesday, May 9, 2017 Approved
NVidia Display Driver 381.89 447 Wednesday, April 26, 2017 Approved
NVidia Display Driver 381.65 385 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