|
|
|
re: Setting default action for ''file folder''
Tuesday, September 23, 2003 at 7:43 pm Windows XP Annoyances Discussion Forum
Posted by Jay
(1 messages posted)
I followed your tips Janus, but this did not add "search.." when I right clicked
a folder. Of course, I'm not even sure what the default is because I never right
click and search from there.
If this is the default, you can add "search..." when you right click a folder by
importing the following into your registry.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\find]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOT\Directory\shell\find\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,00,00
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\Directory\shell\find\ddeexec\topic]
@="AppProperties"
---------------------------------
On Wednesday, October 30, 2002 at 12:37 pm, Janus wrote:
>Inspired by the discussion, I compared the Directory key before and after "the incident".
>The complete differences are included in context at the end of this post. But first
>_my double-click solution_:
>
>*** begin FixFileFolder.reg ***
>Windows Registry Editor Version 5.00
>
>[HKEY_CLASSES_ROOT\Directory\shell]
>@="none"
>*** end FixFileFolder.reg ***
>..Just save those 4 lines in FixFileFolder.reg and all bad things go away ;-)
>
>Anyways, here are my raw diiferences:
>('Filmappe' is Danish for 'File Folder')
>
>*** OK ***
>[HKEY_CLASSES_ROOT\Directory]
>@="Filmappe"
>"AlwaysShowExt"=""
>"EditFlags"=hex:d2,01,00,00
>"InfoTip"="prop:DocComments"
>
>[HKEY_CLASSES_ROOT\Directory\shell]
>@="none"
>
>*** No Good ***
>[HKEY_CLASSES_ROOT\Directory]
>@="Filmappe"
>"AlwaysShowExt"=""
>"EditFlags"=dword:000001d2
>"InfoTip"="prop:DocComments"
>"BrowserFlags"=dword:00000008
>
>[HKEY_CLASSES_ROOT\Directory\shell]
>@=""
|
All messages in this thread [show all]
 |  |  | re: Setting default action for ''file folder'' (Jay: Tue, Sep 23, 2003, 7:43 pm) |
| |
| |
Return to the Windows XP Discussion Forum
|
|
|
|