Remove Sticky Notes

SicherStandardmäßig zur Entfernung ausgewählt

Digital sticky notes app (Discontinued & replaced by OneNote)

App-ID
Microsoft.MicrosoftStickyNotes

Entfernungsbefehl

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