I only done a default theme just to test in a VM so you may need a bit more work with the other non MS themes
I chose Landscape and this is how I added to xml
AutoUnattend.xml
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Themes>
<ThemeName>C:\Windows\resources\Themes\landscapes.theme</ThemeName>
<DefaultThemesOff>false</DefaultThemesOff>
<DesktopBackground>%WINDIR%\web\wallpaper\Landscapes\img7.jpg</DesktopBackground>
</Themes>
</component>
you must select img from <DesktopBackground> within your modded theme
change processorArchitecture="amd64" to your processor
This post has been edited by maxXPsoft: 26 April 2010 - 07:32 AM



Help
Back to top









