Tag: push
-
How to remove Push Driver from Windows Ableton Suite install
Win+X -> Windows PowerShell (Admin) get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name Find GUID (IdentifyingNumber) corresponding to Ableton Push Driver Start-Process -FilePath “cmd.exe” -ArgumentList “/c msiexec.exe /x {insert guid here}”