Personally, I really dislike the Windows Desktop Search. Unless everything is indexed - it misses a lot of stuff. I prefer the old fashioned search. To change your Windows XP to use the old search mechanism do the following:
- Go to Start > Run.
- Type Regedit.
- Navigate down the tree down to:
HKEY_CURRENT_USER\Software\Microsoft\Windows Desktop Search\DS - Double click "ShowStartSearchBand"
- Set to the numeric value zero.
- Click OK.
- Close Regedit.
- Restart any Windows Explorer instances. (no need to restart the computer)
- Hit CTRL + F to initiate a find the old fashioned way!
Alternative
Or, put the following in a .reg file and run the reg file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows Desktop Search\DS]"ShowStartSearchBand"=dword:00000000
This helpful hint was initially posted by Scott Hanselman, or at least that is where I first came across it!
0 comments:
Post a Comment