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

MajorGeeks.com - Serious software for the not so serious 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




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. Sergei Strelec's WinPE
4. Smart Defrag
5. Notepad++
6. MusicBee
7. Visual C++ Redistributable Runtimes AIO Repack
8. FlyOobe / Flyby11
9. BleachBit
10. ExplorerPatcher
More >>

top reads

Star Windows 10 Not Dead Yet - You Can Still Get Updates For Free

Star What is a '400 Bad Request - Request Header or Cookie Too Large' Error and How to Fix It

Star How to Fix Windows Install Error 0xC1900101

Star How to Force Enable Windows 10 Extended Security Updates If The Option Is Not Showing

Star Windows 11 25H2 is Out: What’s New and How to Get It Now.

Star Star Trek Fleet Command Promo Codes: Redeem Codes for Free Shards, Blueprints And Resources

Star Boost Your PC Speed with ReadyBoost: How a Thumb Drive Can Enhance Your System's Performance

Star 5 Hidden Windows Tools You’ve Had All Along But Never Use

Star Use the Windows 10 Media Creation Tool Before Support Ends For Windows 10 in 2025

Star Fedora 42 - It Might Be the Prettiest Linux Yet


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

🎃🧟‍♂️👻 IObit’s Spooktacular Halloween Sale! IObit Halloween Sale: 90% OFF + Mystery Treat 🍬
Experience faster surfing, smarter security, and total privacy with IObit Pro!

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