Windows 10 has integrated sticky notes as an additional reminder method for events, tasks, or dates. We do this popularly in the physical post-its but the sticky notes (which have the design of a post-it) will give us the opportunity to have them on the Windows 10 desktop and access it at any time. These quick notes can be of various colors in case we like to classify the colors by theme or importance..
The sticky notes are native applications developed by Microsoft which are already pre-installed in the operating system so that the end user has them as an extra method of information, but it is possible that for some reason the sticky notes do not open in Windows 10 and if This is the case, we are going to see how to correct this error so that they open correctly.
To stay up to date, remember to subscribe to our YouTube channel! SUBSCRIBE
Fix sticky notes error Windows 10
Step 1
First, we access PowerShell as administrator:
Step 2
In the PowerShell console we execute the following:
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftStickyNotes | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) \ AppXManifest.xml” -Verbose}
Step 3
This what it does is reinstall the packages of the sticky notes in Windows 10, after this it is possible to access the sticky notes from Start:
Step 4
Open the sticky notes and start using them:
This has been the method to allow sticky notes to open in Windows 10..