Hiding a task sequence progress UI

If you have a custom HTA or dialog box as part of a task sequence, the dialog box could get in the way.  And it’s quite annoying to manually drag it out-of-the-way every time.   A workaround to this is to hide that task sequence dialog box altogether with the following VBScript.  So run this bit of code before you launch the HTA

On Error Resume Next
' Hide the task sequence window 
Set ProgressUI = CreateObject("Microsoft.SMS.TsProgressUI") 
ProgressUI.CloseProgressDialog
About these ads

,

  1. Leave a Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 59 other followers

%d bloggers like this: