Rapid access in folders tree or mini tree ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Netenvie
Posts: 35
Joined: 15 May 2017 10:15

Re: Rapid access in folders tree or mini tree ?

Post 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

jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Rapid access in folders tree or mini tree ?

Post by jupe »

Ok, seems Win11 has made some more undocumented changes that make this method no longer viable.

Netenvie
Posts: 35
Joined: 15 May 2017 10:15

Re: Rapid access in folders tree or mini tree ?

Post by Netenvie »

For information i use Windows 11 Pro version 24H2.

Post Reply