JSI Tip 5502. How can I prevent Windows Media Player from processing HTML scripts that are contains in Windows Media files?

Jerold Schulman

July 10, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

The default behavior of Windows Media Player is to process HTML scripts that are contained in Windows Media files.

After applying MS02-032: Windows Media Player Rollup Available, you can disable this ability: 

1. Copy /Paste the following to a PlayerScriptCommandsDisabled.reg file:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftMediaPlayerPreferences]
"PlayerScriptCommandsEnabled"=dword:00000000

2. Merge the PlayerScriptCommandsDisabled.reg file with your registry.

To re-enable HTML script processing:

1. Copy /Paste the following to a PlayerScriptCommandsEnabled.reg file:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftMediaPlayerPreferences]
"PlayerScriptCommandsEnabled"=dword:00000001

2. Merge the PlayerScriptCommandsEnabled.reg file with your registry.

NOTE: If the PlayerScriptCommandsEnabled Value Name is missing from the HKEY_CURRENT_USERSoftwareMicrosoftMediaPlayerPreferences key, script processing is enabled.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like