Other Configuration Manager-related features and issues
Custom Capture Windows 11 25h2
Hello Team,
As there was a requirement is our environment for a Custom image with apps installed.
We have created a Custom captured Wim file and later used it in Task Sequence to install it a Xml file with Configuration
<?xml version="1.0" encoding="utf-8" ?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="oobeSystem">
- <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__">
- <OOBE>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
</OOBE>
- <UserAccounts>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
- <Password>
<Value>QgBlAGsAQABlAHIAdABAADEAMgAzAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<DisplayName>Bekaert</DisplayName>
<Name>Bekaert</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
- <component name="Microsoft-Windows-International-Core" 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__">
<InputLocale>%OSDInputLocale%</InputLocale>
<SystemLocale>%OSDUserLocale%</SystemLocale>
<UILanguage>%OSDUILanguage%</UILanguage>
<UserLocale>%OSDUserLocale%</UserLocale>
</component>
</settings>
<cpi:offlineImage cpi:source="wim://emhb1sccmcas/osd_source$/os_image/win11/25h2/test/myimage.wim#MyImage" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Either with this Local account or even without Local account . even though we have configured domain Joining process Post Task Sequence
It moves to this page .