Your Ad Here

Posted By

Scooter on 03/06/08


Tagged

HKCR


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

Tyster


Add thumbnail support for .THM files


 / Published in: Windows Registry
 

The .THM file format is used to store thumbnail images of video clips. Windows Explorer is capable of displaying these, but is not set to do so by default.

  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\.thm]
  4. @="Thumbnail"
  5.  
  6. [HKEY_CLASSES_ROOT\.thm\ShellEx]
  7.  
  8. [HKEY_CLASSES_ROOT\.thm\ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
  9. @="{7376D660-C583-11D0-A3A5-00C04FD706EC}"

Report this snippet  

You need to login to post a comment.