Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Icon
setting specifies the path to a file that contains the icon graphic for the Online Support icon in the Additional Information page located in the Troubleshooting Control Panel.
Values
Value | Description |
---|---|
icon_ID | Specifies the icon graphic for the Online Support icon. IconID 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 Using the MUI with Applications. |
Valid Configuration Passes
offlineServicing
generalize
specialize
Parent Hierarchy
Microsoft-Windows-DiagCpl | Icon
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.
<Title>@%SystemRoot%\System32\DiagCpl.dll,-82
</Title>
<Description>@%SystemRoot%\System32\DiagCpl.dll,-83</Description>
<Icon>C@%SystemRoot%\System32\imageres.dll,-179</Icon>
<Link>https://www.fabrikam.com/support</Link>