Remove Paint

OptioneelNiet standaard geselecteerd (systeem-app)

Classic Paint (Traditional 2D paint application)

App-ID
Microsoft.Paint

Verwijdercommando

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

Want to remove multiple apps at once?

Open Configurator