Forum Discussion
Microsoft Sticky Notes - Sync Issue
Hello lmartinking,
Try re-registering Sticky Notes app. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftStickyNotes | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Let the command complete.
4. Close Windows PowerShell and see if the issue is resolved now.
Let us know if this helps!
KapilAryaThanks for your message. I ran the command, closed notes fully (using Task Manager), ran notes again, did a "Sync" (via the settings), but unfortunately the issue persists:
Output from Notes sync:
CorrelationVector: VSEpa/RzBUGMhvNUm73joQ.13
ServiceRequestId: 40c9eba2-02cd-4c09-93a3-cbc9af0b8a7f
BackEndTarget: DM6PR15MB3194.namprd15.prod.outlook.com
AccountLogId: 9d493b4141273e43
Timestamp: 2021-02-05T08:42:52Z
Output from PowerShell:
PS C:\Windows\system32> Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftStickyNotes | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose} VERBOSE: Performing the operation "Register package" on target "C:\Program Files\WindowsApps\Microsoft.MicrosoftStickyNotes_3.8.8.0_x64__8wekyb3d8bbwe\AppXManifest.xml". VERBOSE: Operation completed for: C:\Program Files\WindowsApps\Microsoft.MicrosoftStickyNotes_3.8.8.0_x64__8wekyb3d8bbwe\AppXManifest.xml