You can create a pause within an MDT task sequence using a ‘Command line’ step.

"%deployroot%\tools\x64\ServiceUI.exe" -process:TSProgressUI.exe %WINDIR%\System32\cmd.exe

Result

You can create a pause within an MDT task sequence using a ‘Command line’ step.

"%deployroot%\tools\x64\ServiceUI.exe" -process:TSProgressUI.exe %WINDIR%\System32\cmd.exe

Result

How to skip locale and time zone selection by configuring the customsettings.ini file.
How to pre-select or make applications mandatory in MDT by configuring the customsettings.ini file.
How to display a list of Organizational Units (OUs) during the MDT deployment
Windows 11 in OOBE mode using the Microsoft Deployment Toolkit (MDT)
MDT logs, disk partitioning, deployment, domain join, Windows setup, unattend log, task sequencer
Read and modify MDT variables using VBScript.