How to Add a Control Panel Tool to a Category
This article was previously published under Q292463 SUMMARY
The Control Panel in Windows XP includes a Category view that divides specific tasks and Control Panel tools into different categories. This article describes how to add a Control Panel tool to a specific category.
MORE INFORMATIONImportant This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 (http://support.microsoft.com/kb/322756/) How to back up and restore the registry in Windows A Control Panel tool can be included in a particular category by adding a registry DWORD entry for the tool in the following registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{305CA226-D286-468e-B848-2B2E8E697B74} 2
The allowed values of category IDs are as follows:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{305CA226-D286-468e-B848-2B2E8E697B74} 2
For tools that are implemented as shell namespace extensions (for example, Fonts and Scheduled Tasks), the category ID is specified in the registry under the CLSID entry. For example, the registry entry for the Administrative Tools folder is:
"%SystemRoot%\System32\access.cpl"=[DWORD] 0x07 HKEY_CLASSES_ROOT\CLSID\{D20EA4E1-3957-11D2-A40B-OC5020524153}
"{305CA226-D286-468e-B848-2B2E8E697B74} 2"=[DWORD] 0x05 NOTE: There is no method for creating a new category or adding a task to a category.
| Article Translations
|

Back to the top
