PDA

View Full Version : Disabling Internet options



sanjayto
01-10-2002, 10:48 AM
How can I disable Internet options in control panel or the properties tab when you right click on the Internet explorer shotcut and select properties.
Thanks in Advance

reghakr
01-13-2002, 12:42 AM
sanjayto,

Win9z/ME I hope:

Go to start>Run, and type:
notepad c:\windows\control.ini. Add this to the [Don't Load] section:
inetcpl.CPL=no
This will hide the Internet optionsicon in Control Panel.

Then hide the IE desktop icon:
backup the registry and/or export the following keys:
go to Start>Run, type regedit. Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

Right-click on the Explorer key, choose new>DWORD value, name it NoInternetIcon and give it a value of 1.

reghakr