Remove Sticky Notes

SeguroSelecionado para remoção por padrão

Digital sticky notes app (Discontinued & replaced by OneNote)

ID do Aplicativo
Microsoft.MicrosoftStickyNotes

Comando de Remoção

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