K1000: Blocking Internet Explorer 11 through scripting
Hello,
Our users work with some websites that are not to friendly with newer versions of Internet Explorer. Is there a way to block IE11 from being deployed through Windows Update to a machine via scripting? Any help would be appreciated. Thank you.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
jknox
11 years ago
Use a kscript to deploy this: http://www.microsoft.com/en-us/download/details.aspx?id=40722
It basically sets some registry keys similar to this for IE 10: http://www.itninja.com/blog/view/k1000-script-to-disable-ie-10-upgrade
Make sure to find out what the patch is that updates to IE 11 and disable that if you use the K1000 for patching.