Comments
Item

Remove image and/or media preview in Explorer

Published in Windows XP User Interface Tweaks by TweakXP Member with 17,057 views and 2 comments

Windows XP Explorer has a 'feature' to provide a preview in the Details box on the left of the file you have selected, if it's supported. Image files, HTML pages, video clips, MP3s, etc are all previewed (even with the folder view open).

If you have a large movie clip and it either is corrupt (ie. no index from a partial download) or it uses an unsupported codec, then Explorer tries to load the whole file. This can slow your computer a lot and prevent deleting/renaming/moving/etc the file until it's finished.

Simply do the following steps:

1) Open a command window (Start->Run, type in 'cmd' hit enter)
2) To remove image preview, type and hit enter
     regsvr32 /u shimgvw.dll
3) To readd image preview, type and hit enter
     regsvr32 shimgvw.dll
4) To remove media preview, type and hit enter
     regsvr32 /u shmedia.dll
5) To readd media preview, type and hit enter
     regsvr32 shmedia.dll

Simple.

 
Free Computer Magazines and eBooks
 
Comments
Annoyed
2 years ago
How do you remove the PDF preview? It freezes explorer every time I select a pdf file.
Joe
2 years ago
You want the tip to use RegEdit to remove the preview of PDF files.

Posted link - wait on author to OK it. :)