JSI Tip 7646. In Windows XP, the Search Companion, User Accounts, Windows Update, Help and Support, and System Restore dialog boxes are blank, or partially empty, and Media Player issues an error?

Jerold Schulman

January 11, 2004

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

When you open any of the subject dialog boxes, they appear blank, or partially empty. When you open Media Player, you receive:

An internal application error has occurred.

This behavior will occur if the Jscript registry entries are not properly set, or if the Jscript.dll is corrupted or missing.

To resolve the problem:

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

REGEDIT4

[HKEY_CLASSES_ROOTCLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}InprocServer32]
@="C:\WINDOWS\System32\jscript.dll"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOTCLSID\{f414c261-6ac0-11cf-b6d1-00aa00bbbb58}InprocServer32]
@="C:\WINDOWS\System32\jscript.dll"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOTCLSID\{f414c262-6ac0-11cf-b6d1-00aa00bbbb58}InprocServer32]
@="C:\WINDOWS\System32\jscript.dll"
"ThreadingModel"="Both"

2. Merge the Jscript.reg file with your registry, or run regedit /s Jscript.reg.

3. If this does not resolve the problem, open a CMD.exe prompt and Expand the Jscript.dl_ file from the CD-ROM to %Windir%System32Jscript.dll and Expand the Vbscript.dl_ file from the CD-ROM to %Windir%System32Vbscript.dll.



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