Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unattend.xml issue

34 views
Skip to first unread message

Kasparov

unread,
Jun 2, 2011, 11:44:13 AM6/2/11
to
I want to use my unattend.xml file to set name for my Windows 2K8 R2
machine. I am unable to do so. It always generates some random
computer name instead of the one specified in <ComputerName> tag. Can
anyone help me here ?

My unattend file:

###

<?xml version="1.0" encoding="utf-8" ?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
- <settings pass="auditSystem">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE"
processorArchitecture="amd64" publicKeyToken="***" language="neutral"
versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/
WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" />
</settings>
- <settings pass="auditUser">
- <component name="Microsoft-Windows-Deployment" publicKeyToken="***"
language="neutral" versionScope="nonSxS"
processorArchitecture="amd64">
- <Reseal>
<ForceShutdownNow>false</ForceShutdownNow>
<Mode>OOBE</Mode>
</Reseal>
</component>
</settings>
- <settings pass="oobeSystem">
- <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="***"
language="neutral" versionScope="nonSxS"
processorArchitecture="amd64">
- <OOBE>
<HideEULAPage>true</HideEULAPage>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
</component>
</settings>
- <settings pass="specialize">
- <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="***"
language="neutral" versionScope="nonSxS" processorArchitecture="amd64"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CopyProfile>true</CopyProfile>
<ComputerName>WINDOWS-O03BOYD</ComputerName>
<ProductKey>***-***-***</ProductKey>
</component>
</settings>
</unattend>

###

0 new messages