Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where Sticky Notes are saved in Windows 10 1607

Tags:

windows-10

It seems like Sticky Notes are no longer saved in %AppData%\Microsoft\Sticky Notes\

I even did a search for *.SNT with no results.

It seems like Microsoft have changed the way Windows handles Notes. Anyone know where the notes are saved now and how to backup/restore them?

like image 676
9944990 Avatar asked Sep 10 '25 09:09

9944990


1 Answers

Use this document to transfer Sticky Notes data file StickyNotes.snt to the new format

http://www.winhelponline.com/blog/recover-backup-sticky-notes-data-file-windows-10/

Restore:

%LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState

  • Close Sticky Notes
  • Create a new folder named Legacy
  • Under the Legacy folder, copy your existing StickyNotes.snt, and rename it to ThresholdNotes.snt
  • Start the Sticky Notes app. It reads the legacy .snt file and transfers the content to the database file automatically.

Backup

just backup following file.

%LocalAppData%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState\plum.sqlite

like image 128
network Avatar answered Sep 13 '25 04:09

network