In Win7-11-Select.xml added launch FirstLogon.cmd but the commands don't work. Does WinNTSetup v531a support FirstLogon.cmd?
 
	SetupComplete.cmd works immediately, by default, did not edit anything, Win11 22H2 22624.1680
 
      <FirstLogonCommands>
        <SynchronousCommand wcm:action="add">
          <CommandLine>C:\Windows\Setup\Scripts\FirstLogon.cmd</CommandLine>
          <Order>1</Order>
        </SynchronousCommand>
      </FirstLogonCommands>
	P.S. 
	The start of firstlogon.cmd is obtained if you register in SetupComplete.cmd
 
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce /v firstlogon /t REG_SZ /d %windir%\Setup\Scripts\firstlogon.cmd /f
	 
	Still, it is interesting through Win7-11-Select.xml, is it possible to start and work firstlogon.cmd?