The Link setting specifies a GUID of the Online Support icon in the Additional Information page located in the Troubleshooting Control Panel.

For information about finding the GUID for your icon, see the MSDN topic: NOTIFYICONDATA Structure.

Values

GUID or URL

Specifies either a GUID of an application or a URL to a website which is called when the user selects the Online Support icon.

Valid Configuration Passes

offlineServicing

generalize

specialize

Parent Hierarchy

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-DiagCpl.

XML Example

The following XML output shows how to configure the Additional Information icon to point to the Fabrikam Troubleshooting application by using a GUID to specify the application location.

  Copy Code
  <Title>@%SystemRoot%\System32\DiagCpl.dll,-82</Title>
  <Description>@%SystemRoot%\System32\DiagCpl.dll,-83</Description>
  <Icon>@%SystemRoot%\System32\imageres.dll,-179</Icon>
  <Link>{abcde-01234-fabc01234def-39393}</Link>

The following XML output shows how to configure the Additional Information icon to point to the Fabrikam Support website by using a URL.

  Copy Code
  <Title>@%SystemRoot%\System32\DiagCpl.dll,-82</Title>
  <Description>@%SystemRoot%\System32\DiagCpl.dll,-83</Description>
  <Icon>@%SystemRoot%\System32\imageres.dll,-179</Icon>
  <Link>http://www.fabrikam.com/support</Link>

See Also