17
6
Sticky Notes in Windows 7 - where are the files actually stored, ie, how can I move the content to another computer?
17
6
Sticky Notes in Windows 7 - where are the files actually stored, ie, how can I move the content to another computer?
24
All notes are stored in one file:
%AppData%\Microsoft\Sticky Notes\StickyNotes.snt
or possibly
%AppData%\Roaming\Microsoft\Sticky Notes\StickyNotes.snt
Note that this isn't a text file, and it contains both current notes and vestiges of old notes; i.e. it's not exactly useful for sharing stuff.
3
AppData\Roaming\Microsoft\Sticky Notes\stickynotes.snt
At least in Win 7, you must run Sticky Notes first to create the directory and file. Note that AppData
is a hidden directory.
Copy and paste the file, and the next time you run Sticky Notes your old notes will appear.
1
In Windows 7, notes are stored in C:\Users\<USERNAME>\AppData\Roaming\Microsoft\Sticky Notes\
folder in StickyNotes.snt
file. This file can be copied to a different profile in the same machine or to different machines.
0
For Windows 7 either 32 or 64 bit OS it is stored in the following path (replace username
with actual username)
c:\users\***username***\appdata\roaming\microsoft\sticky notes\stickynotes.snt
Copy the file and paste in to the other user's profile.
Thank you. This worked for me, I simply copied the file from the location on the source computer into the same location on the destination computer (overwriting the old file) – keithwarren7 – 2010-01-27T23:52:07.197
There is some confusion here.
%AppData%
is actually a shortcut toAppData\Roaming
and is not the same as theAppData
folder. Opening cmd and runningcd %AppData%
changes the directory toAppData\Roaming
. – mbomb007 – 2018-05-10T15:16:02.0701I used this technique to copy from my old Windows 7 computer to my new Windows 8 computer and it worked, so I guess the format is compatible/unchanged. Cool. – Chris – 2012-08-21T18:34:23.763
I think you missed out the Roaming %AppData%\Roaming\Microsoft\Sticky Notes\StickyNotes.snt. Anyway that's not difficult to find where only got 3 folders in %AppData% :) – yancyn – 2013-08-16T01:54:47.340