To implement the workaround that disables QuickTime parsing yourself, use one of the following methods:
Important
This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756�
How to back up and restore the registry in Windows
Using the interactive method
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then click the following subkeys in the registry:
- For 32-bit Windows systems:
HKEY_CLASSES_ROOT\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}
- For 64 bit Windows Systems:
HKEY_CLASSES_ROOT\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}
- On the File menu, click Export.
- In the Export Registry File dialog box, type Quicktime_Parser_Backup.reg, and then click Save.
Note By default, this will create a backup of this registry key in the My Documents folder. - Press DELETE on the keyboard to delete the registry key. When prompted to delete the registry key in the Confirm Key Delete dialog box, click Yes.
- Exit Registry Editor.
Using a managed deployment script
- Create a backup copy of the registry keys by using a managed deployment script that contains the following text:
- For 32-bit Windows systems:
Regedit.exe /e Quicktime_Decoder_Backup.reg
HKEY_CLASSES_ROOT\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}
- For 64 bit Windows Systems:
Regedit.exe /e Quicktime_Decoder_Backup.reg
HKEY_CLASSES_ROOT\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}
- Copy the following text to a text file, and then save the file by using a .REG extension. For example, save the file as "Disable_Quicktime_Parser.reg":
- For 32-bit Windows systems:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}]
- For 64 bit Windows Systems:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}]
[-HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{D51BD5A0-7548-11CF-A520-0080C77EF58A}]
-
On the target computer, type the following command from an elevated command prompt to run the registry script:
Regedit.exe /s Disable_Quicktime_Parser.reg
Impact of the workaround
QuickTime content playback will be disabled.
How to undo the workarounds
How to undo the interactive method- Click Start, click Run, type regedit in the Open box, and then click OK.
- On the File menu, click Import.
- In the Import Registry File dialog box, select Quicktime_Parser_Backup.reg, and then click Open.
- Exit Registry Editor, and then restart the computer.
How to undo the managed deployment script
On the target computer, type the following command from an elevated command prompt to restore the original state:
Regedit.exe /s Quicktime_Parser_Backup.reg