Remove Actipro Software

SûrSélectionnée pour la suppression par défaut

Potentially UI controls or software components, often bundled by OEMs

Identifiant de l'application
ActiproSoftwareLLC

Commande de suppression

Remove Actipro SoftwarePowerShell
# Remove Actipro Software (ActiproSoftwareLLC)
Get-AppxPackage -Name "ActiproSoftwareLLC" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "ActiproSoftwareLLC" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator