Remove Lenovo Vantage Service

OptionnelNon sélectionnée par défaut (application système)

Background service component for Lenovo Vantage

Identifiant de l'application
LenovoCompanyLimited.LenovoVantageService

Commande de suppression

Remove Lenovo Vantage ServicePowerShell
# Remove Lenovo Vantage Service (LenovoCompanyLimited.LenovoVantageService)
Get-AppxPackage -Name "LenovoCompanyLimited.LenovoVantageService" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "LenovoCompanyLimited.LenovoVantageService" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator