Java Jive
2024-11-30 10:49:54 UTC
The results of searches online have led me to wade through a number of
methods of obtaining a different search results column layout in
Explorer in those version of Windows where the Tools, Folder Options,
View, Apply to Folders button is so stupidly disabled on more recent
versions of Windows, but I think I might be on the trail of a simpler
way. However, I need some help ...
Exporting the folder types keys for Generic Search gives the following
in Windows 10 (as always in ng posts, beware unintended line-wrap) ...
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}]
"CanonicalName"="Generic.SearchResults"
"Mode"=dword:00000001
"Parent"="{5c4f28b5-f869-4e84-8e60-f11db97c5cc7}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TasksItemsSelected]
@="Windows.burn"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TasksNoItemsSelected]
@="Windows.burn"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TopViews]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TopViews\{4804caf0-de08-42ec-b811-52350e94c01e}]
"ColumnList"="prop:0System.ItemNameDisplay;0System.DateModified;0System.ItemTypeText;0System.Size;0System.ItemFolderPathDisplay;1System.Search.Rank;1System.DateCreated;1System.Author;1System.Keywords;1System.Title"
"GroupAscending"=dword:00000000
"GroupBy"="System.DateModified"
"LogicalViewMode"=dword:00000005
"Name"="@shell32.dll,-34819"
"Order"=dword:00000003
"PrimaryProperty"="System.DateModified"
"QueryType"=dword:00000001
"SortByList"="prop:-System.DateModified"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TopViews\{bdbe736f-34f5-4829-abe8-b550e65146c4}]
"ColumnList"="prop:0System.ItemNameDisplay;0System.DateModified;0System.ItemTypeText;0System.Size;0System.ItemFolderPathDisplayNarrow;1System.Search.Rank;1System.DateCreated;1System.Author;1System.Keywords;1System.Title"
"LogicalViewMode"=dword:00000005
"Name"="@shell32.dll,-34822"
"Order"=dword:00000000
"PrimarySettings"=dword:00000001
"QueryType"=dword:00000001
"SortByList"="prop:-System.Search.Rank;-System.DateModified;System.ItemNameDisplay"
... in which I've tried changing the local view mode to read ...
"LogicalViewMode"=dword:00000001
... and the column list entries to read ...
"prop:;0System.ItemPathDisplay;0System.ItemNameDisplay;0System.ItemTypeText;0System.Size;0System.DateModified"
... and this works, all new searches are now in Details layout and have
the column order ...
Path, Name, Type, Size, Modified
... however there remain two problem:
1) How to set the default column width?
2) What is the column identifier for the Attributes column? I've tried
various obvious guesses based on the ones above, but none have worked,
and, so far at least, I've not been able to find an example in the Registry.
methods of obtaining a different search results column layout in
Explorer in those version of Windows where the Tools, Folder Options,
View, Apply to Folders button is so stupidly disabled on more recent
versions of Windows, but I think I might be on the trail of a simpler
way. However, I need some help ...
Exporting the folder types keys for Generic Search gives the following
in Windows 10 (as always in ng posts, beware unintended line-wrap) ...
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}]
"CanonicalName"="Generic.SearchResults"
"Mode"=dword:00000001
"Parent"="{5c4f28b5-f869-4e84-8e60-f11db97c5cc7}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TasksItemsSelected]
@="Windows.burn"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TasksNoItemsSelected]
@="Windows.burn"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TopViews]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TopViews\{4804caf0-de08-42ec-b811-52350e94c01e}]
"ColumnList"="prop:0System.ItemNameDisplay;0System.DateModified;0System.ItemTypeText;0System.Size;0System.ItemFolderPathDisplay;1System.Search.Rank;1System.DateCreated;1System.Author;1System.Keywords;1System.Title"
"GroupAscending"=dword:00000000
"GroupBy"="System.DateModified"
"LogicalViewMode"=dword:00000005
"Name"="@shell32.dll,-34819"
"Order"=dword:00000003
"PrimaryProperty"="System.DateModified"
"QueryType"=dword:00000001
"SortByList"="prop:-System.DateModified"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7fde1a1e-8b31-49a5-93b8-6be14cfa4943}\TopViews\{bdbe736f-34f5-4829-abe8-b550e65146c4}]
"ColumnList"="prop:0System.ItemNameDisplay;0System.DateModified;0System.ItemTypeText;0System.Size;0System.ItemFolderPathDisplayNarrow;1System.Search.Rank;1System.DateCreated;1System.Author;1System.Keywords;1System.Title"
"LogicalViewMode"=dword:00000005
"Name"="@shell32.dll,-34822"
"Order"=dword:00000000
"PrimarySettings"=dword:00000001
"QueryType"=dword:00000001
"SortByList"="prop:-System.Search.Rank;-System.DateModified;System.ItemNameDisplay"
... in which I've tried changing the local view mode to read ...
"LogicalViewMode"=dword:00000001
... and the column list entries to read ...
"prop:;0System.ItemPathDisplay;0System.ItemNameDisplay;0System.ItemTypeText;0System.Size;0System.DateModified"
... and this works, all new searches are now in Details layout and have
the column order ...
Path, Name, Type, Size, Modified
... however there remain two problem:
1) How to set the default column width?
2) What is the column identifier for the Attributes column? I've tried
various obvious guesses based on the ones above, but none have worked,
and, so far at least, I've not been able to find an example in the Registry.
--
Fake news kills!
I may be contacted via the contact address given on my website:
www.macfh.co.uk
Fake news kills!
I may be contacted via the contact address given on my website:
www.macfh.co.uk