找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 221|回复: 13

LockHunter解锁猎人v3.4.3.146哪位大佬能做个集成注册右键的绿色版本

  [复制链接]
发表于 昨天 20:18 | 显示全部楼层 |阅读模式
LockHunter解锁猎人v3.4.3.146哪位大佬能做个集成注册右键的绿色版本。它和Unlocker配合着用,有时Unlocker有些文件删除不掉。

官方版本下载地址
发表于 昨天 20:26 | 显示全部楼层

点评

好人  发表于 昨天 20:31

评分

参与人数 1无忧币 +5 收起 理由
yyz2191958 + 5

查看全部评分

回复

使用道具 举报

发表于 昨天 20:30 | 显示全部楼层
谢谢分享
回复

使用道具 举报

发表于 昨天 20:33 | 显示全部楼层

点评

支持分流  详情 回复 发表于 昨天 21:00
回复

使用道具 举报

发表于 昨天 21:00 | 显示全部楼层
感谢分享
回复

使用道具 举报

发表于 昨天 21:00 | 显示全部楼层
a66 发表于 2026-3-31 20:33
http://4275.com/iut5q0

支持分流
回复

使用道具 举报

发表于 昨天 21:31 | 显示全部楼层
謝謝大大分享,感恩喔~~! ^^ 辛苦了!
回复

使用道具 举报

发表于 昨天 21:53 | 显示全部楼层
@ECHO OFF&(PUSHD "%~DP0")&(REG QUERY "HKU\S-1-5-19">NUL 2>&1) || powershell start-process \"%0\" -verb runas && exit
@echo off
mode con cols=35 lines=10

@rem Detect if OS is 32 or 64 bit
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT
if %OS%==32BIT GOTO 32BIT
if %OS%==64BIT GOTO 64BIT

:32BIT
set "dqpath=%~dp0x32" >NUL 2>&1
GOTO Addforce

:64BIT
set "dqpath=%~dp0x64" >NUL 2>&1
GOTO Addforce

:Addforce
@rem 一级菜单
Reg.exe delete "HKCR\*\shell\HunterLock" /f >NUL 2>&1
Reg.exe add "HKCR\*\shell\HunterLock" /v "Icon" /t REG_SZ /d "%dqpath%\LockHunter.exe" /f >NUL 2>&1
Reg.exe add "HKCR\*\shell\HunterLock" /v "MUIVerb" /t REG_SZ /d "解锁或删除" /f >NUL 2>&1
Reg.exe add "HKCR\*\shell\HunterLock" /v "SubCommands" /t REG_SZ /d "ForceUnlocker;ForceDel" /f >NUL 2>&1

Reg.exe delete "HKCR\AllFilesystemObjects\shell\HunterLock" /f >NUL 2>&1
Reg.exe add "HKCR\AllFilesystemObjects\shell\HunterLock" /v "Icon" /t REG_SZ /d "%dqpath%\LockHunter.exe" /f >NUL 2>&1
Reg.exe add "HKCR\AllFilesystemObjects\shell\HunterLock" /v "MUIVerb" /t REG_SZ /d "解锁或删除" /f >NUL 2>&1
Reg.exe add "HKCR\AllFilesystemObjects\shell\HunterLock" /v "SubCommands" /t REG_SZ /d "ForceUnlocker;ForceDel" /f >NUL 2>&1

Reg.exe delete "HKCR\Directory\shell\HunterLock" /f >NUL 2>&1
Reg.exe add "HKCR\Directory\shell\HunterLock" /v "Icon" /t REG_SZ /d "%dqpath%\LockHunter.exe" /f >NUL 2>&1
Reg.exe add "HKCR\Directory\shell\HunterLock" /v "MUIVerb" /t REG_SZ /d "解锁或删除" /f >NUL 2>&1
Reg.exe add "HKCR\Directory\shell\HunterLock" /v "SubCommands" /t REG_SZ /d "ForceUnlocker;ForceDel" /f >NUL 2>&1

@rem 二级菜单
Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceUnlocker" /v "Icon" /t REG_SZ /d "imageres.dll,-59" /f >NUL 2>&1
Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceUnlocker" /v "MUIVerb" /t REG_SZ /d "强制解锁" /f >NUL 2>&1
Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceUnlocker\Command" /ve /t REG_SZ /d "%dqpath%\Nsudo.exe -U:T -P:E LockHunter.exe -k -u -sm \"%%L\"" /f >NUL 2>&1
Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceDel" /v "Icon" /t REG_SZ /d "imageres.dll,-5102" /f >NUL 2>&1
Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceDel" /v "MUIVerb" /t REG_SZ /d "强制删除" /f >NUL 2>&1
Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceDel\Command" /ve /t REG_SZ /d "%dqpath%\Nsudo.exe -U:T -P:E LockHunter.exe -k -d -dp -sm \"%%L\"" /f >NUL 2>&1

echo:
echo    恭喜,右键已添加强力删除功能 !
timeout /t 3 >NUL 2>&1
exit



回复

使用道具 举报

发表于 昨天 21:55 | 显示全部楼层
直接用注册码:注意路径!

  1. Windows Registry Editor Version 5.00

  2. [HKEY_CLASSES_ROOT\*\shell\HunterLock]
  3. "Icon"="X:\\Program Files\\LockHunter\\x64\\Nsudo.exe"
  4. "MUIVerb"="解锁或删除 (&U)"
  5. "SubCommands"="ForceUnlocker;ForceDel"

  6. [HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\HunterLock]
  7. "Icon"="X:\\Program Files\\LockHunter\\x64\\Nsudo.exe"
  8. "MUIVerb"="解锁或删除 (&U)"
  9. "SubCommands"="ForceUnlocker;ForceDel"

  10. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceUnlocker]
  11. "Icon"="imageres.dll,-59"
  12. "MUIVerb"="(&U) 强制解锁"
  13. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceUnlocker\Command]
  14. @="X:\\Program Files\\LockHunter\\x64\\Nsudo.exe -U:T -P:E LockHunter.exe -k -u -sm \"%L\""

  15. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceDel]
  16. "Icon"="imageres.dll,-5102"
  17. "MUIVerb"="(&D) 强制删除"
  18. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ForceDel\Command]
  19. @="X:\\Program Files\\LockHunter\\x64\\Nsudo.exe -U:T -P:E LockHunter.exe -k -d -dp -sm \"%L\""
复制代码


回复

使用道具 举报

发表于 昨天 21:59 | 显示全部楼层
下载后,才发现我手中的与A66发的不一样,顺便提供我这边的,只有64位:


https://www.123912.com/s/SrFuVv-V0hFh
回复

使用道具 举报

发表于 昨天 23:09 | 显示全部楼层
不知道这个和Iobt unlock哪个好用?
回复

使用道具 举报

发表于 昨天 23:33 | 显示全部楼层
感谢分享
回复

使用道具 举报

发表于 29 分钟前 | 显示全部楼层
路过看看
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1|闽公网安备35020302032614号 )

GMT+8, 2026-4-1 00:51

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表