本帖最后由 xp3000 于 2020-5-14 21:56 编辑
作用:右键添加grepWin选项,添加后方便批量操作文件
http://bcn.bathome.net/s/tool/index.html?key=grepWin
本次由注册表照相机提取系统变化后转换,
熟悉注册表的都是直接去下面提取
HKLM\SOFTWARE\Classes\Directory\shell\- @echo off
- @for /f %%a in ('dir /a/s/b/on grepWin.exe') do (
- reg add "HKLM\SOFTWARE\Classes\Directory\shell\grepWin" /f /v "Icon" /t REG_SZ /d ""%%a",-107"
- reg add "HKLM\SOFTWARE\Classes\Directory\shell\grepWin\command" /f /ve /t REG_SZ /d ""%%a" /searchpath:\"%%1\""
- reg add "HKCR\*\shell\grepWin" /f /v "Icon" /t REG_SZ /d ""%%a",-107"
- reg add "HKCR\*\shell\grepWin\command" /f /ve /t REG_SZ /d ""%%a" /searchpath:\"%%1\""
- )
- pause
复制代码 grepWin英文版菜单翻译,和grepWin放一起
Settings更改English为Chinese |