Link
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
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
Microsoft-Windows-DiagCpl | Link
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.
<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.
<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>