Page 2 of 2

Re: Rapid access in folders tree or mini tree ?

Posted: 23 May 2025 08:14
by Netenvie

Code: Select all

enumshellfolderitems 8;
returns nothing.
But it point to C:\Users\MYUSER\AppData\ROaming\Microsoft\Windows\Recent
I think this folder contain only recently accessed files.

And

Code: Select all

shell:Recent
return the same folders as

Code: Select all

%APPDATA%\Microsoft\Windows\Recent
:
AutomaticDestinations
CustomDestinations

Re: Rapid access in folders tree or mini tree ?

Posted: 23 May 2025 08:28
by jupe
Ok, seems Win11 has made some more undocumented changes that make this method no longer viable.

Re: Rapid access in folders tree or mini tree ?

Posted: 23 May 2025 08:50
by Netenvie
For information i use Windows 11 Pro version 24H2.