Remove Actipro Software

SeguroSeleccionada para eliminación por defecto

Potentially UI controls or software components, often bundled by OEMs

ID de la aplicación
ActiproSoftwareLLC

Comando de eliminación

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