Administrative tools icon missing

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

Guest

Hello all,

I've built a XPe image, but on the control panel selecting Classic view I
have a folder icon with no text below that does not do anything.

Furthermore the Administrative tools icon image is not there. Instead there
is a somekind of error image. The link however works.

Any ideas?

tks Adam
 
adam,

Administrative Tools is a namespace (registered COM object).
You may want to check if the following key is in your image:
[HKEY_CLASSES_ROOT\CLSID\{D20EA4E1-3957-11d2-A40B-0C5020524153}]

Since the icon really works for you I think the objects is properly registered. However, check the DefaultIcon subkey there. If it
is missing, you will see a default icon instead.

Easy to component the key content with a running XP Pro install.
 
Back
Top