HI *Microsoft Newsgroups* :
When performing a search using Explore, after some files are found, it
hangs. Computer is completely updated, defragged, etc. Have to resort to
terminating it using Task List.
Any suggestions?
Raymond
Try this :
1- Start | run | regsvr32 %systemroot%\srchasst\srchui.dll
check if search is working if not :
2- Set windows explorer to display hidden files,
go to C:\Windows\inf
select srchasst.inf
right click and choose install
check again. If not working :
3- Repeat the step 1
check. If not working :
4- Use this VB script from Doug Knox[MVP]
---------------------------------------- cut here ------------------------------------
'Fix Windows XP Search (error)
'xp_fix_search_error.vbs
'© Doug Knox - 02/03/2002
'Downloaded from
http://www.dougknox.com
p1 =
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{e17d4fc0-5564-11d1-83f2-00a0c90dc849}\"
p2 = "Search Results Folder"
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite p1, p2
Set WshShell = Nothing
x = MsgBox("Search has been fixed",4096,"Finished")
-------------------------------------------- cut here -----------------------------------
Copy-paste those lines in a .txt file with norepad the save it under the
name you want with the extension vbs. Click on it to run.
