Monday, December 14, 2009

.FLV – .MOV – .MP4 Thumbnails for Win XP WORKING, Add any extension and see a thumbnail of it…

It’s pretty easy once you got the trick… All you had to do is create a REG file with the next lines:

REGEDIT4
[HKEY_CLASSES_ROOT\.flv\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
There 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):
REGEDIT4
[HKEY_CLASSES_ROOT\.mov\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
Notice the [HKEY_CLASSES_ROOT\.mov now there say .mov instead of .flv like in the first code...
But to make it easier, just add all the extensions to just one reg file like this:

REGEDIT4
[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}”
There you will have .FLV, .MOV, .MP4 thumbnails activated…
The reg keys are all the same, just the extension changes…

0 comments: