On
Error
Resume
Next
Const
HKEY_CURRENT_USER = &H80000001
strComputer =
"."
Set
objReg = GetObject(
"winmgmts:"
_
&
"{impersonationLevel=impersonate}\\"
& strComputer & _
"\root\default:StdRegProv"
)
strKeyPath =
"Software\Microsoft\Windows\CurrentVersion\Internet Settings\"
"ZoneMap\EscDomains\google.com"
objReg.CreateKey HKEY_CURRENT_USER,strKeyPath
"ZoneMap\EscDomains\google.com\www"
strValueName =
"https"
dwValue = 2
objReg.SetDWORDValue HKEY_CURRENT_USER,strKeyPath,strValueName,dwValue
"ZoneMap\Domains\google.com"
"ZoneMap\Domains\google.com\www"
"ZoneMap\EscDomains\hotmail.com"
dwValue = 1
"ZoneMap\Domains\hotmail.com"
Put the code above into a user logon script. You may ask why to add the url in "Domains" and in "ESCDomains". I have checked it in approx 200 client machine , some are supporting "Domains" reg key some support "ESCDomains" regkey Use a ADM Template http://social.technet.microsoft.com/wiki/contents/articles/4469.aspx
Ed Price - MSFT edited Revision 6. Comment: tags
Ed Price - MSFT edited Revision 9. Comment: Spelling correction
After importing the above template into the GPO, I see just a blan folder without any settings for IE.
Hi Avijit,
Did you checked "Disabling GPO settings filtering" option. Follow the below link and you will see the settings
www.petri.co.il/adding_new_administrative_templates_to_gpo.htm
Please let me know in case you face any issue
Tanmoy is my ex colleague & we have implemented this successfully without any issue.
What version of Windows and what version of Internet Explorer was this tested on?