Skip to content

Commit

Permalink
Add LNK paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Zawadidone authored Jul 24, 2023
1 parent 1c1cee0 commit 9d5a679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,10 @@ class Recents(Module):
SPEC = [
("dir", "AppData/Roaming/Microsoft/Windows/Recent", from_user_home),
("dir", "AppData/Roaming/Microsoft/Office/Recent", from_user_home),
("glob", "AppData/Roaming/Microsoft/Windows/Start Menu/Programs/*.lnk", from_user_home),
("glob", "Desktop/*.lnk", from_user_home),
("glob", "Recent/*.lnk", from_user_home),
("glob", "sysvol/ProgramData/Microsoft/Windows/Start Menu/Programs/*.lnk"),
]


Expand Down

0 comments on commit 9d5a679

Please sign in to comment.