2
Looking for a solution to help me whenever add a note into sticky notes it will save on new location. Something that always windows check the new location to pull up the file not a copy/short-cut of
%AppData%\Microsoft\Sticky Notes\StickyNotes.snt
In other words I'd like to remove %AppData%\Microsoft\Sticky Notes\StickyNotes.snt
and whenever start the Sticky Notes,
see the file in this location: e:\Notes\StickeyNotes.snt
I've tried this one as administrator:
mklink /H "%AppData%\Microsoft\Sticky Notes\StickyNotes.snt" "e:\Notes\StickeyNotes.snt"
and even this:
mklink "e:\Notes\StickeyNotes.snt" "%AppData%\Microsoft\Sticky Notes\StickyNotes.snt"
I had a quick look in the registry but couldn't see any pointers there.
1Welcome to Super User. External links can break or be unavailable, in which case your answer would not be useful. Please include the essential information within your answer and use the link for attribution and further reading. Thanks. – fixer1234 – 2016-10-14T03:10:36.597