Solved Disable change to home page in IE8

  • Thread starter Thread starter Yanta
  • Start date Start date
Y

Yanta

Guest
Hi,

Can anyone tell me the reg entries to add/modify to lock down, or diable changes to the home page in IE8 in Windows 7.

thanks
 
Last edited:
Thanks for all the answers :D

This is how you do it..

Lock Homepage...
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Homepage"=dword:00000001

Unlock Homepage...
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"Homepage"=dword:00000000
 
Back
Top