Anyone else noticing that when the Show-InstallationProgress window pops up it does NOT show up centered on the screen?
I have made this change in AppDeployToolKitMain.ps1 ~ line 7023
From this $xamlProgress.Window.Top = [string]($screenHeight / 9.5) to this $xamlProgress.Window.Top = [string]($screenHeight / 3.2)
and now its always centered top to bottom.