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:

452,657

Downloads of v 5.036:

722

Last Update:

22 Feb 2016

Package Maintainer(s):

Software Author(s):

  • Xplode

Tags:

unattended malware-scanner malware-remover toolbar-remover

AdwCleaner

This is not the latest version of AdwCleaner available.

  • 1
  • 2
  • 3

5.036 | Updated: 22 Feb 2016

Downloads:

452,657

Downloads of v 5.036:

722

Maintainer(s):

Software Author(s):

  • Xplode

AdwCleaner 5.036

This is not the latest version of AdwCleaner available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install AdwCleaner, run the following command from the command line or from PowerShell:

>

To upgrade AdwCleaner, run the following command from the command line or from PowerShell:

>

To uninstall AdwCleaner, 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 adwcleaner -y --source="'INTERNAL REPO URL'" --version="'5.036'" [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 adwcleaner -y --source="'INTERNAL REPO URL'" --version="'5.036'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install adwcleaner
  win_chocolatey:
    name: adwcleaner
    version: '5.036'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'adwcleaner' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.036'
end

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


cChocoPackageInstaller adwcleaner
{
    Name     = "adwcleaner"
    Version  = "5.036"
    Source   = "INTERNAL REPO URL"
}

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


package { 'adwcleaner':
  ensure   => '5.036',
  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 Feb 2016.

Description

AdwCleaner is a free removal tool for:

  • Adware (ads softwares)
  • PUP/LPI (Potentially Undesirable Program)
  • Toolbars
  • Hijacker (Hijack of the browser's homepage)

tools\chocolateyInstall.ahk
#NoEnv
SetTitleMatchMode, RegEx
DetectHiddenText, off
DetectHiddenWindows, off

loop,
{
  Sleep, 250
  IfWinExist, Outdated version, Cancel
  {
    WinActivate
    ControlClick, Button2, Outdated version, Cancel
  }
  IfWinExist, AdwCleaner - Terms of use, I agree
  {
    WinActivate
    ControlClick, Button1, AdwCleaner - Terms of use, I agree,  
  }
  IfWinExist, AdwCleaner - v, Scan
  {
    WinClose, AdwCleaner - v, Scan
    ExitApp
  }
}
tools\chocolateyInstall.ps1
$packageName = 'adwcleaner'
$checksum = 'db376911a649fdeb076a7fa6eed08d4ebac3ac0d'
$checksumType = 'sha1'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$ahkFile = Join-Path "$toolsDir" 'chocolateyInstall.ahk'
$installFile = Join-Path $toolsDir "$($packageName).exe"

Import-Module (Join-Path "$toolsDir" 'Get-FilenameFromRegex.psm1')
$url1 = Get-FilenameFromRegex 'http://www.filehippo.com/download_adwcleaner/' '(?smi)download_adwcleaner/(\d+)?/?"[^>]+>.?AdwCleaner 5.036' 'http://www.filehippo.com/download_adwcleaner/$1/'
if (! $url1) {
  $lastPage = Get-FilenameFromRegex 'http://www.filehippo.com/download_adwcleaner/history/' '(?smi)class="pager-page-link">.*class="pager-page-link">(\d+)' '$1'
  Write-Host "Found archived pages: $lastPage"
  $page = 1
  Write-Host "Please wait. Looking for previous version URL in archived pages..."
  while (! $url1 -and $page -le $lastPage) {
    $url1 = Get-FilenameFromRegex "http://www.filehippo.com/download_adwcleaner/history/$page/" '(?smi)download_adwcleaner/(\d+)?/?"[^>]+>.?AdwCleaner 5.036' 'http://www.filehippo.com/download_adwcleaner/$1/'
    $page++
  }
  if (! $url1) {
    Write-Error "Could not get download URL 1.`n* Please notify maintainer at https://chocolatey.org/packages/adobeshockwaveplayer/ContactOwners`n "
    throw
  }
}
Write-Host "Found URL which contains the download URL 1: $url1"
$url2 = Get-FilenameFromRegex "$url1" 'download_adwcleaner/download/([\w\d]+)/' 'http://www.filehippo.com/en/download_adwcleaner/download/$1/'
Write-Host "Found URL which contains the download URL 2: $url2"
$url3 = Get-FilenameFromRegex "$url2" '/download/file/([\w\d]+)/' 'http://www.filehippo.com/download/file/$1/'
Write-Host "Found download URL: $url3"

Get-ChocolateyWebFile -PackageName "$packageName" `
                      -FileFullPath "$installFile" `
                      -Url "$url3" `
                      -Checksum "$checksum" `
                      -ChecksumType "$checksumType"

Set-Content -Path ("$installFile.gui") `
            -Value $null

Start-Process 'AutoHotKey' $ahkFile
Start-Process $installFile
tools\Get-FilenameFromRegex.psm1
# Usage: Get-FilenameFromRegex download_page find replace
# Examples:
# Get-FilenameFromRegex "http://www.joejoesoft.com/vcms/hot/userupload/8/files/rmv303.zip" '/cms/file.php\?f=userupload/8/files/rmv303.zip&c=([\w\d]+)' 'http://www.joejoesoft.com/sim/$1/userupload/8/files/rmv303.zip'
# Remember to escape regex characters, like the question mark in the querystring
 
function Get-FilenameFromRegex {
    param(
        [string]$source_url,
        [string]$find,
        [string]$replace
    )

        ## Example # $source_url = "http://www.joejoesoft.com/vcms/hot/userupload/8/files/rmv303.zip"
        ## Example # $find = '/cms/file.php\?f=userupload/8/files/rmv303.zip&c=([\w\d]+)'
        ## Example # $replace = 'http://www.joejoesoft.com/sim/$1/userupload/8/files/rmv303.zip'

        # Download and open download page
        $tempfile = "$env:TEMP\chocolatey_temp_download.html"
        $wc = new-object system.net.webclient
        $wc.UseDefaultCredentials = $true
        $wc.downloadfile($source_url, $tempfile)
        $source = Get-Content $tempfile

        $nothing = ''+$source -cmatch $find # Get the matches, prevent output
        if ($matches.Count -eq 0) {
          Remove-Item $tempfile
          return
        }
        # Replace Match-references with previous matches: $1 $2 -> $matches[1] $matches[2]
        #$download_url = $replace -creplace "\$`(\d+)",$matches[$1]
        # This one is not working :(
        # I have a temporary fix that only allows ONE match. However, in most cases we only need one match.
        $download_url = $replace -creplace "\$`(\d+)",$matches[1]
        Remove-Item $tempfile
        return $download_url
}

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
AdwCleaner (Portable) 8.4.0 174297 Monday, September 26, 2022 Approved
AdwCleaner (Portable) 8.3.2 11583 Friday, April 15, 2022 Approved
AdwCleaner (Portable) 8.3.1 7669 Tuesday, December 14, 2021 Approved
AdwCleaner (Portable) 8.3 9198 Saturday, July 10, 2021 Approved
AdwCleaner (Portable) 8.2 11978 Thursday, March 25, 2021 Approved
AdwCleaner (Portable) 8.0.9.1 8251 Sunday, January 31, 2021 Approved
AdwCleaner (Portable) 8.0.8 6557 Monday, November 16, 2020 Approved
AdwCleaner (Portable) 8.0.7 5323 Sunday, September 13, 2020 Approved
AdwCleaner (Portable) 8.0.6 88569 Tuesday, July 7, 2020 Approved
AdwCleaner (Portable) 8.0.5 3990 Thursday, May 28, 2020 Approved
AdwCleaner (Portable) 8.0.4 3080 Monday, April 6, 2020 Approved
AdwCleaner (Portable) 8.0.3 1716 Wednesday, April 1, 2020 Approved
AdwCleaner (Portable) 8.0.2 4165 Sunday, February 9, 2020 Approved
AdwCleaner (Portable) 8.0.1 2782 Sunday, December 22, 2019 Approved
AdwCleaner (Portable) 8.0 1294 Thursday, December 12, 2019 Approved
AdwCleaner (Portable) 7.4.2 2786 Sunday, November 24, 2019 Approved
AdwCleaner (Portable) 7.4.1 3518 Thursday, October 3, 2019 Approved
AdwCleaner (Portable) 7.4 4995 Saturday, August 3, 2019 Approved
AdwCleaner (Portable) 7.3 5071 Thursday, April 4, 2019 Approved
AdwCleaner (Portable) 7.2.7.0 2879 Monday, February 4, 2019 Approved
AdwCleaner (Portable) 7.2.6.0 2227 Friday, December 21, 2018 Approved
AdwCleaner (Portable) 7.2.5.0 1507 Sunday, December 2, 2018 Approved
AdwCleaner (Portable) 7.2.4.0 2006 Friday, October 26, 2018 Approved
AdwCleaner 7.0.8.0 10391 Saturday, February 17, 2018 Approved
AdwCleaner 7.0.7.0 1939 Friday, January 19, 2018 Approved
AdwCleaner 7.0.6.0 736 Sunday, January 14, 2018 Approved
AdwCleaner 7.0.4.0 3110 Saturday, October 28, 2017 Approved
AdwCleaner 7.0.3.120171014 1221 Saturday, October 14, 2017 Approved
AdwCleaner 7.0.3.120171013 787 Thursday, October 12, 2017 Approved
AdwCleaner 6.046 2972 Tuesday, April 25, 2017 Approved
AdwCleaner 6.044 1710 Thursday, March 2, 2017 Approved
AdwCleaner 6.043 1592 Monday, January 30, 2017 Approved
AdwCleaner 6.042 1123 Monday, January 9, 2017 Approved
AdwCleaner 6.041 1188 Friday, December 16, 2016 Approved
AdwCleaner 6.030 1615 Thursday, October 20, 2016 Approved
AdwCleaner 6.000 1675 Tuesday, August 16, 2016 Approved
AdwCleaner 5.201 3975 Friday, July 1, 2016 Approved
AdwCleaner 5.200.0.20160614 466 Thursday, June 16, 2016 Approved
AdwCleaner 5.200 477 Wednesday, June 15, 2016 Approved
AdwCleaner 5.119 412 Tuesday, May 31, 2016 Approved
AdwCleaner 5.118 434 Friday, May 27, 2016 Approved
AdwCleaner 5.117 448 Monday, May 16, 2016 Approved
AdwCleaner 5.116 477 Tuesday, May 10, 2016 Approved
AdwCleaner 5.115 549 Monday, May 2, 2016 Approved
AdwCleaner 5.114 520 Thursday, April 28, 2016 Approved
AdwCleaner 5.113 499 Tuesday, April 26, 2016 Approved
AdwCleaner 5.112 783 Monday, April 18, 2016 Approved
AdwCleaner 5.111 548 Saturday, April 16, 2016 Approved
AdwCleaner 5.110 633 Monday, April 11, 2016 Approved
AdwCleaner 5.109 515 Monday, April 11, 2016 Approved
AdwCleaner 5.105 772 Tuesday, March 22, 2016 Approved
AdwCleaner 5.103 492 Monday, March 21, 2016 Approved
AdwCleaner 5.102 663 Monday, March 14, 2016 Approved
AdwCleaner 5.101 667 Tuesday, March 8, 2016 Approved
AdwCleaner 5.100 541 Monday, March 7, 2016 Approved
AdwCleaner 5.037 627 Monday, February 29, 2016 Approved
AdwCleaner 5.036 722 Monday, February 22, 2016 Approved
AdwCleaner 5.035 555 Friday, February 19, 2016 Approved
AdwCleaner 5.034 508 Wednesday, February 17, 2016 Approved
AdwCleaner 5.033 786 Wednesday, February 10, 2016 Approved
AdwCleaner 5.032 562 Friday, February 5, 2016 Approved
AdwCleaner 5.030 791 Monday, January 18, 2016 Approved
AdwCleaner 5.029 730 Tuesday, January 12, 2016 Approved
AdwCleaner 5.028 712 Tuesday, January 5, 2016 Approved
AdwCleaner 5.027 514 Monday, January 4, 2016 Approved
AdwCleaner 5.026 506 Tuesday, December 22, 2015 Approved
AdwCleaner 5.025 459 Monday, December 14, 2015 Approved
AdwCleaner 5.024 376 Wednesday, December 9, 2015 Approved
AdwCleaner 5.023 407 Tuesday, December 1, 2015 Approved
AdwCleaner 5.022 634 Monday, November 23, 2015 Approved
AdwCleaner 5.021 423 Monday, November 16, 2015 Approved
AdwCleaner 5.019 417 Monday, November 9, 2015 Approved
AdwCleaner 5.018 418 Saturday, November 7, 2015 Approved
AdwCleaner 5.016 367 Monday, November 2, 2015 Approved
AdwCleaner 5.015 403 Tuesday, October 27, 2015 Approved
AdwCleaner 5.014 446 Tuesday, October 20, 2015 Approved
AdwCleaner 5.013 411 Saturday, October 10, 2015 Approved
AdwCleaner 5.010 380 Monday, October 5, 2015 Approved
AdwCleaner 5.009 397 Wednesday, September 30, 2015 Approved
AdwCleaner 4.206 422 Tuesday, June 2, 2015 Approved
AdwCleaner 4.202 445 Monday, May 25, 2015 Approved
AdwCleaner 4.002 466 Wednesday, October 29, 2014 Approved
AdwCleaner 4.001 2898 Tuesday, October 21, 2014 Approved
AdwCleaner 4.000.20141013 654 Wednesday, October 15, 2014 Approved
AdwCleaner 3.311 712 Wednesday, October 1, 2014 Approved
AdwCleaner 3.310 751 Sunday, September 14, 2014 Approved
AdwCleaner 3.309 504 Thursday, September 11, 2014 Approved
AdwCleaner 3.308 698 Thursday, August 21, 2014 Approved
AdwCleaner 3.307 579 Sunday, August 17, 2014 Approved
AdwCleaner 3.306 435 Saturday, August 16, 2014 Approved
AdwCleaner 3.305 501 Friday, August 15, 2014 Approved
AdwCleaner 3.304 549 Saturday, August 9, 2014 Approved
AdwCleaner 3.302 575 Thursday, July 31, 2014 Approved
AdwCleaner 3.301 486 Wednesday, July 30, 2014 Approved
AdwCleaner 3.214 629 Saturday, July 5, 2014 Approved
AdwCleaner 3.212 614 Saturday, June 7, 2014 Approved
AdwCleaner 3.211 562 Monday, May 26, 2014 Approved
AdwCleaner 3.210 484 Tuesday, May 20, 2014 Approved
AdwCleaner 3.208 590 Tuesday, May 13, 2014 Approved
AdwCleaner 3.207 531 Monday, May 5, 2014 Approved
AdwCleaner 3.205 480 Tuesday, April 29, 2014 Approved
AdwCleaner 3.202 491 Thursday, April 24, 2014 Approved
AdwCleaner 3.101 478 Monday, April 21, 2014 Approved
AdwCleaner 3.023 522 Friday, April 4, 2014 Approved
AdwCleaner 3.022 523 Friday, March 14, 2014 Approved
AdwCleaner 3.021 505 Tuesday, March 11, 2014 Approved
AdwCleaner 3.020 552 Saturday, March 1, 2014 Approved
AdwCleaner 3.019 523 Monday, February 17, 2014 Approved
AdwCleaner 3.018 584 Friday, January 31, 2014 Approved
AdwCleaner 3.017 495 Sunday, January 19, 2014 Approved
AdwCleaner 3.016 533 Monday, December 30, 2013 Approved
AdwCleaner 3.013 532 Sunday, November 24, 2013 Approved

Program

Package

  • Automatically built and uploaded by dtgm
Discussion for the AdwCleaner Package

Ground Rules:

  • This discussion is only about AdwCleaner and the AdwCleaner 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 AdwCleaner, 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