Jump to content

Answerfile (unattend.xml) error after installation

 Hello all, im using vmware workstation to create windows 8.1 pro image (install.wim) and using untattend.xml to copy profile settings to all new users. i make installation after this i press CTRL+F3 to go audit mode and add updates and soft + copy unattend.xml and wimscript.ini to C:\windows\system32\sysprep folder after this use sysprep command: sysprep.exe /generalize /oobe /shutdown /unattend:C:\windows\system32\sysprep\unattend.xml then startup system and go to dism and make successfully image, but when i make new installation whit this image and go to start search some settings i cant open it i get this error
spacer.png

 

unattend.xml

 <?xml version="1.0" encoding="utf-8"?>
 <unattend xmlns="urn:schemas-microsoft-com:unattend">
  <settings pass="specialize">
         <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">
             <CopyProfile>true</CopyProfile>
         </component>
     </settings>
 </unattend>

 

Link to post
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

×