GUID (microsoft-windows-shell-setup-notificationarea-promotedicon2-guid)

GUID specifies the globally unique identifier (GUID) of an icon to appear in the notification area at the far right of the taskbar.

By setting the Path and GUID elements of the PromotedIcon2 component, you can configure another icon to appear in the notification area. This icon will appear in place of the Battery icon.

To select the icon to be visible, you must:

  • Select a signed binary application file that includes a notification icon.

  • Set both the Path and GUID elements for the file.

The GUID for the icon is contained in the application. The NOTIFYICONDATA shell structure contains the guidItem. For more information, see the MSDN topic: NOTIFYICONDATA. For third-party applications, contact your application provider to see if your application uses this structure and to obtain the GUID.

Values

GUID

Specifies the GUID of an icon to appear in the notification area.

This string type does not support empty elements. Do not create an empty value for this setting.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-Shell-Setup | NotificationArea | PromotedIcon2 | GUID

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML output shows how to promote a new notification icon to appear in place of the Battery icon.

  <PromotedIcon2>
    <Path>%PROGRAMFILES%\Fabrikam\Application2.exe</Path>
    <GUID>{a1bc23cb-3456-bcde-abcd-feb363cacc88}</GUID>
  </PromotedIcon2>

PromotedIcon2

Path