Jump to content

SYSPREP specialize pass error MS-Win-Shl-Setup could not be parsed


Recommended Posts

But now all seem to either fail with that specialize pass error at first reboot...OR they prompt me for a flippin pc name, product key. and time zone. same three everytime. When this occurs it causes my autologon to fail and the administrator account does not get enabled. I am running sysprep from the secondary "admin" account. I have tried with both auto activate enabled and 7 default product key and tried using only autoactivate but no luck. I have spent dozens of hour trying to beat this but I am not sure that it is a user error. I hope it is. because thats an easy fix. a slap to my head to wake me up. I will post 2 sysprep xmls that error out. The first gives the specialize error at first boot and the other promps me relentlessly for those 3 entries. I somehow got to a point in the waik xml creation that has bricked it. I am so tired of having to restore an acronis image when it is the reason that I started MS deploz.. I have 3 good XP images and HAD a couple of basic 7 wims that had no probs. i foolishly thought I had it handled so i deleted the old 7'z for drive space. Help me Obi, yous guys are my only hope. should only be run from administrator account????

/generalize /oobe /shutdown /unattend:File_path

1.) FAILS ON REBOOT AT SPECIALIZE MS-WIN-SHLL-STUP...i did not enter prod key on this one to test if it would allow me to get through oobe setup. No errors in setuperr.log in panther

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="specialize">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<ProductKey></ProductKey>

<DoNotCleanTaskBar>true</DoNotCleanTaskBar>

<Display>

<ColorDepth>32</ColorDepth>

<DPI>120</DPI>

<HorizontalResolution>1440</HorizontalResolution>

<RefreshRate>60</RefreshRate>

<VerticalResolution>900</VerticalResolution>

</Display>

<ShowWindowsLive>false</ShowWindowsLive>

<TimeZone>Pacific Standard Time</TimeZone>

<ComputerName>*</ComputerName>

<CopyProfile>false</CopyProfile>

</component>

<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SkipAutoActivation>true</SkipAutoActivation>

</component>

<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<BlockPopups>yes</BlockPopups>

<EnableLinksBar>false</EnableLinksBar>

<FilterLevel>Medium</FilterLevel>

<ShowMenuBar>true</ShowMenuBar>

<DisableFirstRunWizard>true</DisableFirstRunWizard>

</component>

<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" 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">

<Path>regedit /S C:\Depot\LogonScreen\customlogonscreen.reg</Path>

<Order>2</Order>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Path>net user administrator /active:yes</Path>

<Order>1</Order>

</RunSynchronousCommand>

</RunSynchronous>

</component>

</settings>

<settings pass="generalize">

<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<fDenyTSConnections>false</fDenyTSConnections>

</component>

</settings>

<settings pass="oobeSystem">

<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<InputLocale>en-US</InputLocale>

<SystemLocale>en-US</SystemLocale>

<UILanguage>en-US</UILanguage>

<UserLocale>en-US</UserLocale>

</component>

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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>

<NetworkLocation>Work</NetworkLocation>

<ProtectYourPC>1</ProtectYourPC>

<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

</OOBE>

<UserAccounts>

<AdministratorPassword>

<Value>dwBpAG4AZABvAHcAcwA3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>

<PlainText>false</PlainText>

</AdministratorPassword>

<LocalAccounts>

<LocalAccount wcm:action="add">

<Password>

<PlainText>false</PlainText>

<Value>dwBpAG4AZABvAHcAcwA3AFAAYQBzAHMAdwBvAHIAZAA=</Value>

</Password>

<DisplayName>admin</DisplayName>

<Group>Administrators</Group>

<Name>admin</Name>

</LocalAccount>

</LocalAccounts>

</UserAccounts>

<AutoLogon>

<Password>

<Value>dwBpAG4AZABvAHcAcwA3AFAAYQBzAHMAdwBvAHIAZAA=</Value>

<PlainText>false</PlainText>

</Password>

<LogonCount>1</LogonCount>

<Username>admin</Username>

<Enabled>true</Enabled>

</AutoLogon>

<RegisteredOrganization>DDDD</RegisteredOrganization>

<RegisteredOwner>DMD</RegisteredOwner>

<TimeZone>Pacific Standard Time</TimeZone>

<DoNotCleanTaskBar>true</DoNotCleanTaskBar>

</component>

</settings>

<cpi:offlineImage cpi:source="wim:i:/im/7/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

2.) Prompts for Comp name, prod key, and time zone. Has a nvidia control panel error in setuperr.log but one of my basic ones had the same error but it still installed touchless

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="specialize">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<ProductKey>D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV</ProductKey>

<DoNotCleanTaskBar>true</DoNotCleanTaskBar>

<ComputerName>*</ComputerName>

</component>

<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SkipAutoActivation>true</SkipAutoActivation>

</component>

<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<BlockPopups>yes</BlockPopups>

<EnableLinksBar>false</EnableLinksBar>

<FilterLevel>Medium</FilterLevel>

<ShowMenuBar>true</ShowMenuBar>

</component>

<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" 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">

<Path>regedit /S C:\Depot\LogonScreen\customlogonscreen.reg</Path>

<Order>2</Order>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Path>net user administrator /active:yes</Path>

<Order>1</Order>

</RunSynchronousCommand>

</RunSynchronous>

</component>

</settings>

<settings pass="generalize">

<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<fDenyTSConnections>false</fDenyTSConnections>

</component>

</settings>

<settings pass="oobeSystem">

<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<InputLocale>0409:00000409</InputLocale>

<SystemLocale>en-US</SystemLocale>

<UILanguage>en-US</UILanguage>

<UserLocale>en-US</UserLocale>

</component>

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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>

<NetworkLocation>Work</NetworkLocation>

<ProtectYourPC>1</ProtectYourPC>

<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

</OOBE>

<UserAccounts>

<AdministratorPassword>

<Value>dwBpAG4AZABvAHcAcwA3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>

<PlainText>false</PlainText>

</AdministratorPassword>

<LocalAccounts>

<LocalAccount wcm:action="add">

<Password>

<PlainText>false</PlainText>

<Value>dwBpAG4AZABvAHcAcwA3AFAAYQBzAHMAdwBvAHIAZAA=</Value>

</Password>

<DisplayName>admin</DisplayName>

<Group>Administrators</Group>

<Name>admin</Name>

</LocalAccount>

</LocalAccounts>

</UserAccounts>

<TimeZone>Pacific Standard Time</TimeZone>

<AutoLogon>

<Password>

<Value>dwBpAG4AZABvAHcAcwA3AFAAYQBzAHMAdwBvAHIAZAA=</Value>

<PlainText>false</PlainText>

</Password>

<LogonCount>1</LogonCount>

<Username>admin</Username>

<Enabled>true</Enabled>

</AutoLogon>

<Display>

<ColorDepth>32</ColorDepth>

<DPI>120</DPI>

<HorizontalResolution>1366</HorizontalResolution>

<VerticalResolution>768</VerticalResolution>

<RefreshRate>60</RefreshRate>

</Display>

<DoNotCleanTaskBar>true</DoNotCleanTaskBar>

<RegisteredOrganization>DDDD</RegisteredOrganization>

<RegisteredOwner>DMD</RegisteredOwner>

</component>

</settings>

<cpi:offlineImage cpi:source="wim:i:/im/7/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

thanks for lookin

FirstBootSpecErr.txt

OOBEPrompt.txt

Edited by darkmatter
Link to comment
Share on other sites


ALWAYS. Just read about disabling ntfs encryption. I must have done that in the beginning but not recently. will attempt that tonight. That should take care of prompt for info. I hope

Also just read that the wim has to be applied back to the same drive letter it was sys'd from. Does the same apply to a machine that has three 7 partitions on it. The 3rd being the one that was just sysprepped? When it attempts to restart it has issues with the partiton scheme? I boot TO THAT PARTITION'S OPTION in the boot menu

Edited by darkmatter
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...