Advertisement
Ctrl-Z

Convert context (right-click) menu for ImageMagick heif/heic -> JPG conversion

Feb 20th, 2023
1,532
0
Never
6
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 2.89 KB | Software | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert]
  4. "MUIVerb"="Convert"
  5. "SubCommands"=""
  6.  
  7. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell]
  8.  
  9. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell\HEICtoJPGKeepOriginalFiles]
  10. "MUIVerb"="HEIC to JPG (Keep Original Files)"
  11. "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  12.   00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
  13.   6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
  14.   00,35,00,33,00,35,00,37,00,00,00
  15.  
  16. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell\HEICtoJPGKeepOriginalFiles\command]
  17. @="cmd.exe /c \"magick ^\"%L^\" -set filename:basefn ^\"%%t^\" ^\"%W^\\%%[filename:basefn].jpg^\"\""
  18.  
  19. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell\HEICtoJPGRemoveOriginalFiles]
  20. "MUIVerb"="HEIC to JPG (Remove Original Files)"
  21. "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  22.   00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
  23.   6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
  24.   00,35,00,33,00,35,00,37,00,00,00
  25.  
  26. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell\HEICtoJPGRemoveOriginalFiles\command]
  27. @="cmd.exe /c \"magick ^\"%L^\" -set filename:basefn ^\"%%t^\" ^\"%W^\\%%[filename:basefn].jpg^\" & del ^\"%L^\"\""
  28.  
  29. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert]
  30. "MUIVerb"="Convert"
  31. "SubCommands"=""
  32.  
  33. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell]
  34.  
  35. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell\HEICtoJPGKeepOriginalFiles]
  36. "MUIVerb"="HEIC to JPG (Keep Original Files)"
  37. "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  38.   00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
  39.   6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
  40.   00,35,00,33,00,35,00,37,00,00,00
  41.  
  42. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell\HEICtoJPGKeepOriginalFiles\command]
  43. @="cmd.exe /c \"magick ^\"%L^\" -set filename:basefn ^\"%%t^\" ^\"%W^\\%%[filename:basefn].jpg^\"\""
  44.  
  45. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell\HEICtoJPGRemoveOriginalFiles]
  46. "MUIVerb"="HEIC to JPG (Remove Original Files)"
  47. "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
  48.   00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
  49.   6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
  50.   00,35,00,33,00,35,00,37,00,00,00
  51.  
  52. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell\HEICtoJPGRemoveOriginalFiles\command]
  53. @="cmd.exe /c \"magick ^\"%L^\" -set filename:basefn ^\"%%t^\" ^\"%W^\\%%[filename:basefn].jpg^\" & del ^\"%L^\"\""
Advertisement
Comments
  • tekpdx
    1 year
    # text 0.47 KB | 0 0
    1. I'm having trouble with this, any chance you can help? I have ImageMagick installed and added to the path, tested and that works. I've created a .reg file from this, added it to the registry and rebooted. When I right click on a HEIC file and select Convert > HEIC to JPG (keep original) it flashes a command prompt then does nothing. When I try the other one to remove the original it does delete the file but it doesn't create the JPG either. Any ideas on troubleshooting that?
    • Ctrl-Z
      1 year
      # text 0.56 KB | 0 0
      1. Can you export the branches
      2.  
      3. HKEY_CLASSES_ROOT\SystemFileAssociations\.heif
      4. and
      5. HKEY_CLASSES_ROOT\SystemFileAssociations\.heic
      6.  
      7. and share?
      8.  
      9. Which version of ImageMagick and Windows? From your description, it seems like magick isn't happening :-) ...as in the magick conversion commands aren't working. For troubleshooting purposes, in the registry entries where magick is called with "cmd.exe /c" you could try temporarily changing it to "cmd.exe /k" instead. This would keep the command window open, and might help with troubleshooting if there is a magick error.
    • Ctrl-Z
      1 year
      # text 0.25 KB | 0 0
      1. One way to determine the installed ImageMagick version, from a command prompt:
      2.  
      3. magick --version
      4.  
      5. And Windows version info at least for modern Windows, from PowerShell:
      6.  
      7. Get-WMIObject Win32_OperatingSystem | Select-Object Caption,Version,OSArchitecture
  • Ctrl-Z
    1 year
    Comment was deleted
  • tekpdx
    1 year
    # text 6.29 KB | 0 0
    1. Thanks for getting back to me. Let's see.
    2.  
    3. magick --version
    4. Version: ImageMagick 7.1.0-62 Q16-HDRI x64 32ce406:20230212
    5.  
    6. Windows 11 21H2
    7.  
    8. And here are the two registry keys (two posts due to 1KB post size limit)
    9.  
    10. ----------------
    11.  
    12. Windows Registry Editor Version 5.00
    13.  
    14. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif]
    15. "ExtendedTileInfo"="prop:System.ItemType;System.Photo.DateTaken;*System.Image.Dimensions"
    16. "FullDetails"="prop:System.PropGroup.Description;System.Rating;System.Comment;System.PropGroup.Origin;System.Photo.DateTaken;System.ApplicationName;System.DateAcquired;System.Copyright;System.PropGroup.Image;System.Image.ImageID;System.Image.Dimensions;System.Image.HorizontalSize;System.Image.VerticalSize;System.Image.HorizontalResolution;System.Image.VerticalResolution;System.Image.BitDepth;System.Image.Compression;System.Image.ResolutionUnit;System.Image.ColorSpace;System.Image.CompressedBitsPerPixel;System.PropGroup.Camera;System.Photo.CameraManufacturer;System.Photo.CameraModel;System.Photo.FNumber;System.Photo.ExposureTime;System.Photo.ISOSpeed;System.Photo.ExposureBias;System.Photo.FocalLength;System.Photo.MaxAperture;System.Photo.MeteringMode;System.Photo.SubjectDistance;System.Photo.Flash;System.Photo.FlashEnergy;System.Photo.FocalLengthInFilm;System.PropGroup.PhotoAdvanced;System.Photo.LensManufacturer;System.Photo.LensModel;System.Photo.FlashManufacturer;System.Photo.FlashModel;System.Photo.Contrast;System.Photo.Brightness;System.Photo.LightSource;System.Photo.ExposureProgram;System.Photo.Saturation;System.Photo.Sharpness;System.Photo.WhiteBalance;System.Photo.PhotometricInterpretation;System.Photo.DigitalZoom;System.Photo.EXIFVersion;System.PropGroup.GPS;*System.GPS.Latitude;*System.GPS.Longitude;*System.GPS.Altitude;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.DateCreated;System.DateModified;System.Size;System.FileAttributes;System.OfflineAvailability;System.OfflineStatus;System.SharedWith;System.FileOwner;System.ComputerName"
    17. "ImageOptionFlags"=dword:00000001
    18. "InfoTip"="prop:System.ItemType;System.Photo.DateTaken;System.Keywords;System.Rating;*System.Image.Dimensions;*System.Size;System.Title"
    19. "PreviewDetails"="prop:System.Photo.DateTaken;System.Rating;*System.Image.Dimensions;*System.Size;System.Comment;*System.OfflineAvailability;*System.OfflineStatus;System.Photo.CameraManufacturer;System.Photo.CameraModel;*System.Photo.FNumber;*System.Photo.ExposureTime;*System.Photo.ISOSpeed;*System.Photo.ExposureBias;*System.Photo.FocalLength;*System.Photo.MaxAperture;*System.Photo.MeteringMode;*System.Photo.SubjectDistance;*System.Photo.Flash;*System.Photo.FlashEnergy;*System.Photo.FocalLengthInFilm;*System.DateCreated;*System.DateModified;*System.DateAccessed;*System.SharedWith"
    20. "SetDefaultsFor"="prop:System.Author;System.Document.DateCreated;System.Photo.DateTaken"
    21.  
    22. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell]
    23.  
    24. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert]
    25. "MUIVerb"="Convert"
    26. "SubCommands"=""
    27.  
    28. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell]
    29.  
    30. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell\HEICtoJPGKeepOriginalFiles]
    31. "MUIVerb"="HEIC to JPG (Keep Original Files)"
    32. "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    33. 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
    34. 6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
    35. 00,35,00,33,00,35,00,37,00,00,00
    36.  
    37. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell\HEICtoJPGKeepOriginalFiles\command]
    38. @="cmd.exe /c \"magick ^\"%L^\" -set filename:basefn ^\"%%t^\" ^\"%W^\\%%[filename:basefn].jpg^\"\""
    39.  
    40. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell\HEICtoJPGRemoveOriginalFiles]
    41. "MUIVerb"="HEIC to JPG (Remove Original Files)"
    42. "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    43. 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
    44. 6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
    45. 00,35,00,33,00,35,00,37,00,00,00
    46.  
    47. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\Convert\Shell\HEICtoJPGRemoveOriginalFiles\command]
    48. @="cmd.exe /c \"magick ^\"%L^\" -set filename:basefn ^\"%%t^\" ^\"%W^\\%%[filename:basefn].jpg^\" & del ^\"%L^\"\""
    49.  
    50. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\print]
    51. "NeverDefault"=""
    52.  
    53. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\print\command]
    54. @=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,\
    55. 00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,\
    56. 25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,\
    57. 00,69,00,6d,00,67,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,2c,00,49,00,6d,00,\
    58. 61,00,67,00,65,00,56,00,69,00,65,00,77,00,5f,00,46,00,75,00,6c,00,6c,00,73,\
    59. 00,63,00,72,00,65,00,65,00,6e,00,20,00,25,00,31,00,00,00
    60.  
    61. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\print\DropTarget]
    62. "CLSID"="{60fd46de-f830-4894-a628-6fa81bc0190d}"
    63.  
    64. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\setdesktopwallpaper]
    65. @=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    66. 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,\
    67. 74,00,6f,00,62,00,6a,00,65,00,63,00,74,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
    68. 00,34,00,31,00,37,00,00,00
    69. "MultiSelectModel"="Player"
    70. "NeverDefault"=""
    71.  
    72. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\Shell\setdesktopwallpaper\Command]
    73. @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
    74. 00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
    75. 65,00,00,00
    76. "DelegateExecute"="{ff609cc7-d34d-4049-a1aa-2293517ffcc6}"
    77.  
    78. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx]
    79.  
    80. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers]
    81.  
    82. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview]
    83. @="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    84.  
    85. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
    86. @="{3F30C968-480A-4C6C-862D-EFC0897BB84B}"
    87.  
    88. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
    89. @="{C7657C4A-9F68-40fa-A4DF-96BC08EB3551}"
  • tekpdx
    1 year
    # text 6.06 KB | 0 0
    1. --------------
    2.  
    3. Windows Registry Editor Version 5.00
    4.  
    5. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic]
    6. "ExtendedTileInfo"="prop:System.ItemType;System.Photo.DateTaken;*System.Image.Dimensions"
    7. "FullDetails"="prop:System.PropGroup.Description;System.Rating;System.Comment;System.PropGroup.Origin;System.Photo.DateTaken;System.ApplicationName;System.DateAcquired;System.Copyright;System.PropGroup.Image;System.Image.ImageID;System.Image.Dimensions;System.Image.HorizontalSize;System.Image.VerticalSize;System.Image.HorizontalResolution;System.Image.VerticalResolution;System.Image.BitDepth;System.Image.Compression;System.Image.ResolutionUnit;System.Image.ColorSpace;System.Image.CompressedBitsPerPixel;System.PropGroup.Camera;System.Photo.CameraManufacturer;System.Photo.CameraModel;System.Photo.FNumber;System.Photo.ExposureTime;System.Photo.ISOSpeed;System.Photo.ExposureBias;System.Photo.FocalLength;System.Photo.MaxAperture;System.Photo.MeteringMode;System.Photo.SubjectDistance;System.Photo.Flash;System.Photo.FlashEnergy;System.Photo.FocalLengthInFilm;System.PropGroup.PhotoAdvanced;System.Photo.LensManufacturer;System.Photo.LensModel;System.Photo.FlashManufacturer;System.Photo.FlashModel;System.Photo.Contrast;System.Photo.Brightness;System.Photo.LightSource;System.Photo.ExposureProgram;System.Photo.Saturation;System.Photo.Sharpness;System.Photo.WhiteBalance;System.Photo.PhotometricInterpretation;System.Photo.DigitalZoom;System.Photo.EXIFVersion;System.PropGroup.GPS;*System.GPS.Latitude;*System.GPS.Longitude;*System.GPS.Altitude;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.DateCreated;System.DateModified;System.Size;System.FileAttributes;System.OfflineAvailability;System.OfflineStatus;System.SharedWith;System.FileOwner;System.ComputerName"
    8. "ImageOptionFlags"=dword:00000001
    9. "InfoTip"="prop:System.ItemType;System.Photo.DateTaken;System.Rating;*System.Image.Dimensions;*System.Size;System.Title"
    10. "PreviewDetails"="prop:System.Photo.DateTaken;System.Rating;*System.Image.Dimensions;*System.Size;System.Comment;*System.OfflineAvailability;*System.OfflineStatus;System.Photo.CameraManufacturer;System.Photo.CameraModel;*System.Photo.FNumber;*System.Photo.ExposureTime;*System.Photo.ISOSpeed;*System.Photo.ExposureBias;*System.Photo.FocalLength;*System.Photo.MaxAperture;*System.Photo.MeteringMode;*System.Photo.SubjectDistance;*System.Photo.Flash;*System.Photo.FlashEnergy;*System.Photo.FocalLengthInFilm;*System.DateCreated;*System.DateModified;*System.DateAccessed;*System.SharedWith"
    11. "SetDefaultsFor"="prop:System.Author;System.Document.DateCreated;System.Photo.DateTaken"
    12.  
    13. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell]
    14.  
    15. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert]
    16. "MUIVerb"="Convert"
    17. "SubCommands"=""
    18.  
    19. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell]
    20.  
    21. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell\HEICtoJPGKeepOriginalFiles]
    22. "MUIVerb"="HEIC to JPG (Keep Original Files)"
    23. "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    24. 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
    25. 6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
    26. 00,35,00,33,00,35,00,37,00,00,00
    27.  
    28. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell\HEICtoJPGKeepOriginalFiles\command]
    29. @="cmd.exe /c \"magick ^\"%L^\" -set filename:basefn ^\"%%t^\" ^\"%W^\\%%[filename:basefn].jpg^\"\""
    30.  
    31. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell\HEICtoJPGRemoveOriginalFiles]
    32. "MUIVerb"="HEIC to JPG (Remove Original Files)"
    33. "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    34. 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
    35. 6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
    36. 00,35,00,33,00,35,00,37,00,00,00
    37.  
    38. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\Convert\Shell\HEICtoJPGRemoveOriginalFiles\command]
    39. @="cmd.exe /c \"magick ^\"%L^\" -set filename:basefn ^\"%%t^\" ^\"%W^\\%%[filename:basefn].jpg^\" & del ^\"%L^\"\""
    40.  
    41. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\print]
    42. "NeverDefault"=""
    43.  
    44. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\print\command]
    45. @=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,\
    46. 00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,\
    47. 25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,\
    48. 00,69,00,6d,00,67,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,2c,00,49,00,6d,00,\
    49. 61,00,67,00,65,00,56,00,69,00,65,00,77,00,5f,00,46,00,75,00,6c,00,6c,00,73,\
    50. 00,63,00,72,00,65,00,65,00,6e,00,20,00,25,00,31,00,00,00
    51.  
    52. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\print\DropTarget]
    53. "CLSID"="{60fd46de-f830-4894-a628-6fa81bc0190d}"
    54.  
    55. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\setdesktopwallpaper]
    56. @=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
    57. 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,\
    58. 74,00,6f,00,62,00,6a,00,65,00,63,00,74,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
    59. 00,34,00,31,00,37,00,00,00
    60. "MultiSelectModel"="Player"
    61. "NeverDefault"=""
    62.  
    63. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\setdesktopwallpaper\Command]
    64. @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
    65. 00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
    66. 65,00,00,00
    67. "DelegateExecute"="{ff609cc7-d34d-4049-a1aa-2293517ffcc6}"
    68.  
    69. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx]
    70.  
    71. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers]
    72.  
    73. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview]
    74. @="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    75.  
    76. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
    77. @="{3F30C968-480A-4C6C-862D-EFC0897BB84B}"
    78.  
    79. [HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
    80. @="{C7657C4A-9F68-40fa-A4DF-96BC08EB3551}"
    81.  
Add Comment
Please, Sign In to add comment
Advertisement