waik_provision_Unattend for Win 7, Win 8.1 Pro, Win 10

Hi Foreman Users,

I downloaded winimaging from this URL

How ever this does not have waik_provision_windows for Win 7,81.Pro,Win 10.

If any of you have these XML files handy or can point me where I can
download that will be very helpful.

As a workaround I have used XML which I get while restoring Image via
Clonezilla.

Here is a snippet of same.

<?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="Error;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
<ComputerName>QA-PC</ComputerName>
<ProductKey>26WNB-G4XP6-QT24H-8RP9V-CYRX3</ProductKey>
<RegisteredOwner>qa</RegisteredOwner>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="Error;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
</component>
<component name="Microsoft-Windows-International-Core"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="Error;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:f:/win8_pro/osimage.wim#Contoso"
xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

This XML when I am passing to DISM while executing this command.

dism.exe /Image:C:\ /Apply-Unattend:c:\Windows\Panther\unattend.xml
/ScratchDir:C:\MININT\Scratch/

It gives an error 0xc0000135

However the image boots, if you have XML working for Win 7, Win 8.1 Pro,
Win 10.

Thanks
-Vishal Sarin