Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 23-10-2008, 11:55 PM   #1 (permalink)
Alpha Geek
 
Krazy_About_Technology's Avatar
 
Join Date: Jun 2004
Location: Noida - India
Posts: 765
Question How to enable "Search Non-Indexed Files" permanently in Vista Desktop Search 4.0?


Guys,

I am having this major annoyance while using Windows Vista SP1. I have Windows Desktop Search 4.0 installed, which is the latest version. Now what happens is if i search in a folder where several files have been copied/updated and have not been indexed yet, the search returns no result. Only when i check the "Search in non-indexed and system files (might be slow)" checkbox in the advance settings dropdown, the files appear. Sometimes this happens for quiet a long time. Also the advance settings are not available in every explorer window. Its only available when search is opened by pressing Win+S. Also, its cumbersome to first drop-down advance settings, check the checkbox and then stop and restart search.

Is there a better way, I mean, can we enable Vista to first search the index and then, if it fails, the rest of the non-indexed and system files, without checking that checkbox, like enabling it by default??

I dont want to turn off the indexing for its obivious performance benefits so dont give that for an answer.
__________________
Dell Inspiron 1525 - C2D 2 Ghz, 3GB, 250GB, X3100 :)

Samsung Omnia Pro B7610 with Stock WM 6.1 ROM

Blog: http://www.sumitbhardwaj.co.in/blog
Krazy_About_Technology is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 24-10-2008, 04:48 PM   #2 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: How to enable "Search Non-Indexed Files" permanently in Vista Desktop Search 4.0?

That is why you should disable the indexing, and get Turbo Searcher, which does all you need, and more.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Old 26-10-2008, 01:44 AM   #3 (permalink)
Alpha Geek
 
Krazy_About_Technology's Avatar
 
Join Date: Jun 2004
Location: Noida - India
Posts: 765
Default Re: How to enable "Search Non-Indexed Files" permanently in Vista Desktop Search 4.0?

That would add another program to my computer, i dont want that. Besides, its not free, Its a paid software. Anyone else? anybody knows any registry hack that could make that checkbox stay checked permanently?
__________________
Dell Inspiron 1525 - C2D 2 Ghz, 3GB, 250GB, X3100 :)

Samsung Omnia Pro B7610 with Stock WM 6.1 ROM

Blog: http://www.sumitbhardwaj.co.in/blog
Krazy_About_Technology is offline  
Old 26-10-2008, 11:40 AM   #4 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: How to enable "Search Non-Indexed Files" permanently in Vista Desktop Search 4.0?

You can do it with a AutoHotKey script, which runs always in your comp, taking less than 5 MB of memory:

Code:
clicked=0
Loop
{
	If(clicked=0)
	{
		IfWinExist, Search Results
		{
			WinActivate
			ControlClick, Button8, Search Results
			clicked=1
		}
	}
	IfWinNotExist, Search Results
	{
		clicked=0
	}
}
The bold is the window title - you should change it to yours, I did this on XP's search, so its Search Results.
The bold+italic is the checkbox's internal name, which you can find using Autohotkey's window spy. Run it, and move the mouse over your checkbox, and it should display some details. You're looking for this:

Code:
>>>>>>>>>( Now Under Mouse Cursor )<<<<<<<<
ClassNN:	Button8
Just replace "Button8" in my script with the button name.

Whenever you open a search page, it clicks the checkbox for you. It doesnt work when you open two searches simultaneously, tell me if you need it, im lazy now

Oh yeah, www.autohotkey.com has the program you need.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
TUTORIAL: How to enable "VIEW" Menu on Desktop ! Vishal Gupta Tutorials 39 09-05-2009 11:34 PM
Deleting files permanently, search and delete dabster QnA (read only) 6 07-07-2008 12:42 PM
seminar on "Web browsers" and "Search engines" chicha Chit-Chat 3 06-02-2008 12:46 PM
"Search" is the first option instead of "Open" Rooney Software Q&A 4 31-01-2007 01:28 PM

 
Latest Threads
- by Who
- by clmlbx
- by gforz
- by Sujeet

Advertisement




All times are GMT +5.5. The time now is 04:10 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2