|
- reg add "HKCR\Directory\background\shell\Everything" /f /v "Icon" /t REG_SZ /d "D:\iTools\Everything\Everything.exe,0"
- reg add "HKCR\Directory\background\shell\Everything" /f /ve /t REG_SZ /d "搜索 Everything..."
- reg add "HKCR\Directory\background\shell\Everything" /f /v "SeparatorAfter" /t REG_DWORD /d 1
- reg add "HKCR\Directory\background\shell\Everything" /f /v "SeparatorBefore" /t REG_DWORD /d 1
- reg add "HKCR\Directory\background\shell\Everything\command" /f /ve /t REG_SZ /d ""D:\iTools\Everything\Everything.exe" -path "%%V""
复制代码
最后一行供参考 |
|