Microsoft KB Archive/831430

From BetaArchive Wiki

Article ID: 831430

Article Last Modified on 5/7/2007



APPLIES TO

  • Microsoft Windows XP Home Edition
  • Microsoft Windows XP Professional




Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry


SYMPTOMS

You may experience one of the following symptoms:

  • When you try to view any one of the following dialog boxes, the dialog box may appear to be empty or partly empty:
    • Search Companion
    • User Accounts
    • Windows Update
    • Help and Support
    • System Restore
  • When you try to start Microsoft Windows Media Player, you may receive an "An internal application error has occurred" (or a similar) error message.
  • Internet Explorer may not be able to print. When you click File, and then click Print, the Print dialog box does not appear. The print preview is blank.


CAUSE

This issue may occur if one or more of the Jscript registry key settings are incorrect. This behavior may also occur if the Jscript.dll file is missing or damaged.

RESOLUTION

To resolve this issue, use the following methods in the order that they are presented.

Method 1: Reregister Jscript.dll and Vbscript.dll

  1. Click Start, and then click Run.
  2. In the Open box, type regsvr32 jscript.dll, and then click OK.
  3. Click OK.
  4. Click Start, and then click Run.
  5. In the Open box, type regsvr32 vbscript.dll, and then click OK.
  6. Click OK.

If either of the files do not register as expected, or if you receive an error message, the system file may be missing or damaged. To extract the missing file in Microsoft Windows XP, follow these steps:

  1. Click Start, and then click Run.
  2. In the Open box, type msconfig, and then click OK.
  3. Click Expand File.
  4. In the File to restore box, type the name of the file that you want to restore.
  5. In the Restore from box, type the path of the Windows XP .cab file where you want to restore the file, or click Browse From to locate the Windows XP .cab file.


Note The Windows XP .cab files are stored in the I386 folder on the Windows XP CD.

  1. In the Save file in box, type the path where you want to extract the new file, or click Browse To to locate the folder that you want.
  2. Click Expand.
  3. In the System Configuration Utility dialog box, click OK. If you are prompted to restart the computer, click Restart.

Open a dialog box that previously experienced the issue that is described in the "Symptoms" section of this article. If the issue recurs, go to the next method.

Method 2: Edit the registry

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. Locate the following registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\In procServer32

    The (Default) value data should contain the following value:

    C:\WINDOWS\SYSTEM32\JSCRIPT.DLL

    If it does not, double-click Default, type C:\WINDOWS\SYSTEM32\JSCRIPT.DLL in the Value data box, and then click OK.
  4. The ThreadingModel value data should contain the following value:

    Both

    If it does not, double-click ThreadingModel, and then type Both in the Value data box.
  5. Locate the following registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c261-6ac0-11cf-b6d1-00aa00bbbbb58}\In procServer32

  6. Repeat steps 3 and 4 to edit this key, and then go to step 7.
  7. Locate the following registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\CLSID\{f414c262-6ac0-11cf-b6d1-00aa00bbbbb58}\In procServer32

  8. Repeat steps 3 and 4 to edit this key, and then go to step 9.
  9. Exit Registry Editor.



Additional query words: XPH XPP

Keywords: kbprb KB831430