Description
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
The Description
setting specifies customized text to display under the icon title by the Online Support icon in the Additional Information control panel located in the Troubleshooting control panel.
Values
DescriptionID |
Specifies the description of the Online Support icon. DescriptionID is represented as @dllname,-resourceID, where dllname must include a full path to the resource DLL. For information about creating localized versions of a DLL for each setting, see the MSDN topic: Using the MUI with Applications. |
Valid Passes
offlineServicing
generalize
specialize
Parent Hierarchy
Microsoft-Windows-DiagCpl | Description
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 Online Support icon to point to the Fabrikam Troubleshooting application.
<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>