Internet explorer 10
It seems Microsoft has slipped the new version of Internet Explorer 10 into our recent updates. At this time we still have some Credit Union applications that are not compatible with IE10 so we do not want to install it. just checking if any of you guys ran into this issue. if you were able to unistall this version without any user intervention microsoft have this ie block toolkit i would like to use that exe and do a push throug kace. how can i uninstall ie10 using KACE.
thanks
alex
Community Chosen Answer
You will find some interesting stuff here:
http://www.itninja.com/question/create-a-label-to-identifiy-internet-explorer-10-and-have-it-un-installed-automatically
And also to prevent to install this part of software:
http://www.itninja.com/question/prevent-internet-explorer-10-installation
All Answers
We are using RegistryValueGreaterThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, svcVersion, 10.0) for a custom software item to find IE10
Comments