安装ACDSEE 9以后...ICO的文件关联被修改了
恢复的方式是修改注册表,注册表代码如下..


REGEDIT4


[HKEY_CLASSES_ROOT\.ico]
@="icofile"
"PerceivedType"="image"
"Content Type"="image/x-icon"

[HKEY_CLASSES_ROOT\.ico\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"


[HKEY_CLASSES_ROOT\icofile]
@="Icon"
"ImageOptionFlags"=dword:00000000

[HKEY_CLASSES_ROOT\icofile\DefaultIcon]
@="%1"

相关文章:

  • 2021-12-22
  • 2021-12-31
  • 2022-12-23
  • 2021-08-10
  • 2021-05-31
  • 2021-07-16
  • 2021-12-31
  • 2021-11-20
猜你喜欢
  • 2021-12-16
  • 2021-10-18
  • 2021-12-31
  • 2021-04-01
  • 2021-12-05
  • 2021-12-21
  • 2022-12-23
相关资源
相似解决方案