Crazy DelphidelphiXE7, XE8, XE10 Open Class A group: 58592705 qq:513187410 Zhu Jianqiang bat-Add 7-zip browsing to file right-click menu
REG ADD 7-zip Browse function to file right click menu
Windows Registry Editor Version 5.00
[Hkey_classes_root\*\shell\ with 7-zip (ZJQ)]
"Icon" = "D:\\7zip.ico"
[Hkey_classes_root\*\shell\ with 7-zip (ZJQ) \command]
@= "D:\\7-zip\\7zfm.exe \"%1\ ""
BAT adds 7-zip Browse function to file right click menu
@echo off
REG ADD "hkey_classes_root\*\shell\ with 7-zip browse (ZJQ)"/V icon/t reg_expand_sz/d "D:\7ZIP.ico"/F
REG ADD "hkey_classes_root\*\shell\ with 7-zip browse (ZJQ) \command"/ve/t reg_expand_sz/d "D:\7-Zip\7zFM.exe \"%%1\ ""/F
Pause
Add 7-zip Browse function to file right click menu manually
1. Move "Regeedit"
2. Navigate to "Hkey_classes_root\*\shell"
3. Right-click the shell to select New-item
4. Enter the name "Browse with 7-zip (ZJQ)"
5. Right-click on the newly created item (7-zip browse (ZJQ) above), select New-Item, and then name the key command
6. Select "Command", right-click on the default value, enter "D:\7-Zip\7zFM.exe"%1 ""
7. Select "Browse with 7-zip (ZJQ)", right-click, new---string value, enter the name "icon"
8. Double click on "icon", "D:\7ZIP.ico"
Http://www.cnblogs.com/FKdelphi/p/6429244.html
Add 7-zip Browse function to file right-click menu (use Registry to set Shell Invoke Preview command)