Hi Nightowl,
I copied the text of your suggested changes and pasted into a new text file
with the .reg file extension. Prior to running it, I made backup copies of
the selected branches. Here is what I found initially:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Settings"=hex:0c,00,02,00,1b,01,51,01,60,00,00,00
"FullPath"=dword:00000001
"FullPathAddress"=dword:00000001
Note the absence of the "Use Search Asst" key in this branch, so I assume
the default is no. The indicated part at:
[HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]
was missing completely. It has now been added.
After running the .reg file, I am still getting the classic search dialog. I
tried logging off and logging back on, just to see if that made a difference.
It did not. I have not yet tried a complete shutdown and restart to see if
that is required. Here is what I have after running the .reg file that I
saved. I'm showing these from separate export files for the affected keys:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Settings"=hex:0c,00,02,00,1b,01,51,01,60,00,00,00
"FullPath"=dword:00000001
"FullPathAddress"=dword:00000001
"Use Search Asst"="yes"
*******************************
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]
"SocialUI"=dword:00000000
"UseAdvancedSearchAlways"=dword:00000001
*******************************
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Logon User Name"="tgw7078"
"CleanShutdown"=dword:00000000
"ShellState"=hex:24,00,00,00,33,88,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
01,00,00,00,0d,00,00,00,00,00,00,00,00,00,00,00
"FaultCount"=dword:00000000
"FaultTime"=dword:00000000
"DocFindColsX"=hex:fd,df,df,fd,0e,00,06,00,28,00,10,00,34,00,00,00,00,00,00,00,\
01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,cd,01,2b,01,3c,\
00,3c,00,24,00,b4,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,\
00,00,05,00,00,00,ff,ff,ff,ff
"NoFileFolderConnection"=dword:00000000
"Shutdown Setting"=dword:00000040
"Reason Setting"=dword:000000ff
"link"=hex:19,00,00,00
"Last Domain"="0,3,NW"
"Browse For Folder Width"=dword:0000013e
"Browse For Folder Height"=dword:00000120
"NetServerColsX"=hex:fd,df,df,fd,0e,00,02,00,18,00,10,00,1c,00,00,00,00,00,00,\
00,01,00,00,00,b4,00,b4,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff
"EnableAutoTray"=dword:00000000
"SearchSystemDirs"=dword:00000001
"SearchHidden"=dword:00000001
"IncludeSubFolders"=dword:00000001
"CaseSensitive"=dword:00000000
"SearchSlowFiles"=dword:00000000
************************************
Note: In the last branch shown above, I'm not including all of the subkeys,
since the exported branch was 5235 KB!
I'm still not able to get the new WindowsXP search to display, and the test
results on the saved searches are yielding the same results (no doubt because
I'm having trouble getting the new Win XP search dialog). Can you see
anything that I have done wrong?
A couple of additional notes:
1.) From your example, I learned how to incorporate comments into .reg
files, which is nice.
2.) Do you know how I can make it so that the item that reads "Advanced
Options" in the classic search window is ALWAYS checked? I hate how Windows
can "hide" certain files from users without this option being checked. For
example, if I'm searching for the JET database engine on a given PC
(msjet40.dll), in order to verify the service pack level by using the version
number, I will get "Search is complete. There are no results to display."
unless I happen to remember to first put a tick in the Advanced Options box.
As you might guess, I usually forget to do this the first time around. This
behavior of Windows is most annoying.
3.) You seem to really know your way around Windows, and I do really
appreciate your staying with me on this. I don't know if you happen to work
for Microsoft, but in case you don't, then I think they should seriously
consider you for a Windows MVP award! <smile>
Tom
http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
:
Hi Tom
At first I was really stumped. . . but now, after a bit more
experimenting, I believe I know why it isn't working for you, and how to
fix it.
I noticed that when I opened the file in Notepad using Windows XP, the only
thing recognizable is the text that was saved in the "Search for files or
folders named:" textbox. The rest of it is binary. However, when I opened the
same file in Windows 2000, I can see the path shown in two places, something
like this:
C:\Documents and Settings\admin\favorites\access
and
C : \ D o c u m e n t s a n d S e t t i n g s \ a d m i n \ f a v o r i t
e s \ a c c e s s
Yes, that's how my saved search file looks in Notepad.
But you gave me the clue when you mentioned the "Search for files or
folders named" textbox. You're using the classic search, as I should
have guessed since you are also a Win2000 user
After reading your reply I played around some more and found that, on my
computer at least, my "use the full file path" recipe doesn't work with
the classic search. You need to be using the XP search.
That needn't be as awful as it may sound

. I use it without the
dreadful dog and with advanced search options turned on, and apart from
the colour of the box, there is very little difference between it and
the classic search.
Here are the settings I use:
---------------------------------------------------
Windows Registry Editor Version 5.00
; Set XP Search view
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Use Search Asst"="yes"
; Get rid of the animated dog
[HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]
"SocialUI"=dword:00000000
"UseAdvancedSearchAlways"=dword:00000001
; Sets Advanced Search options as default
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"SearchSystemDirs"=dword:00000001
"SearchHidden"=dword:00000001
"IncludeSubFolders"=dword:00000001
"CaseSensitive"=dword:00000000
"SearchSlowFiles"=dword:00000000
---------------------------------------------------
To revert to classic search, all you need do is change that first entry
again to read "Use Search Asst"="no"
So far, I am not successful in getting the search path to save in Windows
XP. I hope someone from the Windows development team at Microsoft sees this
thread, because upgrading one's operating system should not cause a loss in
functionality.
Agreed. But it seems there is a way, with two conditions: Specify the
full path, and use the XP search.
I hope it now works for you, Tom.
Best wishes,