<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Deployment" 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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>net user administrator /active:yes</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value>TgAwAHQANgA0AGIAMQB0ACEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:d:/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Page 1 of 1
Computer Name Prompt in Unattend.xml
#1
Posted 07 February 2012 - 07:23 AM
From what I've read, I'm supposed to omit <computername></computername> from my unattend xml to have the computer prompt me to name the computer. I'm running a script at first logon to join to the domain, so that shouldn't be an issue. Am I missing something very obvious? I've not been able to get it to prompt me.
#2
Posted 07 February 2012 - 09:19 AM
Did you try to adapt a Vista XML for Windows 7? Both SkipMachineOOBE and SkipUserOOBE are deprecated.
#3
Posted 09 February 2012 - 09:26 AM
No, I thought that it removed those. I saw that in the messages in the WSIM. I can remove those, but do you think that would affect the machine not prompting for computer name?
#4
Posted 09 February 2012 - 01:12 PM
Yes! Remove like said Tripedacus the two deprecated values!
Thanks
Thanks
#5
Posted 21 February 2012 - 01:11 PM
Worked like a charm. Thanks for pointing that out.
- ← 7Customizer tweaks Start Menu feature set changes is not working
- Unattended Windows 7/Server 2008R2
- Sysprep Restrictions →
Share this topic:
Page 1 of 1



Help
Back to top









