INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: cascius on October 18, 2004, 03:57:00 pm

Title: OT: Disabling Win Explorer Video Analysis
Post by: cascius on October 18, 2004, 03:57:00 pm
Hi guys,

I've got folders with 40+ videos in them and I hate that windows explorer does some background processing on them everytime I open one of those folders. Even though I've disabled tabs regarding video image size and duration, it still analysis the videos for ever...

This blocks me from renaming/ moving/ deleting those files; and i hate waiting 15 minutes to be able to do so.

Does anyone has a solution to this? Any way to turn the feature off?

Thanks in advance,

Cascius
Title: Re:OT: Disabling Win Explorer Video Analysis
Post by: edbro on October 18, 2004, 04:02:55 pm
copy this into notepad and save as a reg file and merge it:
Code: [Select]
;Windows Registry Editor Version 5.00


[-HKEY_CLASSES_ROOT\.avi\ShellEx]
[-HKEY_CLASSES_ROOT\.mpg\ShellEx]
[-HKEY_CLASSES_ROOT\.mpe\ShellEx]
[-HKEY_CLASSES_ROOT\.mpeg\ShellEx]
  ;-----
  ;-----  Speed-up Access to AVI Media Files
  ;-----
[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]
  ;-----

Edit: This is for WinXP. You did not mention your OS.
Title: Re:OT: Disabling Win Explorer Video Analysis
Post by: cascius on October 18, 2004, 04:17:42 pm
edbro, thanks a lot. And by the way, i'm running xp SP2, i guess i should have mentioned that ... :P

It would work untill i added the first line, but now it's perfect.

Thanks again,

-Cascius

Code: [Select]
REGEDIT4
;Windows Registry Editor Version 5.00


[-HKEY_CLASSES_ROOT\.avi\ShellEx]
[-HKEY_CLASSES_ROOT\.mpg\ShellEx]
[-HKEY_CLASSES_ROOT\.mpe\ShellEx]
[-HKEY_CLASSES_ROOT\.mpeg\ShellEx]
  ;-----
  ;-----  Speed-up Access to AVI Media Files
  ;-----
[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]
  ;-----