Remove Actipro Software

SafeSelected for removal by default

Potentially UI controls or software components, often bundled by OEMs

App ID
ActiproSoftwareLLC

Removal Command

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