Jump to content

Recommended Posts

Posted

Hi,

From the recent jump lists I want to detect and backup the file that contains the name.exe to my app
And ("fat chance") to possibly rebuild the file to only show what was pinned without other recent ones

This may be some lead:

https://docs.microsoft.com/en-us/windows/desktop/Stg/names-in-istorage

Or some other easier way ..

#include <File.au3>

$sdir = "C:\Users\" & @UserName & "\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations"
$aArray = _FileListToArrayRec($sdir, "*.automaticDestinations-ms", $FLTAR_FILES, 0, 0, 2)

_ArrayDisplay($aArray)

Deye

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...