It’s pretty easy once you got the trick… All you had to do is create a REG file with the next lines:
REGEDIT4There you will get only .FLV thumbnails for Windows XP… But if you want more thumbnails, all you had to do is change the extension in the line for the new extension you want to habilitate… It will look like this (For .mov for example):
[HKEY_CLASSES_ROOT\.flv\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
REGEDIT4Notice the [HKEY_CLASSES_ROOT\.mov now there say .mov instead of .flv like in the first code...
[HKEY_CLASSES_ROOT\.mov\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
But to make it easier, just add all the extensions to just one reg file like this:
REGEDIT4There you will have .FLV, .MOV, .MP4 thumbnails activated…
[HKEY_CLASSES_ROOT\.flv\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
[HKEY_CLASSES_ROOT\.mov\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
[HKEY_CLASSES_ROOT\.mp4\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
The reg keys are all the same, just the extension changes…
0 comments:
Post a Comment