Win10右鍵添加文件哈希校驗功能怎么操作?
-
Win10右鍵添加文件哈希校驗功能怎么操作?
1、先右鍵創建文本文檔,然后復制以下注冊表代碼:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell文件哈希校驗]
"SubCommands"="MD5;SHA1;SHA256;SHA512;"
"MUIVerb“=”文件哈希校驗”
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\MD5]
@="MD5"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\MD5\command]
@="PowerShell Get-FileHash -Algorithm MD5 \\\\\ | format-list;“按任何鍵退出..”;[Console]::Readkey() | Out-Null;exit"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SHA1]
@="SHA1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SHA1\command]
@="PowerShell Get-FileHash -Algorithm SHA1 \\\\\ | format-list;“按任何鍵退出..”;[Console]::Readkey() | Out-Null;exit"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SHA256]
@="SHA256"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SHA256\command]
@="PowerShell Get-FileHash -Algorithm SHA256 \\\\\\\\\\\\\\\\\\ | format-list;“按任何鍵退出..”;[Console]::Readkey() | Out-Null;exit"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SHA512]
@="SHA512"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SHA512\command]
@="PowerShell Get-FileHash -Algorithm SHA512 \\\\\ | format-list;“按任何鍵退出..”;[Console]::Readkey() | Out-Null;exit"
2、然后另存為,命名為“Win 10 右鍵添加文件校驗.reg",注意去掉.txt后綴名)
3、接下來是雙擊導入,你可以看到效果。
推薦閱讀: - 上一篇:Win10系統怎么安裝Active Directory? 下一篇:Win10網絡重置后無法上網怎么解決?