[FIXED] W10 - Remove 'Group by Date' in Downloads Folder - Request NTLite Tweak

bca044

New Member
Hello. I'm new.

OS : W10 v1909

Remove ' Group by = Date ' and change ' Sort by = Date => Name ' in ' Downloads ' Folder

How can I do this using NTLite?

EDIT : FIXED

Integrate reg file NTLite.

If you try to open / run this .reg file, you will encounter an error.

It works when you add it to NTLite.

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{885a186e-a440-4ada-812b-db871b942259}\TopViews\{00000000-0000-0000-0000-000000000000}]
"GroupBy"=-
"PrimaryProperty"="System.ItemNameDisplay"
"SortByList"="prop:System.ItemNameDisplay"

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{885a186e-a440-4ada-812b-db871b942259}\TopViews\{00000000-0000-0000-0000-000000000000}]
"GroupBy"=-
"PrimaryProperty"="System.ItemNameDisplay"
"SortByList"="prop:System.ItemNameDisplay"
 

Attachments

  • solution_ys.reg
    1.2 KB
Last edited:
When nuhi aint here he is busy so forum members help out, seeing as you didnt even acknowledge my reply and wanted nuhi and no one else i deleted it even though it may have helped you out.
 
Remove ' Group by = Date ' and change ' Sort by = Date => Name ' in ' Downloads ' Folder

How can I do this using NTLite?
Make the view changes, find the reg key/data and export it, add it to the import queue list in NTLite.

Probably here (x86 & x64):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\

And probably here (x64 only):
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\
 
Make the view changes, find the reg key/data and export it, add it to the import queue list in NTLite.

Probably here (x86 & x64):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\

And probably here (x64 only):
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\

I know this : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\

When I changed this it worked in the normal window but it didn't work in the browse window.

That problem was solved by doing Wow6432Node.

Excellent. Thanks.
 
Back
Top