(imported topic written by SystemAdmin)
Guys
We have just undertook a rollout of MS Lync to the business, so this means that IM (windows messenger) as such is redundant.
I’ve found a nifty way of removing the messenger client and I can do this from the run cmd.
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove
How can I now get that to run in BigFix? It must be something like this? It doesnt seem to be working however - just stays running:
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove
waithidden C:\WINDOWS\system32\RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove
Help greatfully received.
Ben