Hi People,
Is it possible to have the welcome screen persist centering without using "-AllowDefer -DeferTimes 3"?
At the moment the i can get the welcome screen to center using;
Show-InstallationWelcome -CloseApps ‘winword,msaccess,excel,notepad’ -PersistPrompt -AllowDefer -DeferTimes 3
I would like just to have the welcome screen persist with the centering without any deferrals. I have tried using;
Show-InstallationWelcome -CloseApps ‘winword,msaccess,excel,notepad’ -PersistPrompt
This way, the welcome screen does not persist the centering.
Thanks Si