New
#1
Macrium failing to capture sysprepped image after following tutorial
As the title says, Macrium is failing. I followed Kari's tutorial, as I have since 1607 but with 1909 I'm receiving this error:
Win 10 Enterprise 1909 is the version.
"Applying WinPE unattend settings failed with status 0x80070422; ignoring shutdown settings."
Here's my unattend.xml:
Code:<?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"> <OEMInformation> <SupportURL>http://www.google.com/</SupportURL> <SupportPhone>123-123-1234</SupportPhone> <SupportHours>24/7</SupportHours> <Logo>C:\Windows\System32\oobe\skull.bmp</Logo> </OEMInformation> <CopyProfile>true</CopyProfile> <RegisteredOwner>My Name</RegisteredOwner> <TimeZone>Eastern Standard Time</TimeZone> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/users/administrator/desktop/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>