Back to Forums








View Full Version : REGFILE for greyed out Trusted Sites


Curio
February 24th, 2005, 10:32 AM
Some spyware is greying out Trusted sites access in IE security settings - this will correct it

____________________________________cut
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2]

"Flags"=dword:00000047

____________________________________
cut

Big Booger
February 26th, 2005, 06:15 AM
That is odd.. where did you find the fix? :D

Curio
February 26th, 2005, 12:53 PM
Find?

Curio
February 26th, 2005, 13:27 PM
I had a couple of PCs with some variant of CWS which adds a load of sites to the trusted sites zone. One site which caught my eye was crazywinnings.com. Once they are added to the TS zone the sites button on the TS zone becomes greyed out so you cannot alter or remove them. Originally I fixed them by finding the sites in the registry and then moving them to the restricted sites by altering the zone value from 2 to 4 under [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\%unwanted-zone.com%] which is where the sites are stored. This wasn't a full fix though so I researched a bit into the zones themselves and by comparison found the right value - although on mine it is actually 67(dec), it changes depending on any selected values. As I am sure you are aware all of these dialog boxes are controlled by settings somewhere in the registry. The zone values are
0=My Computer
1=Local Intranet
2=Trusted Sites
3=Internet
4=Restricted sites

egghead
February 26th, 2005, 13:28 PM
Nice work Curio!

You are making some wonderful contributions to the forum

cheers!

MSNwar
February 26th, 2005, 14:11 PM
Curio, thanks for the tip. I realize this nextquestion is OT but it is bugging me.

I wonder, can the same or similar be done to remove or disable the new Google AutoLink and Yahoo Y!Q Toolbar Features?

Thanks,

Jeffery

Curio
February 26th, 2005, 20:46 PM
Whether those dialogs are controlled by registry settings I don't know, I don't use any toolbars myself. For google searches I have added this registry patch -
_________________________________________________________________
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl]
"provider"=""
@=""

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\ggl]
@="www.google.com/search?q=%s"
" "="+"
"+"="%2B"
"%"="%25"
"&"="%26"

____________________________________________________________________
Once applied I just type 'ggl' followed by the query string in the address bar and it will open a google search i.e.
ggl password shadow intitle:"index of"
but then most of the time I would be using FireFox anyway. If you can find a 'flags' setting in the registry entries for the software it will be a control for something but messing around with it when you don't know what it does could have undesirable side effects. Third party addons often don't have registry settings that control them - it is down to the programmers.

Curio
February 26th, 2005, 21:00 PM
Should have stated you are not limited to searching google this way you can add any search engine or multiple engines if you get the syntax correct. Its pretty obvious how to do it.

MSNwar
February 27th, 2005, 00:13 AM
Thanks again for the tip. I have a project at scriptlance.com that better describes the process, http://www.scriptlance.com/projects/1108916558.shtml