QUOTE (Jedi82 @ Feb 21 2006, 08:29 PM)

tnx, i'll immediatly try the uxtheme dll and will tell you...
For the wallpaper, i don't understand how to do...where to begin, on my winxp installed on my pc or in an unattended copy installed in a virtual machine???
Ok, On your XPCD, create the folders: "$OEM$\$$\"
So it will be sorta like;
"XPCD\$OEM$\$$\" And place your wallpaper into it, (XPCD\$OEM$\$$\Wallpaper.jpg)
So that it will get copied into %Systemroot% during XP installation.
Open up "%Systemroot%\Resources\Themes\Luna.theme" in notepad.
Edit it so it has the lines;
[Control Panel\Desktop]
Wallpaper=%Systemroot%\Wallpaper.jpg
TileWallpaper=0
WallpaperStyle=2
Pattern=
ScreenSaveActive=0
Then save it into XPCD\$OEM$\$$\Resources\Themes\
Open up your winnt.sif (XPCD\i386\) in notepad and add the lines;
[Shell]
CustomDefaultThemeFile = "%Systemroot%\Resources\Themes\Luna.theme"
Hope it makes more sense.