Share via

Custom Capture Windows 11 25h2

Ragul Prithivi S (Infosys) 0 Reputation points
2026-05-05T20:00:37.9333333+00:00

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" ?>

  <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>

  <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 .

User's image

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.