3 楼的注册表文件改成批处理,这样比较好:- Windows Registry Editor Version 5.00
- ;@cls & start regedit /s "%~f0" & exit /b
- [HKEY_CLASSES_ROOT\*\shell]
- @="notepad"
-
- [HKEY_CLASSES_ROOT\*\shell\notepad]
- @="用记事本打开"
-
- [HKEY_CLASSES_ROOT\*\shell\notepad\command]
- @="notepad.exe \"%1\""
复制代码 因为我觉得启动一次 regedit.exe 比启动三次 reg.exe 划算。
[ 本帖最后由 tireless 于 2009-3-16 20:07 编辑 ] |