For many of the Microsoft security patches, one of the work arounds is to have your Windows 2003 running Internet Explorer in Enhanced Security Configuration mode. It is in this mode by default, but some of my admins may have changed this setting and forgotten about it. How would I verify this is in place or not in place using BigFix.
I found the registry key, it is HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zonemap\ieharden\ and it must be equaled to 1. But i need to know if it is valid for any user, not just the current user. Any idea on how would I do this.
I’m almost certain that any changes in HKEY_CURRENT_USER will only apply to the logged in user - for changes to happen systemwide, you’ll probably need to change HKEY_LOCAL_MACHINE and possibly also in HKCU as the two branches are merged. The only information I can find on Microsoft’s web site: