How to modify the name of newly created zone in IE

G

Guest

Hi,

I have created a new zone in IE. I have a registry file
When I run this registry file, It creates a new 5th zone in IE under
Tools-Internet Options-Security tab. I can see a new Icon but it's name is
'Your Computer'. I want to change this to 'Test Sites'.
How this can be done?
The registry files contents to create a new 5th zone are :-

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\5]
@=""
"DisplayName"="Test sites"
"Description"="This zone contains Web sites that you trust not to damage
your computer or data."
"Icon"="inetcpl.cpl#00004480"
"CurrentLevel"=dword:00000000
"MinLevel"=dword:00010000
"RecommendedLevel"=dword:00010000
"Flags"=dword:00000043
"1001"=dword:00000000
"1004"=dword:00000001
"1200"=dword:00000000
"1206"=dword:00000000
"1400"=dword:00000000
"1402"=dword:00000000
"1405"=dword:00000000
"1406"=dword:00000000
"1407"=dword:00000000
"1601"=dword:00000000
"1604"=dword:00000000
"1605"=dword:00000000
"1606"=dword:00000000
"1607"=dword:00000000
"1608"=dword:00000000
"1609"=dword:00000001
"1800"=dword:00000000
"1802"=dword:00000000
"1803"=dword:00000000
"1804"=dword:00000000
"1805"=dword:00000000
"1806"=dword:00000000
"1807"=dword:00000000
"1808"=dword:00000000
"1809"=dword:00000003
"1A00"=dword:00000000
"1A02"=dword:00000000
"1A03"=dword:00000000
"1A04"=dword:00000000
"1A05"=dword:00000000
"1A06"=dword:00000000
"1A10"=dword:00000000
"1C00"=hex:00,00,03,00
"1E05"=dword:00030000
"2100"=dword:00000000
"2101"=dword:00000001
"2102"=dword:00000000
"2200"=dword:00000000
"2201"=dword:00000000
"2300"=dword:00000001
"2000"=dword:00000000
"2001"=dword:00000000
"2004"=dword:00000000
"1201"=dword:00000000
 
R

Rob Parsons

Under the following registry key for both HKCU and HKLM

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones

You will find subkeys numbered 0 to 4 (default no. of zones). For your
custom zone you should have no. 5 as a subkey.

Create values for DisplayName (=The zone name the user will see on the
Internet Options) and Description under the no. 5 subkey.

There is also a value for Icon which contains the path to the icon file for
your custom zone.
 
G

Guest

Hi Rob,

Thanks for the answer. I have already set the 'DisplayName' property to
'Test Sites'. But I don't see this name to be displayed with new 5th Icon
(You can see the register contents in my first post).
It displays 'Your Computer' for the newly created zone.
It works fine with Win98 but doesn't work with the higher versions.
For Win98, it shows 'Test Sites' on the internet options but for other
higher Win OS
, it shows 'Your Computer' for the 5th zone.

Regards.

Rob Parsons said:
Under the following registry key for both HKCU and HKLM

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones

You will find subkeys numbered 0 to 4 (default no. of zones). For your
custom zone you should have no. 5 as a subkey.

Create values for DisplayName (=The zone name the user will see on the
Internet Options) and Description under the no. 5 subkey.

There is also a value for Icon which contains the path to the icon file for
your custom zone.


Varsha said:
Hi,

I have created a new zone in IE. I have a registry file
When I run this registry file, It creates a new 5th zone in IE under
Tools-Internet Options-Security tab. I can see a new Icon but it's name is
'Your Computer'. I want to change this to 'Test Sites'.
How this can be done?
The registry files contents to create a new 5th zone are :-

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\5]
@=""
"DisplayName"="Test sites"
"Description"="This zone contains Web sites that you trust not to damage
your computer or data."
"Icon"="inetcpl.cpl#00004480"
"CurrentLevel"=dword:00000000
"MinLevel"=dword:00010000
"RecommendedLevel"=dword:00010000
"Flags"=dword:00000043
"1001"=dword:00000000
"1004"=dword:00000001
"1200"=dword:00000000
"1206"=dword:00000000
"1400"=dword:00000000
"1402"=dword:00000000
"1405"=dword:00000000
"1406"=dword:00000000
"1407"=dword:00000000
"1601"=dword:00000000
"1604"=dword:00000000
"1605"=dword:00000000
"1606"=dword:00000000
"1607"=dword:00000000
"1608"=dword:00000000
"1609"=dword:00000001
"1800"=dword:00000000
"1802"=dword:00000000
"1803"=dword:00000000
"1804"=dword:00000000
"1805"=dword:00000000
"1806"=dword:00000000
"1807"=dword:00000000
"1808"=dword:00000000
"1809"=dword:00000003
"1A00"=dword:00000000
"1A02"=dword:00000000
"1A03"=dword:00000000
"1A04"=dword:00000000
"1A05"=dword:00000000
"1A06"=dword:00000000
"1A10"=dword:00000000
"1C00"=hex:00,00,03,00
"1E05"=dword:00030000
"2100"=dword:00000000
"2101"=dword:00000001
"2102"=dword:00000000
"2200"=dword:00000000
"2201"=dword:00000000
"2300"=dword:00000001
"2000"=dword:00000000
"2001"=dword:00000000
"2004"=dword:00000000
"1201"=dword:00000000
 
Top