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 menu and select Control Panel, Windows will open the Control Panel window. This setting can hide the “Scanners and Cameras” applet from the current applets list displayed in Control Panel.
The system icon “Scanners and Cameras” can configure scanners, digital cameras, digital video cameras and other image-capturing devices to your computer, which enables you to easily retrieve images of all supported devices.
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 “sticpl.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 below given code information.
The code should appear as below in the “Control.ini” file:
| CODE |
[don’t load] sticpl.cpl=no
|
|
And save the file.
Refresh view of your computer for the changes to take effect.
NOTE:In the Control Panel window, the “Scanners and Cameras” system icon is shown by default. If you'd like to show this icon again, you can delete “sticpl.cpl=no” from the “Control.ini” file.