TS Server 2003 - Turning off Internet Explorer Enhanced Security
Turning off Internet Explorer Enhanced Security mode isnt always easy on a Terminal Services server when your users arent the most profficient.
I found the best way to disable this if you find you have to; is to incorporate the following into group policy as a registry file.
Copy all text after the break line into a text document then save it as a .reg file.
----------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap]
"IEHarden"=dword:00000000
I found the best way to disable this if you find you have to; is to incorporate the following into group policy as a registry file.
Copy all text after the break line into a text document then save it as a .reg file.
----------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap]
"IEHarden"=dword:00000000
Useful tip
ReplyDelete