Hi,
I used ADK to create a unattend.xml and use it for Windows 8 English edition and everything went well. However, if I use this unattend.xml in a non-English Windows 8, some settings in the unattend.xml doesn't work(most of the settings had been applied to the system).
The part whick didn't work is enable remote desktop:
<component name="Networking-MPSSVC-Svc" 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">
<FirewallGroups>
<FirewallGroup wcm:action="add" wcm:keyValue="EnableRemoteDesktop">
<Active>true</Active>
<Group>Remote Desktop</Group>
<Profile>all</Profile>
</FirewallGroup>
</FirewallGroups>
</component>