Not that I'm aware of. if the drives are properly indexed this should be a non-issue, as all the files should be visible from the start. Classic shell DOES support alternative search engines which may or may-not solve the issue... (if indexing doesnt help)
Below is from the classic shell help file(right click the start button and select 'help'
Search'picture im not pasting over'
The search box lets you search the contents of the start menu, the programs in the PATH environment variable and the indexed files. You can have the search box appear as a normal menu item and then you can get to it using the up/down arrow keys. You can choose to have the search box selected by default when you open the start menu. Or you can choose to activate the search box only with the Tab key, so until you press Tab you can use the keyboard for navigation as if the search box is not there.
The search results show in the main menu if you are using the Windows 7 style or in a sub-menu for the classic styles. Click on each category to expand it and see more results. Click on the icon at the end to view all results in Explorer.
The classic styles allow you to register additional "search providers", which you can use to search for the text from the search box. You run the search program either by selecting it from the menu, or by pressing Alt+key. In this example use Alt+A for Agent Ransack. 'picture im not pasting over'
This is done by adding sub-items of the SearchBoxItem in the Customize Start Menu tab: 'picture im not pasting over'
Open each of the sub-items and enter a command to start the search program. If you use %1 in the command, it will be replaced by the contents of the search box. If you use %2 it will be replaced by the url-style encoded search text. Enter a label, tip, and icon to complete your menu entry. In the label text you can use & to mark the accelerator character (for example &Agent Ransack).
Here are a few possible commands: Search with Agent Ransack: "C:\Program Files\Agent Ransack\AgentRansack.exe" -r -f "%1" Search with Everything: "C:\Program Files\Everything\Everything.exe" -search "%1" Search with Google: http://www.google.com/#q=%2 Search with Bing: http://www.bing.com/search?q=%2
|