How to add or remove sites from trusted sites in registry: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
(New page: Category:English pages Category:Vista tips and tricks Trusted sites are stored in: HKEY_USERS\S-1-5-21-343818398-682003330-839522115-16113\Software\Microsoft\Windows\CurrentVersi...)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:


Trusted sites are stored in:
Trusted sites are stored in:
  HKEY_USERS\S-1-5-21-343818398-682003330-839522115-16113\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
 
Here is an example where ''all protocols'' from sites ending with ''google.com'' are trusted and ''http'' protocol is tusted from ''www.microsoft.com''.
 
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
@=""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\google.com]
"*"=dword:00000002
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\microsoft.com]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\microsoft.com\www]
"http"=dword:00000002
 
The dword value in this example is 00000002.
 
You could also use:
:1 to assign a site to the Intranet Sites zone.
:2 to assign a site to the Trusted Sites zone.
:3 to assign a site to the Internet Sites zone.
:4 to assign a site to the Restricted Sites zone.
 


[[Image:trusted_sites_in_ie7_options.png]]
[[Image:trusted_sites_in_ie7_options.png]]
[[Image:trusted_sites_google.png]]
[[Image:trusted_sites_google.png]]
[[Image:trusted_sites_microsoft.png]]
[[Image:trusted_sites_microsoft.png]]


<google>ENGELSK</google>
<google>ENGELSK</google>

Latest revision as of 11:43, 29 February 2008


Trusted sites are stored in:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains

Here is an example where all protocols from sites ending with google.com are trusted and http protocol is tusted from www.microsoft.com.

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
@=""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\google.com]
"*"=dword:00000002
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\microsoft.com]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\microsoft.com\www]
"http"=dword:00000002

The dword value in this example is 00000002.

You could also use:

1 to assign a site to the Intranet Sites zone.
2 to assign a site to the Trusted Sites zone.
3 to assign a site to the Internet Sites zone.
4 to assign a site to the Restricted Sites zone.


Trusted sites in ie7 options.png Trusted sites google.png Trusted sites microsoft.png


<google>ENGELSK</google>

id=siteTree