Extracting Information from StickyNotes

StickyNotes

Sticky notes are stored inside a SQLite DB on Win10:

C:\\Users\\<username>\\AppData\\Local\\Packages\\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\\LocalState\\plum.sqlite

And on Win7 in:

C:\\Users\\<username>\\AppData\\Roaming\\Microsoft\\StickyNotes\\StickyNotes.snt

you can download this SQLite DB and open it with DB Browser and browse the notes

Other tools that can be used:

SharpStick

Link: https://github.com/two06/SharpStick

StickyNotesExtract

Link: https://github.com/V1V1/SharpScribbles

StickyReader

Link: https://github.com/whitej3rry/StickyReader