Configuration Manager 2303 - No OSD Task Sequence Progress

J Worth 46 Reputation points
2023-06-01T09:21:22.4733333+00:00

Hi All!

Have just upgraded to Configuration Manager 2303 and done an OSD. The OSD Task Sequence progress bar disappears once it gets to the the Setup Windows and Configuration Manager step (the first part of the Task Sequence after it boots out of WinPE to installed Windows).

Had an unattend.xml file with Skip User OOBE = true. This has worked for years, but it seems as though this "Unsupported" method has now well and truly been removed.

Has anyone got any solutions to getting the OSD progress bar to show again?

Many thanks in advance

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. AllenLiu-MSFT 49,436 Reputation points Microsoft External Staff
    2023-06-02T02:01:50.7966667+00:00

    Hi, @J Worth

    Thank you for posting in Microsoft Q&A forum.

    Based on the provided context, it seems that the OSD Task Sequence progress bar disappears once it reaches the Setup Windows and Configuration Manager step. This issue might be caused by the use of an unattended.xml file with the "Skip User OOBE" set to "true," which is no longer supported.

    To get the OSD progress bar to show again, you can try to remove the custom SetupComplete.cmd file, if there is any.

    To do this, add a Run Command Line task between the Apply Operating System and Setup Windows and ConfigMgr tasks, and enter the following command in the command line:

    cmd.exe /c del SetupComplete.cmd %OSDTargetSystemDrive%\Windows\Setup\Scripts /F /Q

    Alternatively, if it's specified in a Run Command Line task between the Apply Operating System and Setup Windows and ConfigMgr tasks, remove the Run Command Line task from the task sequence.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".


1 additional answer

Sort by: Most helpful
  1. Gary Blok 1,756 Reputation points MVP
    2023-06-01T15:34:50.8666667+00:00

    I'm not using any custom unattend.xml file, I'm just allowing the TS to auto generate one based on the settings I've chosen in the TS.

    I haven't had any issues with the Progress UI not appearing after the Setup Windows and Configuration Manager Step.

    There are a few minutes while the device is setting up before the Setup Complete process triggers the Task Sequence to kick back in, but that's normal. Once the Setup Complete Triggers, you should see the Progress UI start again.

    Can you confirm the TS finishes all steps, and end successfully even though you don't see the Progress UI?

    I'm on the latest CM (2303)
    User's image

    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.