We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1cb54a + f26e924 commit a468e1fCopy full SHA for a468e1f
Targets/Windows/Notepad.tkape
@@ -22,6 +22,12 @@ Targets:
22
Path: C:\Users\%user%\AppData\Local\Packages\Microsoft.WindowsNotepad_8wekyb3d8bbwe\Settings\
23
FileMask: "settings.dat"
24
Comment: "Retrieves settings.dat which is an Application Registry"
25
+ -
26
+ Name: Notepad Registry Hives
27
+ Category: Text Editor
28
+ Path: C:\Users\%user%\AppData\Local\Packages\Microsoft.WindowsNotepad_8wekyb3d8bbwe\SystemAppData\Helium
29
+ FileMask: "*.dat"
30
+ Comment: "Retrieves User.dat and UserClasses.dat. User.dat contains MRU entries. UserClasses.dat contains Shell Bags."
31
32
# Documentation
33
# https://github.com/ogmini/Notepad-State-Library
0 commit comments