Hi, I need a way to remove Internet Explorer 10 silently form our company.
I have buit a bat script with the following comand:]
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart"
This bat script works when testing it on a local PC, using Run as Administrator. When i package it up in LANDesk, and run the same script, LD reports it finished successfully, but the bat was not evacuated on the remote computer.
Does anyone have any ideas on what I might be doing wrong?