unable to remove home page lock

yarivb20

New member
Hi,

I'm trying to remove the page lock from the "ie tweaks"
and the lock is not removed, although i cleared the chekbox.
any ides anyone?
is there a registry key i can modify to unlock my home page?
thanks
 
To remove: Lock IE start page setting against user changes (current user):
  • Edit this (dword from 00000001 to 00000000):
Code:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Homepage"=dword:00000001
  • To this:
Code:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Homepage"=dword:00000000
 
There are problems with ZoneAlarm 6.5.7xx versions. See the following thread:
There is a new version that I believe fixes the problem for Free ZoneAlarm. See the last two posts in this thread:
I personally am still running Free ZoneAlarm Version 6.1.744_001 because there were also reports that ZoneAlarm 6.5.7xx versions were causing problems with system restore and I don't know if that problem has been resolved yet.
 
Back
Top