re: Setting default action for ''file folder''
Wednesday, February 12, 2003 at 6:57 pm Windows XP Annoyances Discussion Forum
Posted by Nike
(1 messages posted)
Strangely enough, this didn't work (see message below), but this did:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Explore]
[HKEY_CLASSES_ROOT\Directory\shell\Explore\command]
@="%SystemRoot%\\Explorer.exe /e,/root,\"%1"
[HKEY_CLASSES_ROOT\Directory\shell\Explore\ddeexec]
@="[ExploreFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Directory\shell\Explore\ddeexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\Directory\shell\Explore\ddeexec\topic]
@="AppProperties"
It's only a small difference, but enough for a big difference. Anyway, thanks for
pushing me into the right direction solving explorer problems.
On Thursday, September 26, 2002 at 7:54 am, Jefe Quicktech wrote:
>I solved the issue by exporting the directory section in regedit to save the work
>I had already accomplished. I then deleted all the sections under it. I then copied
>the Explore folder information from another section of the registry. When I added
>back in my functions that I wanted, everything worked properly. Below is the explore
>part I added.
>
>
>Windows Registry Editor Version 5.00
>
>[HKEY_CLASSES_ROOT\Directory\shell\Explore]
>
>[HKEY_CLASSES_ROOT\Directory\shell\Explore\command]
>@="%SystemRoot%\\Explorer.exe /e,/idlist,%I,%L"
>
>[HKEY_CLASSES_ROOT\Directory\shell\Explore\ddeexec]
>@="[ExploreFolder(\"%l\", %I, %S)]"
>"NoActivateHandler"=""
>
>[HKEY_CLASSES_ROOT\Directory\shell\Explore\ddeexec\application]
>@="Folders"
>
>[HKEY_CLASSES_ROOT\Directory\shell\Explore\ddeexec\ifexec]
>@="[]"
>
>[HKEY_CLASSES_ROOT\Directory\shell\Explore\ddeexec\topic]
>@="AppProperties"
>
>
>
>
|
All messages in this thread [show all]
 |  |  |  |  |  |  |  |  | re: Setting default action for ''file folder'' (Nike: Wed, Feb 12, 2003, 6:57 pm) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|