Windows 7 Forums


Windows 7: Admin account blocked after syspreping WES-7

21 Aug 2012   #1

WES-2009, WES-7 (32/64), WES-8
 
 
Admin account blocked after syspreping WES-7

Hi Guys,
I need a bit of advise. I've got a WES-7 based system which I must sysprep so I could distribute clones to more PCs. I've created an answer file to make the sysprep process fully automatic. Everything looks fine until it is coming to auto log in to windows desktop. For some reason the password doesn't match to the login. Any ideas are very welcome


WES-7 (x64)
/generalize /oobe /shutdown /unattend:unattend.xml



The files are 64bit versions of course.



---------unattend.xml--------------
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:ew="urn:schemas-microsoft-com:embedded.unattend.internal.v1">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-EmbeddedEdition" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" />
<ewackageInfo releaseType="Product" customInfoVersion="1.0" />
</package>
</servicing>
<settings pass="generalize">
<component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TimeZone>GMT Standard Time</TimeZone>
<ProductKey>here should be licence key</ProductKey>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoLogon>
<Password>
<Value>Admin_account</Value>
<PlainText>true</PlainText>
</Password>
<Username>password</Username>
<Enabled>true</Enabled>
</AutoLogon>
<OOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<ProtectYourPC>3</ProtectYourPC>
<HideEULAPage>true</HideEULAPage>
</OOBE>
</component>
</settings>
<ew:answerFileInfo distributionSharePath="C:\Program Files (x86)\Windows Embedded Standard 7\DS64\DS" footprint="875560960" ecoreFootprint="875560960" />
</unattend>
Attached Files
File Type: txt unattend.txt (2.4 KB, 5 views)
My System SpecsSystem Spec

Reply

 Admin account blocked after syspreping WES-7 problems?



Thread Tools



Similar help and support threads for: Admin account blocked after syspreping WES-7
Thread Forum
Blocked by Admin. Backup and Restore
How to access network location as Admin in a Non-Admin Account? Network & Sharing
built-in admin account vs regular admin account General Discussion
Windows 7 admin account is locked, on;y stuck with a standard account. General Discussion
Blocked admin account General Discussion


All times are GMT -5. The time now is 12:29 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32