' Hide the progress dialog
Set oTSProgressUI = CreateObject("Microsoft.SMS.TSProgressUI") oTSProgressUI.CloseProgressDialog Set oTSProgressUI = Nothing
I found this script that will hide the task sequence progress bar, the problem is I have no idea how or where to put it in my task sequence. Could someone throw me a bone please?