Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - Got Geek?

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews



IObit Black Friday Sale

spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Macrium Reflect FREE Edition
3. Smart Defrag
4. MusicBee
5. Sergei Strelec's WinPE
6. Visual C++ Redistributable Runtimes AIO Repack
7. Microsoft Visual C++ 2015-2022 Redistributable Package
8. McAfee Removal Tool (MCPR)
9. K-Lite Mega Codec Pack
10. ImgBurn
More >>

top reads

Star Avast Free AntiViirus vs Microsoft Defender: Which One Should You Use?

Star Folder Keeps Reverting to Read-Only? Here's How to Fix It

Star Best Audio Players for Windows - Treat Your Local Music Library Right

Star Why Are RAM Prices Skyrocketing?

Star Stop Windows 11 From Spying On You: Free Tools and PowerShell

Star AI Answers: Authority Without Accountability

Star Fun with CMD: 5 Windows command-line tools for music, video, and more

Star All the New Features Landing in Windows 11 This December

Star Lossless vs Lossy: When FLAC, APE, and ALAC Beat MP3 and When They Don't

Star Google Search Tricks You'll Actually Use in 2025 and Beyond


MajorGeeks.Com » Overview» Tutorials and Video Guides » How to Add File Hash to the Context Menu

How to Add File Hash to the Context Menu

By Timothy Tibbetts

on 06/15/2023

⚡ Black Friday Blowout! IObit Pro Up to 90% Saving PLUS $5 off! ⚡
Once-a-year pricing on speed, privacy, and protection. Don’t miss the best deal IObit drops all year!

Add File Hash Context Menu allows those who frequently download a right-click Context Menu to verify the HASH values of any file quickly. You can calculate SHA1, SHA256, SHA384, SHA512, MACTripleDES, MD5, and RIPEMD160 hash values.

You can also download the registry files here.

Uninstalling was hit or miss on different computers. Be sure to back up your registry first.



For those who prefer to create their own registry files with a text editor, here is the code. You can copy and paste the code into a text editor and save as .reg.

Once installed, you will see your new right-click Context Menu:



Once you click on a file, a window will popup with the hash values:



Add File Hash Context Menu


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*shellGetFileHash]
"MUIVerb"="Hash"
"SubCommands"=""

[HKEY_CLASSES_ROOT*shellGetFileHashshell1SHA1]
"MUIVerb"="SHA1"

[HKEY_CLASSES_ROOT*shellGetFileHashshell1SHA1command]
@="powershell.exe -noexit get-filehash -literalpath '%1' -algorithm SHA1 | format-list"

[HKEY_CLASSES_ROOT*shellGetFileHashshell2SHA256]
"MUIVerb"="SHA256"

[HKEY_CLASSES_ROOT*shellGetFileHashshell2SHA256command]
@="powershell.exe -noexit get-filehash -literalpath '%1' -algorithm SHA256 | format-list"


[HKEY_CLASSES_ROOT*shellGetFileHashshell3SHA384]
"MUIVerb"="SHA384"

[HKEY_CLASSES_ROOT*shellGetFileHashshell3SHA384command]
@="powershell.exe -noexit get-filehash -literalpath '%1' -algorithm SHA384 | format-list"


[HKEY_CLASSES_ROOT*shellGetFileHashshell4SHA512]
"MUIVerb"="SHA512"

[HKEY_CLASSES_ROOT*shellGetFileHashshell4SHA512command]
@="powershell.exe -noexit get-filehash -literalpath '%1' -algorithm SHA512 | format-list"

[HKEY_CLASSES_ROOT*shellGetFileHashshell5MACTripleDES]
"MUIVerb"="MACTripleDES"

[HKEY_CLASSES_ROOT*shellGetFileHashshell5MACTripleDEScommand]
@="powershell.exe -noexit get-filehash -literalpath '%1' -algorithm MACTripleDES | format-list"


[HKEY_CLASSES_ROOT*shellGetFileHashshell6MD5]
"MUIVerb"="MD5"

[HKEY_CLASSES_ROOT*shellGetFileHashshell6MD5command]
@="powershell.exe -noexit get-filehash -literalpath '%1' -algorithm MD5 | format-list"

[HKEY_CLASSES_ROOT*shellGetFileHashshell7RIPEMD160]
"MUIVerb"="RIPEMD160"

[HKEY_CLASSES_ROOT*shellGetFileHashshell7RIPEMD160command]
@="powershell.exe -noexit get-filehash -literalpath '%1' -algorithm RIPEMD160 | format-list"


Remove File Hash Context Menu


Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT*shellGetFileHash]


Similar:
How to Delete, Add, and Edit Context Menu Items
How to Fix a Screwed Up Right-Click Context Menu
Add the Control Panel to the Context Menu in Windows 10
Add 'Kill All Not Responding Tasks' Context Men
Open Powershell Window Here as Administrator Context Menu
How to Restore Missing Pin to Start Context Menu in Windows 10
How to Add Timeline or TaskView to the Windows 10 Context Menu
Remove the "Share" Context Menu in Windows 10

comments powered by Disqus





© 2000-2025 MajorGeeks.com
Powered by Contentteller® Business Edition