How many of you opening the Control Panel by click on Start->Control Panel?
Most of ppl do this!
In order to consume our time I made this registry Which adds the Control Panel to Right Click Context Menu!
By default when you right click on you see like this
Note: I just added some Shutdown,sleep buttons.
Now after doing this method you can see like this
Follow the steps to do it:
1.Open a Notepad
Right click-->New-->Text document or Window key+R then type Notepad
2.Now Copy & paste the Below code in Notepad and save it as any name with .reg as extension
3.Double click on it.
UAC settings ask the conformation so click on YES
4.Now again it will ask like this
Click on Yes
5.Now after its done it will display
Click on OK.
That's it..
Most of ppl do this!
In order to consume our time I made this registry Which adds the Control Panel to Right Click Context Menu!
By default when you right click on you see like this
Note: I just added some Shutdown,sleep buttons.
Now after doing this method you can see like this
Follow the steps to do it:
1.Open a Notepad
Right click-->New-->Text document or Window key+R then type Notepad
2.Now Copy & paste the Below code in Notepad and save it as any name with .reg as extension
Code:
Windows Registry Editor Version 5.00
;Generated by WR1334 & techreg
;Thanks to Vidyarthiplus
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\ControlPanel]
"MUIVerb"="Control Panel"
"SubCommands"="CP-Category;CP-Icons;|;CP-AllSettings;CP-AllTasks"
"Icon"="imageres.dll,-27"
"Position"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CP-Icons]
@="Icons View"
"Icon"="imageres.dll,-27"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CP-Icons\command]
@="explorer.exe shell:::{21EC2020-3AEA-1069-A2DD-08002B30309D}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CP-Category]
@="Category View"
"Icon"="imageres.dll,-27"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CP-Category\command]
@="explorer.exe shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CP-AllSettings]
@="All Settings"
"Icon"="imageres.dll,-27"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CP-AllSettings\command]
@="explorer.exe shell:::{F90C627B-7280-45DB-BC26-CCE7BDD620A4}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CP-AllTasks]
@="All Tasks"
"Icon"="imageres.dll,-27"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CP-AllTasks\command]
@="explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"
UAC settings ask the conformation so click on YES
4.Now again it will ask like this
Click on Yes
5.Now after its done it will display
Click on OK.
That's it..