Remove Netflix

SicherStandardmäßig zur Entfernung ausgewählt

Netflix streaming service app

App-ID
Netflix

Entfernungsbefehl

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

Want to remove multiple apps at once?

Open Configurator