Uninstalling HP Velocity


HP Velocity is a network QoS application that can cause issues with the SyAM System Client updating the System Area Manager.


To uninstall HP Velocity create a batch file to run the uninstaller silently


Create a batch file to run the uninstaller


@echo off

c:

cd\

cd \ProgramData\HP\MsiCache\HP Velocity\

Uninstall.exe /qn

exit


Create a Third Party Template to run the batch file