Remove Instagram

SicherStandardmäßig zur Entfernung ausgewählt

Instagram social media app

App-ID
Instagram

Entfernungsbefehl

Remove InstagramPowerShell
# Remove Instagram (Instagram)
Get-AppxPackage -Name "Instagram" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Instagram" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator