Share via


Hide Task Sequence Progressbar during Inplace Upgrade

Question

Wednesday, October 10, 2018 8:13 AM

Hello

I'm currently in the final stage of testing for my Inplace Upgrade Task Sequence with Configuration Manager 1802. One thing I couldn't figure out yet is how to completely hide the Task Sequence Progress bar.

I disabled the Option "Show Task Sequence Progress" on the Deployment of the Task Sequence. This seems to work until the Inplace Upgrade (from the OS perspective) is done and the TS resumes in the Post-Processing Group. Then the Progress Bar get's normally displayed until the TS finishes.

Does anyone know how to hide the TS ProgressBar during the entire Inplace Upgrade?

Thanks.

All replies (2)

Wednesday, October 10, 2018 9:31 AM âś…Answered | 1 vote

Hello,
 
Set TSDisableProgressUI variable before post-Processing steps.
 

 
/en-us/sccm/osd/understand/task-sequence-variables#TSDisableProgressUI
 
Hope my answer could help you.
 
Best Regards,
Ray
 

Please remember to mark the replies as answers if they help.

If you have feedback for TechNet Subscriber Support, contact [email protected].


Thursday, October 11, 2018 7:41 AM

Hi Ray

Thanks for the answer, this worked perfectly!