I work for an MSP and we have recently had at least 30 computers affected by a problem caused by the PowerDVD 12 services not working properly on a recent Windows 10 update.
The event logs get filled up with errors showing the service crashes when it starts, the monitor service then keeps trying to start the service. This causes the memory to hit around 95%, which causes huge amounts of disk usage and ultimatly slows the PC to a hault. I spent 30 minutes on one PC alone yesterday trying to remove PowerDVD 12.
I am now looking for a command line command to siliently uninstall this software on all the remaining PC's (as it comes bundled with HP computers). I can't seem to find any uninstallers, and there is no MSI GUID for me to make an msi unattended uninstaller.
Currently I have had to run this .bat file in order to stop the problem:
sc config "CyberLink PowerDVD 12 Media Server Monitor Service" start= disabled
sc config "CyberLink PowerDVD 12 Media Server Service" start= disabled
net stop "CyberLink PowerDVD 12 Media Server Monitor Service"
net stop "CyberLink PowerDVD 12 Media Server Service"
Any help to remove this bloatware would be appriciated.
Thanks
Joe
This message was edited 1 time. Last update was at Mar 31. 2017 06:07