Remove Microsoft Store

No seguroNo seleccionada por defecto (aplicación del sistema)

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

ID de la aplicación
Microsoft.WindowsStore

Comando de eliminación

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