zoukankan      html  css  js  c++  java
  • beyond compare 4.2.9桌面右键集成的问题修复

    摘自:https://www.cnblogs.com/eaglexmw/p/11236704.html

    beyond compare 4.2.9桌面右键集成的问题修复

    安装后,发现在WIN64时,注册表中注册的DLL库有问题

    出错处:

    1 [HKEY_CLASSES_ROOTCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}InProcServer32]  
    2 @="D:\05.Tools\BeyondCompare4.2.9\BCShellEx.dll"  
    3 "ThreadingModel"="Apartment"  

    修改为:

    1 [HKEY_CLASSES_ROOTCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}InProcServer32]
    2 @="D:\05.Tools\BeyondCompare4.2.9\BCShellEx64.dll"
    3 "ThreadingModel"="Apartment"

    如果还不行,注意去这儿删除相应的{57FA2D12-D22D-490A-805A-5CB48E84F12A}信息

    [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionShell ExtensionsCached]

    [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionShell ExtensionsCached]

    修复右键的完整的注册表项见下,注意修改为你电脑上BC4的安装位置(目录需要双斜杠)。

     1 Windows Registry Editor Version 5.00
     2 
     3 [HKEY_CLASSES_ROOT*shellexContextMenuHandlersCirrusShellEx]
     4 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
     5 
     6 [HKEY_CLASSES_ROOTCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}]
     7 @="CirrusShellEx"
     8 
     9 [HKEY_CLASSES_ROOTCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}InProcServer32]
    10 @="D:\05.Tools\BeyondCompare4.2.9\BCShellEx64.dll"
    11 "ThreadingModel"="Apartment"
    12 
    13 [HKEY_CLASSES_ROOTDirectoryshellexContextMenuHandlersCirrusShellEx]
    14 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    15 
    16 
    17 [HKEY_CLASSES_ROOTFoldershellexContextMenuHandlersCirrusShellEx]
    18 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    19 
    20 [HKEY_CLASSES_ROOTlnkfileshellexContextMenuHandlersCirrusShellEx]
    21 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    22 
    23 
    24 [HKEY_CLASSES_ROOTWOW6432NodeCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}]
    25 @="CirrusShellEx"
    26 
    27 [HKEY_CLASSES_ROOTWOW6432NodeCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}InProcServer32]
    28 @="D:\05.Tools\BeyondCompare4.2.9\BCShellEx.dll"
    29 "ThreadingModel"="Apartment"
    30 
    31 [HKEY_CURRENT_USERSoftwareClasses*shellexContextMenuHandlersCirrusShellEx]
    32 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    33 
    34 [HKEY_CURRENT_USERSoftwareClassesCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}]
    35 @="CirrusShellEx"
    36 
    37 [HKEY_CURRENT_USERSoftwareClassesCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}InProcServer32]
    38 @="D:\05.Tools\BeyondCompare4.2.9\BCShellEx64.dll"
    39 "ThreadingModel"="Apartment"
    40 
    41 [HKEY_CURRENT_USERSoftwareClassesDirectoryshellexContextMenuHandlersCirrusShellEx]
    42 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    43 
    44 [HKEY_CURRENT_USERSoftwareClassesFoldershellexContextMenuHandlersCirrusShellEx]
    45 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    46 
    47 [HKEY_CURRENT_USERSoftwareClasseslnkfileshellexContextMenuHandlersCirrusShellEx]
    48 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    49 
    50 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionShell ExtensionsApproved]
    51 "{57FA2D12-D22D-490A-805A-5CB48E84F12A}"="Beyond Compare 4 Shell Extension"
    52 
    53 [HKEY_LOCAL_MACHINESOFTWAREClasses*shellexContextMenuHandlersCirrusShellEx]
    54 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    55 
    56 [HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}]
    57 @="CirrusShellEx"
    58 
    59 [HKEY_LOCAL_MACHINESOFTWAREClassesCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}InProcServer32]
    60 @="D:\05.Tools\BeyondCompare4.2.9\BCShellEx64.dll"
    61 "ThreadingModel"="Apartment"
    62 
    63 [HKEY_LOCAL_MACHINESOFTWAREClassesDirectoryshellexContextMenuHandlersCirrusShellEx]
    64 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    65 
    66 [HKEY_LOCAL_MACHINESOFTWAREClassesFoldershellexContextMenuHandlersCirrusShellEx]
    67 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    68 
    69 [HKEY_LOCAL_MACHINESOFTWAREClasseslnkfileshellexContextMenuHandlersCirrusShellEx]
    70 @="{57FA2D12-D22D-490A-805A-5CB48E84F12A}"
    71 
    72 [HKEY_LOCAL_MACHINESOFTWAREClassesWOW6432NodeCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}]
    73 @="CirrusShellEx"
    74 
    75 [HKEY_LOCAL_MACHINESOFTWAREClassesWOW6432NodeCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}InProcServer32]
    76 @="D:\05.Tools\BeyondCompare4.2.9\BCShellEx.dll"
    77 "ThreadingModel"="Apartment"
    78 
    79 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionShell ExtensionsApproved]
    80 "{57FA2D12-D22D-490A-805A-5CB48E84F12A}"="Beyond Compare 4 Shell Extension"
    81 
    82 [HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeClassesCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}]
    83 @="CirrusShellEx"
    84 
    85 [HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeClassesCLSID{57FA2D12-D22D-490A-805A-5CB48E84F12A}InProcServer32]
    86 @="D:\05.Tools\BeyondCompare4.2.9\BCShellEx.dll"
    87 "ThreadingModel"="Apartment"
    88 
    89 [HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindowsCurrentVersionShell ExtensionsApproved]
    90 "{57FA2D12-D22D-490A-805A-5CB48E84F12A}"="Beyond Compare 4 Shell Extension"
  • 相关阅读:
    【2020-05-26】急躁吃不了热豆腐
    【2020-05-25】信念不足
    【2020-05-24】让自己承认逃避还真不容易
    【2020-05-23】起风了,唯有努力生存。
    2017《面向对象程序设计》课程作业四
    2017《面向对象程序设计》课程作业三
    2017《面向对象程序设计》课程作业二
    2017《面向对象程序设计》课程作业一
    2017《面向对象程序设计》作业四
    2017《面向对象程序设计》寒假作业三
  • 原文地址:https://www.cnblogs.com/haig/p/11441690.html
Copyright © 2011-2022 走看看