Extracting Information from 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:
Link: https://github.com/two06/SharpStick
Link: https://github.com/V1V1/SharpScribbles