G
Geronti
Guest
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
<?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>
Continue reading...
<?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>
Continue reading...