Trend Micro Manually Update Patch

Here is a related example that triggers a symantec update of virus definitions I created a long time ago. Probably doesn’t work anymore, but is a valid example:

if {x64 of operating system}
waithidden “c:\Program Files (x86)\Trend Micro\Core Protection Module\TMCPMAuUpdater.exe” -updatefromcloud
else
waithidden “c:\Program Files\Trend Micro\Core Protection Module\TMCPMAuUpdater.exe” -updatefromcloud
endif

This solution worked for us

So if anyone is running Trend Micro and not able to update; this will fix the problem by going out to the cloud and updating and client;

We can close this as completed