I never understood how Internet Explorer Enhanced Security Configuration for Windows Server 2003 improves security. It is always a risk to surf the Internet on a productive server. I guess there are not many sysops out there who do this. Sometimes, however, you want to download a driver or an update on a server. Usually you do this from reliable sources, and then Internet Explorer just keeps bugging you to add the site to the Trusted sites zone. What sense does this make? If you don't trust the site you shouldn't access it at all, especially not from a server. What extra security will it bring if I add it to a list of trusted sites?
- Pip install Boto3 - Thu, Mar 24 2022
- Install Boto3 (AWS SDK for Python) in Visual Studio Code (VS Code) on Windows - Wed, Feb 23 2022
- Automatically mount an NVMe EBS volume in an EC2 Linux instance using fstab - Mon, Feb 21 2022
If you only need to access the web every now and then from a server or if you are working on a test server, then you can disable Internet Explorer Enhanced Security Configuration. The funny thing is that the documentation doesn't say how to disable it. I guess that shall bring some extra security. I also didn't find a way to turn it off in the IE configuration. It seems one has to uninstall it: Go to Control Panel, then Add or Remove Programs, then to Windows Components.
If you have to access web sites regularly from a server, I recommend using another browser. Don't use Firefox for this purpose either. This web browser is too popular now and has probably as many security holes as IE. When it comes to security, my choice is Opera.
As you mentioned, there are no tips in the documentation to turn off this feature. All my lookups on the web too seems to be in vain..
This feature is really driving me crazy.. But uninstalling the feature has costed me a SharePoint crash in the past..
Thanks for the insight…. I couldn’t turn off the darned enhanced features (but didn’t think this was effecting my Excel Services), but it was. Thanks for the help.
open control panel
select add remove programs
uncheck internet explorer enhanced sucirty
just FYI…check this site, maybe it migth help
http://www.groovypost.com/howto/microsoft/ie/disable-ie-enhanced-security-configuration-in-windows-server-2008/
Hi Michael,
Today I created a script to disable this feature which enabled by default on Windows Server 2003.
http://www.networknet.nl/apps/wp/archives/874
I don’t like to redo thing over and over again. Windows Server 2003 will be in production for a while.
Ivan, thanks! This “security feature” gets on my nerves at least once a week.
Try this:
disable IE enhanced security[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}]”IsInstalled”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}]”IsInstalled”=dword:00000000
Need to reboot the machine
Control Panel > Add Remove Programs > Windows Components and uncheck the box for IE Enhanced Security Config
I’m trying to disable this enhanced security feature on the terminal services server where my users log on remotely.
Having disabled it as detailed above (thanks Guys!) I now can’t “Explore” at all. IE opens but I get a warning message telling me that Enhanced security is disabled and telling me how to enable it. It finishes by telling me to go to server manager to change settings. Problem is I don’t have “Server Manager” neither is servermanager.msc found.
All help gratefully received.
manythanks
Thanks for the quick tip – I always forget how to do this and you came up first in google way to go. thanks, jason