Remove Sticky Notes

SicuroSelezionata per la rimozione per impostazione predefinita

Digital sticky notes app (Discontinued & replaced by OneNote)

ID app
Microsoft.MicrosoftStickyNotes

Comando di rimozione

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