1. Close Sticky Notes (if it is already open)
2. Open Command Prompt as Administrator and execute these 3 commands one after other.
move "%App Data%\Microsoft\Sticky Notes\" "%userprofile%\Documents\Dropbox\"
rename "%userprofile%\Documents\Dropbox\Sticky Notes" "MsStickyNotes"
mklink /D "%App Data%\Microsoft\Sticky Notes\" "%userprofile%\Documents\Dropbox\MsStikyNotes"
That's it.
PS Note: This assumes that Dropbox is installed at it's default location. Do necessary path changes if it is on different location than default.
2. Open Command Prompt as Administrator and execute these 3 commands one after other.
move "%App Data%\Microsoft\Sticky Notes\" "%userprofile%\Documents\Dropbox\"
rename "%userprofile%\Documents\Dropbox\Sticky Notes" "MsStickyNotes"
mklink /D "%App Data%\Microsoft\Sticky Notes\" "%userprofile%\Documents\Dropbox\MsStikyNotes"
That's it.
PS Note: This assumes that Dropbox is installed at it's default location. Do necessary path changes if it is on different location than default.
No comments:
Post a Comment