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:
16,459
Downloads of v 2.4.2.4:
156
Last Update:
20 Jul 2018
Package Maintainer(s):
Software Author(s):
- Eric Zimmerman
Tags:
eric zimmerman forensics tools- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Eric Zimmerman's tools
This is not the latest version of Eric Zimmerman's tools available.
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
16,459
Downloads of v 2.4.2.4:
156
Maintainer(s):
Software Author(s):
- Eric Zimmerman
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.
Eric Zimmerman's tools 2.4.2.4
This is not the latest version of Eric Zimmerman's tools available.
All Checks are Passing
2 Passing Test
To install Eric Zimmerman's tools, run the following command from the command line or from PowerShell:
To upgrade Eric Zimmerman's tools, run the following command from the command line or from PowerShell:
To uninstall Eric Zimmerman's tools, 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 ericzimmermantools --internalize --version=2.4.2.4 --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 ericzimmermantools -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 ericzimmermantools -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 ericzimmermantools installed
win_chocolatey:
name: ericzimmermantools
state: present
version: 2.4.2.4
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 'ericzimmermantools' do
action :install
version '2.4.2.4'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: ericzimmermantools,
Version: 2.4.2.4,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller ericzimmermantools
{
Name = 'ericzimmermantools'
Ensure = 'Present'
Version = '2.4.2.4'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ericzimmermantools':
provider => 'chocolatey',
ensure => '2.4.2.4',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install ericzimmermantools version="2.4.2.4" 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 20 Jul 2018.
Installs tools for lnk files, jump lists, Registry hives, hashing, and much more
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This is all my stuff. References
https://github.com/ericzimmerman
https://binaryforay.blogspot.com/
https://gist.github.com/EricZimmerman/4288bc5e0ac188af2ca9
https://www.sans.org/instructors/eric-zimmerman
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Eric Zimmerman's tools 2.5.2.95-a | 341 | Thursday, January 17, 2019 | Approved |
Eric Zimmerman's tools 2.5.2.94-a | 108 | Tuesday, January 15, 2019 | Approved |
Eric Zimmerman's tools 2.5.2.93-a | 113 | Monday, January 14, 2019 | Approved |
Eric Zimmerman's tools 2.5.2.92-a | 97 | Monday, January 14, 2019 | Approved |
Eric Zimmerman's tools 2.5.2.91-a | 135 | Sunday, January 13, 2019 | Approved |
Eric Zimmerman's tools 2.5.2.90-a | 116 | Monday, December 17, 2018 | Approved |
Eric Zimmerman's tools 2.5.2.89-a | 112 | Wednesday, December 12, 2018 | Exempted |
Eric Zimmerman's tools 2.5.2.88-a | 95 | Wednesday, December 12, 2018 | Exempted |
Eric Zimmerman's tools 2.5.2.2 | 998 | Sunday, November 25, 2018 | Approved |
Eric Zimmerman's tools 2.5.2.0 | 241 | Wednesday, October 17, 2018 | Approved |
Eric Zimmerman's tools 2.5.1.0 | 109 | Wednesday, October 17, 2018 | Approved |
Eric Zimmerman's tools 2.5.0.9 | 183 | Tuesday, October 9, 2018 | Approved |
Eric Zimmerman's tools 2.5.0.8 | 141 | Monday, October 8, 2018 | Approved |
Eric Zimmerman's tools 2.5.0.7 | 169 | Monday, October 1, 2018 | Approved |
Eric Zimmerman's tools 2.5.0.5 | 177 | Wednesday, September 19, 2018 | Approved |
Eric Zimmerman's tools 2.5.0.4 | 162 | Monday, September 17, 2018 | Approved |
Eric Zimmerman's tools 2.5.0.3 | 142 | Monday, September 17, 2018 | Approved |
Eric Zimmerman's tools 2.5.0.2 | 165 | Friday, September 14, 2018 | Approved |
Eric Zimmerman's tools 2.5.0.1 | 143 | Friday, September 14, 2018 | Approved |
Eric Zimmerman's tools 2.4.2.7 | 167 | Friday, September 7, 2018 | Approved |
Eric Zimmerman's tools 2.4.2.6 | 224 | Wednesday, August 8, 2018 | Approved |
Eric Zimmerman's tools 2.4.2.5 | 216 | Friday, July 20, 2018 | Approved |
Eric Zimmerman's tools 2.4.2.4 | 156 | Friday, July 20, 2018 | Approved |
Eric Zimmerman's tools 2.4.2.3 | 172 | Thursday, July 19, 2018 | Approved |
Eric Zimmerman's tools 2.4.2.2 | 170 | Monday, July 16, 2018 | Approved |
Eric Zimmerman's tools 2.4.2.1 | 158 | Saturday, July 14, 2018 | Approved |
Eric Zimmerman's tools 2.4.2.0 | 159 | Saturday, July 14, 2018 | Approved |
Eric Zimmerman's tools 2.4.1.2 | 149 | Wednesday, June 27, 2018 | Approved |
Eric Zimmerman's tools 2.4.1.0 | 196 | Sunday, June 24, 2018 | Approved |
Eric Zimmerman's tools 2.4.0.0 | 152 | Saturday, June 23, 2018 | Approved |
Eric Zimmerman's tools 2.3.3.8 | 149 | Thursday, June 21, 2018 | Approved |
Eric Zimmerman's tools 2.3.3.7 | 171 | Thursday, June 21, 2018 | Approved |
Eric Zimmerman's tools 2.3.3.6 | 162 | Wednesday, June 20, 2018 | Approved |
Eric Zimmerman's tools 2.3.2.6 | 201 | Thursday, May 31, 2018 | Approved |
Eric Zimmerman's tools 2.3.2.5 | 223 | Monday, May 7, 2018 | Approved |
Eric Zimmerman's tools 2.3.2.4 | 192 | Friday, May 4, 2018 | Approved |
Eric Zimmerman's tools 2.3.2.3 | 222 | Tuesday, May 1, 2018 | Approved |
Eric Zimmerman's tools 2.3.2.2 | 166 | Friday, April 27, 2018 | Approved |
Eric Zimmerman's tools 2.3.1.0 | 218 | Monday, April 9, 2018 | Approved |
Eric Zimmerman's tools 2.3.0.0 | 237 | Sunday, March 25, 2018 | Approved |
Eric Zimmerman's tools 2.2.2.5 | 259 | Friday, March 2, 2018 | Approved |
Eric Zimmerman's tools 2.2.2.4 | 226 | Tuesday, February 27, 2018 | Approved |
Eric Zimmerman's tools 2.2.2.3 | 243 | Friday, February 9, 2018 | Approved |
Eric Zimmerman's tools 2.2.2.1 | 228 | Thursday, February 1, 2018 | Approved |
Eric Zimmerman's tools 2.2.2.0 | 233 | Wednesday, January 31, 2018 | Approved |
Eric Zimmerman's tools 2.2.1.0 | 229 | Tuesday, January 23, 2018 | Approved |
Eric Zimmerman's tools 2.2.0.0 | 251 | Friday, January 12, 2018 | Approved |
Eric Zimmerman's tools 2.1.1.1 | 257 | Monday, January 8, 2018 | Approved |
Eric Zimmerman's tools 2.1.1.0 | 317 | Monday, November 6, 2017 | Approved |
Eric Zimmerman's tools 2.1.0.0 | 223 | Tuesday, October 31, 2017 | Approved |
Eric Zimmerman's tools 2.0.0.0 | 214 | Friday, October 27, 2017 | Approved |
Eric Zimmerman's tools 1.9.9.0 | 260 | Thursday, October 5, 2017 | Approved |
Eric Zimmerman's tools 1.9.8.1 | 285 | Thursday, October 5, 2017 | Approved |
Eric Zimmerman's tools 1.9.8.0 | 208 | Thursday, October 5, 2017 | Approved |
Eric Zimmerman's tools 1.9.7.0 | 311 | Thursday, September 7, 2017 | Approved |
Eric Zimmerman's tools 1.9.6.0 | 222 | Saturday, September 2, 2017 | Approved |
Eric Zimmerman's tools 1.9.5.0 | 255 | Thursday, August 31, 2017 | Approved |
Eric Zimmerman's tools 1.9.3.0 | 304 | Tuesday, July 11, 2017 | Approved |
Eric Zimmerman's tools 1.9.2.0 | 304 | Friday, June 9, 2017 | Approved |
Eric Zimmerman's tools 1.9.0.1 | 307 | Thursday, April 27, 2017 | Approved |
Eric Zimmerman's tools 1.9.0.0 | 262 | Monday, April 17, 2017 | Approved |
Eric Zimmerman's tools 1.8.0.0 | 252 | Monday, April 17, 2017 | Approved |
Eric Zimmerman's tools 1.7.0.0 | 247 | Friday, April 14, 2017 | Approved |
Eric Zimmerman's tools 1.6.0.0 | 272 | Friday, March 31, 2017 | Approved |
Eric Zimmerman's tools 1.5.0.0 | 285 | Friday, March 3, 2017 | Approved |
Eric Zimmerman's tools 1.4.0.0 | 257 | Thursday, March 2, 2017 | Approved |
Eric Zimmerman's tools 1.3.0.0 | 291 | Tuesday, February 14, 2017 | Approved |
Eric Zimmerman's tools 1.2.0.0 | 266 | Wednesday, January 4, 2017 | Approved |
Eric Zimmerman's tools 1.1.0.0 | 248 | Wednesday, January 4, 2017 | Approved |
Eric Zimmerman's tools 1.0.0.0 | 335 | Monday, November 28, 2016 | Approved |
2016 Eric R. Zimmerman
-
- amcacheparser (≥ 1.0.0.3)
- appcompat-cacheparser (≥ 1.0.0.1)
- bstrings (≥ 1.3.0.0)
- hasher-erz (≥ 1.8.0.0)
- iisgeolocate (≥ 1.3.0.0)
- jlecmd (≥ 1.0.0.0)
- jumplistexplorer (≥ 0.6.1.0)
- sdbexplorer (≥ 0.5.1.1)
- lecmd (≥ 1.0.0.0)
- pecmd (≥ 1.0.0.0)
- registryexplorer (≥ 1.0.0.4)
- shellbagsexplorer (≥ 1.0.0.2)
- timeapp (≥ 1.3.1.0)
- timelineexplorer (≥ 0.8.5.0)
- xwfim (≥ 1.7.0.0)
- wxtcmd (≥ 0.2.1.0)
- mftecmd (≥ 0.2.9.1)
Ground Rules:
- This discussion is only about Eric Zimmerman's tools and the Eric Zimmerman's tools 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 Eric Zimmerman's tools, 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.