INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: OT: Disabling Win Explorer Video Analysis  (Read 933 times)

cascius

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 355
OT: Disabling Win Explorer Video Analysis
« 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
Logged

edbro

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 733
Re:OT: Disabling Win Explorer Video Analysis
« Reply #1 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.
Logged

cascius

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 355
Re:OT: Disabling Win Explorer Video Analysis
« Reply #2 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]
  ;-----
Logged
Pages: [1]   Go Up