Skip to content
How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr

How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr

Written By Jitesh Kumar
Last Updated August 27, 2024
Posted In SCCM
SHARE

Today, I will discuss how to Improve the SCCM Task Sequence Progress Bar End-User Experience | ConfigMgr. This post shows you how to improve the SCCM Task Sequence Progress Bar for the End-user experience.

The task sequence progress window uses the existing text by default. If you make no changes, it will continue to work the same way as in Configuration Manager version 1910 and earlier.

A task sequence in SCCM is used to execute multiple command-line steps and deploy operating systems without user interference.

Starting in Configuration Manager version 2002, the task sequence progress window includes improvements such as showing the current step number, total number of steps, and percent completion and Increasing the window’s width to give you more space to show the organization’s name in a single line.

Patch My PC

SCCM Task Sequence Progress

When the task sequence runs, it displays the Installation progress window:

  • The organization’s name is displayed at the top of the window.
  • Running action: The first line shows the name of the current task sequence step. The progress bar below shows the overall completion of the task sequence.
  • The second line only shows some steps that provide more detailed progress.
  • Use the task sequence variable TSProgressInfoLevel to show the new progress information in the progress window when the task sequence runs.
SCCM Task Sequence Progress

Add Task sequence Variable

Use the following steps to modify an existing task sequence to show the new progress information in the task sequence progress bar –

  • In the Configuration Manager console, go to the Software Library workspace, expand Operating Systems, and select the Task Sequences node.
  • Select the task sequence you want to edit in the Task Sequence list. Select Edit to modify.
How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr
How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr

Add Set Task Sequence Variable step

  • Select Add, choose the General category and then select Set Task Sequence Variable. This action adds the step after the currently selected step.
How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr
How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr

Specify the task sequence variable TSProgressInfoLevel to control the information when the task sequence displays the progress. It’s best to set these Task Sequence steps at the start or in case of any issue. You can reorder.

  • Task Sequence Variable Name – <Steps Name>
  • Task Sequence Variable – TSProgressInfoLevel
  • Value – Use the values below
1: Include the current step and total steps to the progress text. For example, 2 of 10.
2: Include the current step, total steps, and percentage completed. For example, 2 of 10 (20% complete).
3: Include the percentage completed. For example, (20% complete).

Select Apply and OK to save your changes and close the window.

Note – You can disable or remove the steps to go back to the default task sequence progress window experience.

How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr
How to Improve SCCM Task Sequence Progress Bar End User Experience | ConfigMgr

End-User Experience

Option 1

When the task sequence runs, it displays the Installation progress window with value 1. In the progress text, include the current step and total step number. For example, “Running action 8 of 227.”

Task Sequence Progress Bar

Option 2

When the task sequence runs, it displays the Installation progress window with value 2, Including the current step, total steps number, and percentage completed. For example, Running action 8 of 227 (3% complete).

The count of total steps doesn’t include the following items in the task sequence:

  • Groups. This item is a container for other steps, not a step itself.
  • Instances of the Run task sequence step. This step is a container for other steps.
  • Steps that you explicitly disable. A disabled step doesn’t run during the task sequence.
  • Starting in Configuration Manager version 2006, it doesn’t count enabled steps in a disabled group. In Configuration Manager version 2002, enabled steps in a disabled group are still included in the total count.
Task Sequence Progress Bar

Option 3 –

When the task sequence runs, it displays the Installation progress window with value 3, Including the percentage completed. For example, Running action (3% complete).

Task Sequence Progress Bar

Resources

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

JiteshMicrosoft MVP, has over six years of working experience in the IT Industry. He writes and shares his experiences related to Microsoft device management technologies and IT Infrastructure management. His primary focus is Windows 10/11 Deployment solution with Configuration Manager, Microsoft Deployment Toolkit (MDT), and Microsoft Intune.

Written by

Jitesh has over 5 years of working experience in the IT Industry. He writes and shares his experiences related to Microsoft device management technologies and IT Infrastructure management. His primary focus area is Windows 10 Deployment solution with Configuration Manager, Microsoft Deployment Toolkit (MDT), and Microsoft Intune.

Discussion · 4 comments

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read