PDA

View Full Version : How to Enable or Disable Media and Video Thumbnail Preview in Windows XP


pulasthiranga
03-01-2010, 07:23 AM
Q: How do I completely disable thumbnail generation for all video files in Windows XP?
A: Execute the following command to disable the Explorer shell extension that is responsible for thumbnail generation:
Start -> Run -> regsvr32 /u shmedia.dll


Q: I am not getting thumbnails for AVI files on Windows XP

A:Execute the following command to enable the Explorer shell extension that is responsible for thumbnail generation:
Start -> Run -> regsvr32 shmedia.dll


:cool: