re: Setting default action for ''file folder''
Wednesday, October 30, 2002 at 12:37 pm Windows XP Annoyances Discussion Forum
Posted by Janus
(2 messages posted)
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'' (Janus: Wed, Oct 30, 2002, 12:37 pm) |
| |
| |
Return to the Windows XP Discussion Forum
|
|