Add 7-zip Browse function to file right-click menu (use Registry to set Shell Invoke Preview command)

Source: Internet
Author: User

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)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.