Showing posts with label Control panel. Show all posts
Showing posts with label Control panel. Show all posts

Friday, 9 November 2012

How to add or remove Registry editor to control panel

                                                                        Here in this tutorial i like to discuss How to add or remove registry editor to control panel.Generally in the windows provided control panel we don't find any Registry editor contained in it.Now i created a .reg file by running it we can add or remove registry editor to control panel.

To add Registry editor to the control panel:
1.Open notepad and copy the content below CODE.
2.Save it as ".reg" type and name it as anything you want preferably "AddRegeditToControlPanel".

CODE :


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}]
@="Registry Editor"
"InfoTip"="Starts the Registry Editor"
"System.ControlPanel.Category"="5"

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\DefaultIcon]
@="%SYSTEMROOT%\\regedit.exe"

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open\Command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,\
  00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}]
@="Add Registry Editor to Control Panel"

Code for How to remove Registry editor from control panel.

CODE:


Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}]

That's all for today folks if you have any issues please contact through comment.If you like the post spare a minute to share it.



Print Page

Saturday, 29 September 2012

How to add control panel to my computer


In the previous post i told you how to add recycle bin yo my computer.In this post i would like to tell you how to add control panel to my computer.Follow these given simple steps.



1.Click on windows start and type "run" and press enter.

2.Type "regedit" and click ok.

3.A dialogue box appears asking "Do you want to allow the following program to make any changes to this computer?" .press "yes".

4.It will open Registry Editor.

5.Go to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\MyComputer\NameSpace".

6.Create a new key and name it as "{26EE0668-A00A-44D7-9371-BEB064C98683}".


7.After completing the above step the registry editor should look like



Hope you enjoyed the post.please share it as it may be useful to others.


Print Page