Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
33,179
Downloads of v 18.0.1.6:
2,145
Last Update:
09 Aug 2019
Package Maintainer(s):
Software Author(s):
- Ghislain Harvey
- Shady757
Tags:
driver uninstaller nvidia ati- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Display Driver Uninstaller
This is not the latest version of Display Driver Uninstaller available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
33,179
Downloads of v 18.0.1.6:
2,145
Maintainer(s):
Software Author(s):
- Ghislain Harvey
- Shady757
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Display Driver Uninstaller 18.0.1.6
This is not the latest version of Display Driver Uninstaller available.
All Checks are Passing
2 Passing Test
To install Display Driver Uninstaller, run the following command from the command line or from PowerShell:
To upgrade Display Driver Uninstaller, run the following command from the command line or from PowerShell:
To uninstall Display Driver Uninstaller, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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://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
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download ddu --internalize --version=18.0.1.6 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade ddu -y --source="'STEP 3 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 ddu -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure ddu installed
win_chocolatey:
name: ddu
state: present
version: 18.0.1.6
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'ddu' do
action :install
version '18.0.1.6'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: ddu,
Version: 18.0.1.6,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller ddu
{
Name = 'ddu'
Ensure = 'Present'
Version = '18.0.1.6'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ddu':
provider => 'chocolatey',
ensure => '18.0.1.6',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install ddu version="18.0.1.6" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 03 Feb 2020.
Display Driver Uninstaller is a driver removal utility that can help you completely remove Graphics Processing Unit (GPU) display card drivers and packages (AMD/NVIDIA) from your system without leaving leftovers behind; including registry keys, folders and files, services, and the driver store.
The AMD/NVIDIA video drivers can normally be uninstalled from the Windows Control panel, this driver uninstaller program was designed to be used in cases where the standard driver uninstall fails, or whenever you need to thoroughly delete NVIDIA and ATI video card drivers.
The current effect after you use this driver removal will be similar as if its the first time you install a new driver just like a fresh, clean install of Windows. As with any tool of this kind, we recommend creating a new system restore point before using it, so that you can revert your system at any time if you run into problems.
Usage
- The tool can be used in Normal mode but for absolute stability when using DDU, Safe Mode is always recommended.
- We would like to gather feedback from everyone, tell us if it was successful or not.
- Make a backup or a system restore. (but it should normally be pretty safe.)
Community
$packageName = 'ddu'
$url = 'http://www.wagnardmobile.com/DDU/download/DDU%20v18.0.1.6.exe'
$checksum = '522917f03706df7b469572b2fb3c33f29e003b8bc02395d826e43bd7e85cddb9'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "Display Driver Uninstaller.exe"
# 0.9.7: custom headers not supported in 1st tier api helper functions
# thusly, require more setup to use deeper, 2nd tier helper functions
# 0.9.10: revisit: https://github.com/chocolatey/choco/issues/332
$chocTempDir = Join-Path $Env:Temp "chocolatey"
$tempDir = Join-Path $chocTempDir "$packageName"
if (![System.IO.Directory]::Exists($tempDir)) {[System.IO.Directory]::CreateDirectory($tempDir)}
$zipFile = Join-Path $tempDir "$($packageName)Install.zip"
$referer = 'http://www.wagnardmobile.com/forums/viewtopic.php?f=5'
$wc = New-Object System.Net.WebClient
$wc.Headers.Add("Referer", $referer)
$wc.DownloadFile($url, $zipFile)
Get-ChecksumValid -File "$zipFile" `
-Checksum "$checksum" `
-ChecksumType "$checksumType"
Get-ChocolateyUnzip -FileFullPath "$zipFile" `
-Destination "$toolsDir" `
-PackageName "$packageName"
# create sidecar file for shimgen
Set-Content -Path ("$installFile.gui") `
-Value $null
Log in or click on link to see number of positives.
- ddu.18.0.1.6.nupkg (1ef2ec23d238) - ## / 49
- Display Driver Uninstaller.exe (1ef64a3b31ca) - ## / 72
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Display Driver Uninstaller 18.0.3.7 | 337 | Thursday, March 4, 2021 | Approved |
Display Driver Uninstaller 18.0.3.6 | 329 | Sunday, February 28, 2021 | Approved |
Display Driver Uninstaller 18.0.3.5 | 1123 | Tuesday, December 22, 2020 | Approved |
Display Driver Uninstaller 18.0.3.4 | 982 | Wednesday, October 14, 2020 | Approved |
Display Driver Uninstaller 18.0.3.3 | 510 | Thursday, September 24, 2020 | Approved |
Display Driver Uninstaller 18.0.3.2 | 335 | Thursday, September 17, 2020 | Approved |
Display Driver Uninstaller 18.0.3.0 | 199 | Sunday, September 13, 2020 | Approved |
Display Driver Uninstaller 18.0.2.9 | 377 | Monday, September 7, 2020 | Approved |
Display Driver Uninstaller 18.0.2.8 | 496 | Sunday, July 26, 2020 | Approved |
Display Driver Uninstaller 18.0.2.7 | 520 | Saturday, July 18, 2020 | Approved |
Display Driver Uninstaller 18.0.2.6 | 473 | Friday, July 10, 2020 | Approved |
Display Driver Uninstaller 18.0.1.6 | 2145 | Friday, August 9, 2019 | Approved |
Display Driver Uninstaller 18.0.1.2 | 1027 | Thursday, May 9, 2019 | Approved |
Display Driver Uninstaller 18.0.1.1 | 234 | Sunday, May 5, 2019 | Approved |
Display Driver Uninstaller 18.0.0.9 | 724 | Thursday, February 28, 2019 | Approved |
Display Driver Uninstaller 18.0.0.8 | 384 | Monday, February 11, 2019 | Approved |
Display Driver Uninstaller 18.0.0.7 | 370 | Monday, January 28, 2019 | Approved |
Display Driver Uninstaller 18.0.0.0 | 991 | Tuesday, September 11, 2018 | Approved |
Display Driver Uninstaller 17.0.9.1 | 427 | Thursday, August 16, 2018 | Approved |
Display Driver Uninstaller 17.0.8.4 | 1239 | Wednesday, March 7, 2018 | Approved |
Display Driver Uninstaller 17.0.8.3 | 434 | Friday, February 2, 2018 | Approved |
Display Driver Uninstaller 17.0.8.2 | 489 | Sunday, December 31, 2017 | Approved |
Display Driver Uninstaller 17.0.8.1 | 381 | Wednesday, December 13, 2017 | Approved |
Display Driver Uninstaller 17.0.8.0 | 344 | Sunday, December 3, 2017 | Approved |
Display Driver Uninstaller 17.0.7.3 | 562 | Tuesday, August 29, 2017 | Approved |
Display Driver Uninstaller 17.0.7.2 | 382 | Tuesday, August 8, 2017 | Approved |
Display Driver Uninstaller 17.0.6.4 | 504 | Friday, April 28, 2017 | Approved |
Display Driver Uninstaller 17.0.6.3 | 366 | Saturday, April 15, 2017 | Approved |
Display Driver Uninstaller 17.0.6.2 | 307 | Friday, April 14, 2017 | Approved |
Display Driver Uninstaller 17.0.6.1 | 406 | Friday, March 17, 2017 | Approved |
Display Driver Uninstaller 17.0.6.0 | 324 | Tuesday, March 14, 2017 | Approved |
Display Driver Uninstaller 17.0.5.5 | 383 | Monday, February 27, 2017 | Approved |
Display Driver Uninstaller 17.0.5.4 | 369 | Thursday, February 16, 2017 | Approved |
Display Driver Uninstaller 17.0.5.3 | 397 | Sunday, February 5, 2017 | Approved |
Display Driver Uninstaller 17.0.5.2 | 363 | Saturday, January 28, 2017 | Approved |
Display Driver Uninstaller 17.0.5.1 | 350 | Wednesday, January 25, 2017 | Approved |
Display Driver Uninstaller 17.0.5.0 | 349 | Wednesday, January 18, 2017 | Approved |
Display Driver Uninstaller 17.0.4.3 | 347 | Wednesday, January 4, 2017 | Approved |
Display Driver Uninstaller 17.0.4.2 | 325 | Friday, December 30, 2016 | Approved |
Display Driver Uninstaller 17.0.4.1 | 331 | Friday, December 23, 2016 | Approved |
Display Driver Uninstaller 17.0.3.0 | 501 | Wednesday, November 2, 2016 | Approved |
Display Driver Uninstaller 17.0.2.1 | 408 | Thursday, October 20, 2016 | Approved |
Display Driver Uninstaller 17.0.0.2 | 430 | Thursday, August 18, 2016 | Approved |
Display Driver Uninstaller 17.0.0.1 | 315 | Tuesday, August 16, 2016 | Approved |
Display Driver Uninstaller 16.1.0.1 | 347 | Wednesday, July 20, 2016 | Approved |
Display Driver Uninstaller 16.0.0.4 | 360 | Monday, July 4, 2016 | Approved |
Display Driver Uninstaller 16.0.0.3 | 333 | Sunday, July 3, 2016 | Approved |
Display Driver Uninstaller 16.0.0.2 | 489 | Friday, June 10, 2016 | Approved |
Display Driver Uninstaller 16.0.0.1 | 325 | Tuesday, May 31, 2016 | Approved |
Display Driver Uninstaller 15.7.5.5 | 548 | Monday, April 11, 2016 | Approved |
Display Driver Uninstaller 15.7.5.3 | 355 | Thursday, March 31, 2016 | Approved |
Display Driver Uninstaller 15.7.5.2 | 362 | Saturday, March 12, 2016 | Approved |
Display Driver Uninstaller 15.7.5.1 | 340 | Thursday, March 10, 2016 | Approved |
Display Driver Uninstaller 15.7.4.1 | 358 | Wednesday, February 17, 2016 | Approved |
Display Driver Uninstaller 15.7.4.0 | 317 | Thursday, February 11, 2016 | Approved |
Display Driver Uninstaller 15.7.3.1 | 314 | Wednesday, January 20, 2016 | Approved |
Display Driver Uninstaller 15.7.3.0 | 297 | Tuesday, January 12, 2016 | Approved |
Display Driver Uninstaller 15.7.2.1 | 326 | Monday, January 4, 2016 | Approved |
Display Driver Uninstaller 15.7.2.0 | 317 | Tuesday, December 22, 2015 | Approved |
Display Driver Uninstaller 15.7.1.0 | 286 | Saturday, December 5, 2015 | Approved |
Display Driver Uninstaller 15.7.0.2 | 276 | Monday, November 30, 2015 | Approved |
Display Driver Uninstaller 15.7.0.1 | 329 | Wednesday, November 25, 2015 | Approved |
Display Driver Uninstaller 15.6.0.2 | 301 | Monday, November 16, 2015 | Approved |
Display Driver Uninstaller 15.5.1.0 | 303 | Saturday, October 10, 2015 | Approved |
Display Driver Uninstaller 15.5.0.0 | 275 | Wednesday, September 30, 2015 | Approved |
Display Driver Uninstaller 15.3.0.3 | 334 | Monday, June 29, 2015 | Approved |
Display Driver Uninstaller 15.3.0.2 | 256 | Thursday, June 25, 2015 | Approved |
Display Driver Uninstaller 13.4.2.0 | 697 | Wednesday, October 22, 2014 | Approved |
Display Driver Uninstaller 13.4.1.0 | 363 | Sunday, October 12, 2014 | Approved |
Display Driver Uninstaller 13.1.1.0 | 368 | Sunday, September 21, 2014 | Approved |
Display Driver Uninstaller 13.1.0.0 | 402 | Sunday, September 14, 2014 | Approved |
Display Driver Uninstaller 13.0.1.0 | 389 | Sunday, September 7, 2014 | Approved |
Display Driver Uninstaller 12.9.7.0 | 372 | Friday, July 11, 2014 | Approved |
© Ghislain Harvey
This package has no dependencies.
Ground Rules:
- This discussion is only about Display Driver Uninstaller and the Display Driver Uninstaller 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 Display Driver Uninstaller, 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.