Microsoft Knowledge Base Email Alertz

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.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 292463 - Last Review: January 15, 2006 - Revision: 1.3

How to Add a Control Panel Tool to a Category

System TipThis article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you. Visit the Windows Vista Solution Center
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 INFORMATION

Important 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://kbalertz.com/Feedback.aspx?kbNumber=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:
  • 0x00000000 : Other Control Panel Options (any tool that does not specify a category ID is placed in this category)
  • 0x00000001 : Appearance and Themes
  • 0x00000002 : Printers and Other Hardware
  • 0x00000003 : Network and Internet Connections
  • 0x00000004 : Sounds, Speech, and Audio Devices
  • 0x00000005 : Performance and Maintenance
  • 0x00000006 : Date, Time, Language, and Regional Options
  • 0x00000007 : Accessibility Options
  • 0xFFFFFFFF : Do not put the tool in any category (for special tools such as Add/Remove Programs which only start directly)
For example, this is how the Accessibility tool would be registered:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{305CA226-D286-468e-B848-2B2E8E697B74} 2
"%SystemRoot%\System32\access.cpl"=[DWORD] 0x07
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:
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.

APPLIES TO
  • Microsoft Windows XP Professional
  • Microsoft Windows XP Home Edition
Keywords: 
kbenv kbhowto KB292463
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate