Remove Microsoft Store

OnveiligNiet standaard geselecteerd (systeem-app)

Microsoft Store, WARNING: This app cannot be reinstalled easily if removed!

App-ID
Microsoft.WindowsStore

Verwijdercommando

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

Want to remove multiple apps at once?

Open Configurator