To Lock IE Homepage:
Paste following code in notepad and save the file with name
"home.reg" (including quotes) aqnd then run the file:
Code:
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"HomePage"=dword:00000001
To disable IE Options, so that no one can change the settings:
Paste following code in notepad and save the file with name
"options.reg" (including quotes) aqnd then run the file:
Code:
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserOptions"=dword:00000001
PS: If u want to enable them in future, just change the DWORD values to
0.
For windows 98, replace:
Windows Registry Editor Version 5.00
with:
REGEDIT4