Hi,
We discovered that IE11 is having issues with some of our Internet based programs well it not supported, So I need to remove the IE11 from our systems, I have tried this script: FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart"
It's only works if I open a command prompt and run as admin, I relay would like this to work the same way it was deployed by SCCM 2012 sp1, not as the local admin. I have also used the wsus.exe kb remover but that only removes one at a time. Can anyone assist me with this issue?
Thanks.