Remove PicsArt

SicherStandardmäßig zur Entfernung ausgewählt

Photo editing and creative app

App-ID
PicsArt-PhotoStudio

Entfernungsbefehl

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

Want to remove multiple apps at once?

Open Configurator