Windows 8.1 Pro Answerfile (unattend.xml) error

Giorgi379 1 Reputation point
2021-02-18T22:42:43.17+00:00

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
69779-capture.png

<?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>  
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,770 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dale Kudusi 3,211 Reputation points
    2021-02-19T10:48:20.257+00:00

    Hi,
    You could try the following command to restore missing system files:
    Type these command in elevated command prompt and press Enter at the end:

    1. Perform a SFC scan:
      sfc /scannow
    2. Dism
      DISM /Online /Cleanup-Image /CheckHealth
      DISM /Online /Cleanup-Image /RestoreHealth

    Best regards.

    **
    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Giorgi379 1 Reputation point
    2021-02-22T19:19:49.233+00:00

    i tested your suggestion but not work

    0 comments No comments