K
Keith Miller MVP
The '...\Bags\AllFolders\Shell' key doesn't exist by default under HKLM. However, Explorer does
look for it & will use the information found there IF:
1) There is no saved view for the specific folder being opened ("HKCU\...\ShellNoRoam\Bags\...")
2) No parent of the folder has inheritance set for its subfolders
("HKCU\...\ShellNoRoam\Bags\###\Shell\Inherit")
3) There is no 'AllFolders' info for the current account
("HKCU\...\ShellNoRoam\Bags\AllFolders\Shell")
The entries you found are equivalent to #1
--
Good Luck,
Keith
Microsoft MVP [Windows XP Shell/User]
look for it & will use the information found there IF:
1) There is no saved view for the specific folder being opened ("HKCU\...\ShellNoRoam\Bags\...")
2) No parent of the folder has inheritance set for its subfolders
("HKCU\...\ShellNoRoam\Bags\###\Shell\Inherit")
3) There is no 'AllFolders' info for the current account
("HKCU\...\ShellNoRoam\Bags\AllFolders\Shell")
The entries you found are equivalent to #1
--
Good Luck,
Keith
Microsoft MVP [Windows XP Shell/User]
Keith Miller MVP wrote:
<snip>The following would give you details view with status bar off for the
current user:
------------------------------------
Windows Registry Editor Version 5.00
HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\AllFolders\Shell]
"WFlags"=dword:00000000
"Status"=dword:00000000
"Vid"="{137E7700-3573-11CF-AE69-08002B2E1262}"
"Mode"=dword:00000004
------------------------------------
The following would set details as machine default:
------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"WFlags"=dword:00000000
"Status"=dword:00000000
"Vid"="{137E7700-3573-11CF-AE69-08002B2E1262}"
"Mode"=dword:00000004
Here's a strange thing <g> I have _no_ "Bag" entries at all in
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Shell, but I do have
lots in ...
[HKEY_USERS\S-1-5-21-1323481731-2514430040-963595328-1006\Software\Microsoft\Windows\Shell\Bags]
... and in ...
[HKEY_USERS\S-1-5-21-1323481731-2514430040-963595328-1006\Software\Microsoft\Windows\ShellNoRoam\Bags].
... and I have "Details" selected and have no random reversion
problems.
I have XP2 Prof v2002 SP2.
Alan Lloyd