Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Windows 10 22H2 task sequence failure

TechSorcerer

New Member
Messages
3
Solutions
1
Reaction score
0
Points
1
I've been trying to get Windows 10 22H2 to work in our environment via Task Sequence, but after the installation I get the following message:
View attachment 5626
The very same task sequence works with Windows 10 21H2 without a problem. setuperr.log shows the following error messages:
1694097093116.png
This is the task sequence:
1694097249959.png
This comes up within the ssetupact.log:
1694097368986.png
 
Last edited:
So I've got the task sequence working with a clean windows 10 22H2 image, but the build and capture image won't work, which I don't understand why, because the build and capture task sequence does capture the image without any issue. Here is the build and capture task sequence:
1694166414529.png
 
This has been solved by installing the latest cumulative update using dism after the step install langauge packs. This solved the issue.
 
Solution
Back
Top