Downloads:
23,166
Downloads of v 2.43:
2,052
Last Update:
29 Dec 2021
Package Maintainer(s):
Software Author(s):
- Nir Sofer
Tags:
hashmyfiles hash checksum MD5 SHA1 SHA256 SHA512 CRC32 context nirsoft embedded- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
hashmyfiles (Install)
- 1
- 2
- 3
2.43 | Updated: 29 Dec 2021
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
23,166
Downloads of v 2.43:
2,052
Maintainer(s):
Software Author(s):
- Nir Sofer
hashmyfiles (Install) 2.43
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install hashmyfiles (Install), run the following command from the command line or from PowerShell:
To upgrade hashmyfiles (Install), run the following command from the command line or from PowerShell:
To uninstall hashmyfiles (Install), run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download hashmyfiles --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade hashmyfiles -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 hashmyfiles -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 hashmyfiles
win_chocolatey:
name: hashmyfiles
version: '2.43'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'hashmyfiles' do
action :install
source 'INTERNAL REPO URL'
version '2.43'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller hashmyfiles
{
Name = "hashmyfiles"
Version = "2.43"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'hashmyfiles':
ensure => '2.43',
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.
This package was approved as a trusted package on 29 Dec 2021.
HashMyFiles is small utility that allows you to calculate the MD5 and SHA1 hashes of one or more files in your system. You can easily copy the MD5/SHA1 hashes list into the clipboard, or save them into text/html/xml file.
HashMyFiles can also be launched from the context menu of Windows Explorer, and display the MD5/SHA1 hashes of the selected file or folder.
HashMyFiles also has command line options.
$StartShortcut = Join-Path $env:ProgramData "Microsoft\Windows\Start Menu\Programs\$env:ChocolateyPackageName.lnk"
if(Test-Path $StartShortcut) {
Remove-Item $StartShortcut -Recurse -Force
}
md5: A2DA4E7106EE48F33AF2A814BA939ED8 | sha1: E60751C5610192E682448D4ACBD9360008BF6AA8 | sha256: A42CA96EA003B9592DBC0C22A9ACE85DAA0452C2B30A473F29190B724B6FD4B2 | sha512: DE08EAB721BE403E69007B0703DB7F8CD9FC4D989C14DED927865575CCF77C6971FCBA0709B3AC7812180FC73CAEF09AE42D32D013767FCD89EA25716C115877
md5: 30D4C7CE9D1892EF33E0EAF78DA0DD76 | sha1: C960D545B97825392A4703540A6C4D54AA9E5CA7 | sha256: 426EA6FF003CEE1041DE4CE9438CBF0668B2DDCF20708F4F28846F60EA13E0BA | sha512: E8A80061BE3EE3DCA541095DFAD658B84B1D50680BD3B56B98E9C331586336D2C97472E208B7CE080CE55B3B01C86F56AFE107EDD44878E7F9D5A1073FF5470F
From: https://www.nirsoft.net/utils/hash_my_files.html
License
This utility is released as freeware. You are allowed to freely
distribute this utility via floppy disk, CD-ROM, Internet, or in any
other way, as long as you don't charge anything for this. If you
distribute this utility, you must include all files in the distribution
package, without any modification !
Disclaimer
The software is provided "AS IS" without any warranty, either expressed
or implied, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose. The author will
not be liable for any special, incidental, consequential or indirect
damages due to loss of data or any other reason.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The latest installers are available here:
https://www.nirsoft.net/utils/hash_my_files.html
Direct Download:
Version : 2.36
x86 URL : http://www.nirsoft.net/utils/hashmyfiles.zip
x86 CheckSum : 426EA6FF003CEE1041DE4CE9438CBF0668B2DDCF20708F4F28846F60EA13E0BA
x64 URL : http://www.nirsoft.net/utils/hashmyfiles-x64.zip
x64 CheckSum : A42CA96EA003B9592DBC0C22A9ACE85DAA0452C2B30A473F29190B724B6FD4B2
Log in or click on link to see number of positives.
- hashmyfiles.2.43.nupkg (1f42059c6b97) - ## / 61
- hashmyfiles-x64_x64.zip (a42ca96ea003) - ## / 61
- hashmyfiles_x32.zip (426ea6ff003c) - ## / 60
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 |
---|---|---|---|---|
hashmyfiles (Install) 2.43 | 2052 | Wednesday, December 29, 2021 | Approved | |
hashmyfiles (Install) 2.42 | 431 | Monday, September 27, 2021 | Approved | |
hashmyfiles (Install) 2.41 | 452 | Monday, July 12, 2021 | Approved | |
hashmyfiles (Install) 2.40 | 303 | Saturday, June 12, 2021 | Approved | |
hashmyfiles (Install) 2.38 | 398 | Sunday, March 7, 2021 | Approved | |
hashmyfiles (Install) 2.37 | 666 | Sunday, October 11, 2020 | Approved | |
hashmyfiles (Install) 2.36 | 798 | Wednesday, January 29, 2020 | Approved | |
HashMyFiles 2.35 | 1105 | Wednesday, May 15, 2019 | Approved | |
HashMyFiles 2.33 | 285 | Sunday, May 5, 2019 | Approved | |
HashMyFiles 2.31 | 3499 | Thursday, August 16, 2018 | Approved | |
HashMyFiles 2.25 | 7722 | Thursday, December 28, 2017 | Approved | |
HashMyFiles 2.24 | 1090 | Tuesday, November 21, 2017 | Approved | |
HashMyFiles 2.23 | 1626 | Wednesday, May 3, 2017 | Approved | |
HashMyFiles 2.22 | 439 | Monday, February 27, 2017 | Approved | |
HashMyFiles 2.21 | 456 | Tuesday, December 20, 2016 | Approved | |
HashMyFiles 2.20 | 444 | Thursday, October 20, 2016 | Approved | |
HashMyFiles 2.18 | 446 | Thursday, March 24, 2016 | Approved | |
HashMyFiles 2.17 | 376 | Tuesday, January 19, 2016 | Approved |
Copyright (c) 2007 - 2019 Nir Sofer
This package has no dependencies.
Ground Rules:
- This discussion is only about hashmyfiles (Install) and the hashmyfiles (Install) 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 hashmyfiles (Install), 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.