Remove Sticky Notes

SafeSelected for removal by default

Digital sticky notes app (Discontinued & replaced by OneNote)

App ID
Microsoft.MicrosoftStickyNotes

Removal Command

Remove Sticky NotesPowerShell
# Remove Sticky Notes (Microsoft.MicrosoftStickyNotes)
Get-AppxPackage -Name "Microsoft.MicrosoftStickyNotes" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.MicrosoftStickyNotes" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator