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:
20,442
Downloads of v 3.0.61:
145
Last Update:
05 Jan 2019
Package Maintainer(s):
Software Author(s):
- Goversoft LLC
Tags:
privazer system cleanup freeware- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

PrivaZer
This is not the latest version of PrivaZer available.
- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
20,442
Downloads of v 3.0.61:
145
Maintainer(s):
Software Author(s):
- Goversoft LLC
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.
PrivaZer 3.0.61
This is not the latest version of PrivaZer available.
All Checks are Passing
2 Passing Test
To install PrivaZer, run the following command from the command line or from PowerShell:
To upgrade PrivaZer, run the following command from the command line or from PowerShell:
To uninstall PrivaZer, 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 privazer --internalize --version=3.0.61 --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 privazer -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 privazer -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 privazer installed
win_chocolatey:
name: privazer
state: present
version: 3.0.61
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 'privazer' do
action :install
version '3.0.61'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: privazer,
Version: 3.0.61,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller privazer
{
Name = 'privazer'
Ensure = 'Present'
Version = '3.0.61'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'privazer':
provider => 'chocolatey',
ensure => '3.0.61',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install privazer version="3.0.61" 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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 05 Jan 2019.
Free PC cleaner & Privacy tool that cleans unwanted traces.
Secure cleanup with one click Irreversible cleanups by overwriting techniques
In-depth cleanup of your PC and storage devices Smart overwriting : PrivaZer automatically recognizes your storage device type and adapts its overwriting algorithms to the storage medium (magnetic disk, SSD, etc)
Privacy protection: PrivaZer prevents recovery of your activities.
Log in or click on link to see number of positives.
- privazer.3.0.61.nupkg (e9953cefdfbe) - ## / 62
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 |
---|---|---|---|
PrivaZer 4.0.18 | 383 | Sunday, January 31, 2021 | Approved |
PrivaZer 4.0.17 | 416 | Monday, January 4, 2021 | Approved |
PrivaZer 4.0.16 | 320 | Sunday, December 20, 2020 | Approved |
PrivaZer 4.0.15 | 333 | Saturday, December 5, 2020 | Approved |
PrivaZer 4.0.14 | 300 | Monday, November 16, 2020 | Approved |
PrivaZer 4.0.13 | 318 | Saturday, October 31, 2020 | Approved |
PrivaZer 4.0.12 | 368 | Friday, October 9, 2020 | Approved |
PrivaZer 4.0.11 | 296 | Friday, September 25, 2020 | Approved |
PrivaZer 4.0.10 | 282 | Friday, September 11, 2020 | Approved |
PrivaZer 4.0.9 | 235 | Tuesday, September 1, 2020 | Approved |
PrivaZer 4.0.8 | 324 | Saturday, August 8, 2020 | Approved |
PrivaZer 4.0.7 | 236 | Thursday, July 30, 2020 | Approved |
PrivaZer 4.0.6 | 243 | Friday, July 17, 2020 | Approved |
PrivaZer 4.0.5 | 240 | Sunday, July 5, 2020 | Approved |
PrivaZer 4.0.4 | 195 | Sunday, June 28, 2020 | Approved |
PrivaZer 4.0.3 | 312 | Sunday, May 31, 2020 | Approved |
PrivaZer 4.0.2 | 228 | Saturday, May 23, 2020 | Approved |
PrivaZer 4.0.1 | 261 | Friday, May 8, 2020 | Approved |
PrivaZer 3.0.96.1 | 397 | Monday, April 6, 2020 | Approved |
PrivaZer 3.0.96 | 77 | Saturday, April 4, 2020 | Approved |
PrivaZer 3.0.95.3 | 204 | Saturday, March 28, 2020 | Approved |
PrivaZer 3.0.95.2 | 167 | Wednesday, March 25, 2020 | Approved |
PrivaZer 3.0.95.1 | 74 | Tuesday, March 24, 2020 | Approved |
PrivaZer 3.0.95 | 183 | Friday, March 20, 2020 | Approved |
PrivaZer 3.0.94 | 251 | Saturday, March 7, 2020 | Approved |
PrivaZer 3.0.93 | 254 | Thursday, February 20, 2020 | Approved |
PrivaZer 3.0.92 | 201 | Friday, February 14, 2020 | Approved |
PrivaZer 3.0.91 | 263 | Thursday, January 30, 2020 | Approved |
PrivaZer 3.0.90 | 173 | Monday, January 27, 2020 | Approved |
PrivaZer 3.0.89 | 136 | Sunday, January 26, 2020 | Approved |
PrivaZer 3.0.88 | 215 | Sunday, January 19, 2020 | Approved |
PrivaZer 3.0.87 | 87 | Friday, January 17, 2020 | Approved |
PrivaZer 3.0.86 | 199 | Sunday, January 5, 2020 | Approved |
PrivaZer 3.0.85 | 213 | Saturday, December 14, 2019 | Approved |
PrivaZer 3.0.84 | 99 | Friday, December 13, 2019 | Approved |
PrivaZer 3.0.83 | 189 | Saturday, November 30, 2019 | Approved |
PrivaZer 3.0.82 | 137 | Thursday, November 21, 2019 | Approved |
PrivaZer 3.0.81 | 199 | Sunday, November 3, 2019 | Approved |
PrivaZer 3.0.80 | 226 | Friday, October 11, 2019 | Approved |
PrivaZer 3.0.79 | 186 | Friday, September 27, 2019 | Approved |
PrivaZer 3.0.78 | 204 | Saturday, September 14, 2019 | Approved |
PrivaZer 3.0.77 | 175 | Sunday, September 1, 2019 | Approved |
PrivaZer 3.0.76 | 188 | Friday, August 9, 2019 | Approved |
PrivaZer 3.0.75 | 197 | Sunday, July 28, 2019 | Approved |
PrivaZer 3.0.74 | 203 | Saturday, July 6, 2019 | Approved |
PrivaZer 3.0.73 | 152 | Sunday, June 30, 2019 | Approved |
PrivaZer 3.0.72 | 229 | Sunday, June 9, 2019 | Approved |
PrivaZer 3.0.71 | 160 | Thursday, May 30, 2019 | Approved |
PrivaZer 3.0.70 | 175 | Saturday, May 11, 2019 | Approved |
PrivaZer 3.0.69 | 163 | Sunday, April 28, 2019 | Approved |
PrivaZer 3.0.68 | 176 | Monday, April 15, 2019 | Approved |
PrivaZer 3.0.67 | 186 | Monday, April 1, 2019 | Approved |
PrivaZer 3.0.66 | 155 | Saturday, March 16, 2019 | Approved |
PrivaZer 3.0.65 | 190 | Sunday, March 3, 2019 | Approved |
PrivaZer 3.0.64 | 194 | Saturday, February 9, 2019 | Approved |
PrivaZer 3.0.63 | 168 | Friday, February 1, 2019 | Approved |
PrivaZer 3.0.62 | 216 | Tuesday, January 8, 2019 | Approved |
PrivaZer 3.0.61 | 145 | Saturday, January 5, 2019 | Approved |
PrivaZer 3.0.60 | 144 | Saturday, December 29, 2018 | Approved |
PrivaZer 3.0.59 | 160 | Saturday, December 8, 2018 | Approved |
PrivaZer 3.0.58 | 159 | Saturday, December 1, 2018 | Approved |
PrivaZer 3.0.57 | 189 | Saturday, November 17, 2018 | Approved |
PrivaZer 3.0.56 | 179 | Saturday, November 3, 2018 | Approved |
PrivaZer 3.0.55 | 216 | Sunday, October 14, 2018 | Approved |
PrivaZer 3.0.54 | 169 | Saturday, October 6, 2018 | Approved |
PrivaZer 3.0.53 | 192 | Friday, September 14, 2018 | Approved |
PrivaZer 3.0.52 | 191 | Saturday, September 1, 2018 | Approved |
PrivaZer 3.0.51 | 182 | Sunday, August 5, 2018 | Approved |
PrivaZer 3.0.50 | 194 | Thursday, July 12, 2018 | Approved |
PrivaZer 3.0.49 | 210 | Friday, June 29, 2018 | Approved |
PrivaZer 3.0.48 | 199 | Friday, June 15, 2018 | Approved |
PrivaZer 3.0.47 | 184 | Friday, June 1, 2018 | Approved |
PrivaZer 3.0.46 | 232 | Saturday, April 28, 2018 | Approved |
PrivaZer 3.0.45 | 211 | Thursday, April 12, 2018 | Approved |
PrivaZer 3.0.44 | 199 | Saturday, March 31, 2018 | Approved |
PrivaZer 3.0.43 | 221 | Friday, March 16, 2018 | Approved |
PrivaZer 3.0.42 | 229 | Saturday, March 3, 2018 | Approved |
PrivaZer 3.0.41 | 219 | Thursday, February 15, 2018 | Approved |
PrivaZer 3.0.40 | 231 | Friday, February 2, 2018 | Approved |
PrivaZer 3.0.39.1 | 253 | Friday, January 12, 2018 | Approved |
PrivaZer 3.0.39 | 222 | Wednesday, January 10, 2018 | Approved |
PrivaZer 3.0.38 | 235 | Friday, January 5, 2018 | Approved |
PrivaZer 3.0.37 | 268 | Wednesday, December 20, 2017 | Approved |
PrivaZer 3.0.36 | 228 | Tuesday, December 19, 2017 | Approved |
PrivaZer 3.0.35 | 246 | Thursday, December 14, 2017 | Approved |
PrivaZer 3.0.34 | 249 | Friday, December 8, 2017 | Approved |
PrivaZer 3.0.33 | 230 | Friday, December 1, 2017 | Approved |
PrivaZer 3.0.32 | 405 | Thursday, November 16, 2017 | Approved |
PrivaZer 3.0.31 | 286 | Thursday, November 9, 2017 | Approved |
PrivaZer 3.0.30 | 245 | Friday, October 27, 2017 | Approved |
PrivaZer 3.0.29 | 297 | Sunday, October 15, 2017 | Approved |
PrivaZer 3.0.28 | 248 | Saturday, September 30, 2017 | Approved |
PrivaZer 3.0.27 | 224 | Wednesday, September 27, 2017 | Approved |
© Goversoft LLC 2012-2017
-
- privazer.install (= 3.0.61)
Ground Rules:
- This discussion is only about PrivaZer and the PrivaZer 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 PrivaZer, 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.