Tuesday, December 7, 2010

Windows XP Search dialog Box open as blank

Recently we have faced an issue that when I click on search button from start menu or folder explorer it open blank screen.. No search text box or button appears in left panel.. only dancing doggie.. (!!)

After googling I found a good way to get your search back..
Here are the steps.. Hope it's useful to you..

Start > Run > regsvr32 wshom.ocx
Start > Run > regsvr32 jscript.dll
Start > Run > regsvr32 urlmon.dll
Start > Run > regsvr32 vbscript.dll
Start > Run > regsvr32 /i %windir%\srchasst\srchui.dll

You Should Get A Message Like This

DllRegisterServer in xxx.dll succeeded.

Reboot your system..

Check it now.. :-)

Another way given on Microsoft Official Site I haven't tried below process yet as my issues has been resolved.

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

Method 1: Reregister Jscript.dll

  1. Click Start, and then click Run.
  2. In the Open box, type regsvr32 jscript.dll, and then click OK.
  3. Click OK.
If the file does 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 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.
  6. 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.
  7. Click Expand.
  8. 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

To do this, follow these steps.

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  (http://support.microsoft.com/kb/322756/ ) How to back up and restore the registry in Windows
  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}\InprocServer32
    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-00aa00bbbb58}\InprocServer32
  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-00aa00bbbb58}\InprocServer32
  8. Repeat steps 3 and 4 to edit this key, and then go to step 9.
  9. Exit Registry Editor.

No comments:

Post a Comment