Control Panel is a repository of various applets/administrative tools that can be used to configure the Windows, applications and services environment. If you go to Start > Settings and select Control Panel, Windows will open the Control Panel window. This setting can hide the “Internet Options” and “Users” applets from the current applets list displayed in Control Panel.
The system icon “Internet Options” helps you to configure your Internet connections and adjust settings for Web page display, whereas the “Users” system icon specifies the actions a user can do in Windows. It permits to add users to your computer and assign rights and privileges to them.
For this, go to Start > Run, enter “regedit” and navigate to the registry path listed below. Now, double-click on the string value “SystemRoot” to copy the contents of the Value Data field from the dialog.
In the second step, open Windows Explorer and paste the “Windows” folder path in the address bar. Search for the file “Control.ini”, which is imbibed with Control Panel settings and double-click to open it in Notepad.
Here, look for the “[don’t load]” (without quotes) section and add “inetcpl.cpl=no” (without quotes) in a new line under the section heading. If the “[don’t load]” section does not exist, create it at the end of the file and type the code information given below.
The code should appear as below in the “Control.ini” file:
| CODE |
[don’t load] inetcpl.cpl=no
|
|
And save the file.
Refresh view of your computer for the changes to take effect.
NOTE:In the Control Panel window, the “Internet Options” and “Users” system icons are shown by default. If you'd like to show these icons again, you can delete “inetcpl.cpl=no” from the “Control.ini” file.