icon missing in control panel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,
In Control Panel I have "Fonts" and "Administrative Tools" without its right icon (it has a generic and undefined windows icon).
Have I any missing component in my image??
 
It might be a small detail that was overlooked during XP componentization.
Try adding the following keys to your configuration's extra registry data
(the values are of type REG_EXPAND_SZ).

For the Administrative Tools icon:
[HKEY_CLASSES_ROOT\CLSID\{D20EA4E1-3957-11d2-A40B-0C5020524153}\DefaultIcon]
@=%SystemRoot%\system32\main.cpl,10

For the Fonts icon:
[HKEY_CLASSES_ROOT\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\DefaultIcon]
@=%SystemRoot%\System32\fontext.dll,-101

Fugazzi said:
hi all,
In Control Panel I have "Fonts" and "Administrative Tools" without its
right icon (it has a generic and undefined windows icon).
 
Thanks James,
Excuse me if this is a stupid question, but what do you mean with "my configuration's extra registry data"?
Should I modify my registry keys in the final image after FBA?
or can I modify in TD? which components should I change?
--
Thanks in advance.


James Beau Cseri said:
It might be a small detail that was overlooked during XP componentization.
Try adding the following keys to your configuration's extra registry data
(the values are of type REG_EXPAND_SZ).

For the Administrative Tools icon:
[HKEY_CLASSES_ROOT\CLSID\{D20EA4E1-3957-11d2-A40B-0C5020524153}\DefaultIcon]
@=%SystemRoot%\system32\main.cpl,10

For the Fonts icon:
[HKEY_CLASSES_ROOT\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\DefaultIcon]
@=%SystemRoot%\System32\fontext.dll,-101

Fugazzi said:
hi all,
In Control Panel I have "Fonts" and "Administrative Tools" without its
right icon (it has a generic and undefined windows icon).
Have I any missing component in my image??
 
When you open your configuration file (.SLX) in Target Designer, select
"Resources" under the View menu. This will display "Extra Registry Data",
among other extra resources, in the configuration editor (the middle window
pane), under the configuration root. Right-click on Extra Registry Data to
add registry data into your configuration.



Fugazzi said:
Thanks James,
Excuse me if this is a stupid question, but what do you mean with "my
configuration's extra registry data"?
Should I modify my registry keys in the final image after FBA?
or can I modify in TD? which components should I change?
--
Thanks in advance.


James Beau Cseri said:
It might be a small detail that was overlooked during XP componentization.
Try adding the following keys to your configuration's extra registry data
(the values are of type REG_EXPAND_SZ).

For the Administrative Tools icon:
[HKEY_CLASSES_ROOT\CLSID\{D20EA4E1-3957-11d2-A40B-0C5020524153}\DefaultIcon]
@=%SystemRoot%\system32\main.cpl,10

For the Fonts icon:
[HKEY_CLASSES_ROOT\CLSID\{BD84B380-8CA2-1069-AB1D-08000948F534}\DefaultIcon]
@=%SystemRoot%\System32\fontext.dll,-101

Fugazzi said:
hi all,
In Control Panel I have "Fonts" and "Administrative Tools" without its
right icon (it has a generic and undefined windows icon).
Have I any missing component in my image??
 
Back
Top