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

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


Trusted sites are stored in:
Trusted sites are stored in:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
 
[[Image:trusted_sites_in_ie7_options.png]]
[[Image:trusted_sites_google.png]]
[[Image:trusted_sites_microsoft.png]]


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
  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]
@=""
@=""
  [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\google.com]
  [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\google.com]
"*"=dword:00000002
"*"=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]
  [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\microsoft.com\www]
  [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\microsoft.com\www]
"http"=dword:00000002
"http"=dword:00000002
 
[[Image:trusted_sites_in_ie7_options.png]]
[[Image:trusted_sites_google.png]]
[[Image:trusted_sites_microsoft.png]]




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

Revision as of 11:29, 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

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


<google>ENGELSK</google>

id=siteTree