Autounattend.xml-여러 동기 명령 한 줄 <SynchronousCommand wcm:action=”add”>

Autounattend.xml 아래에서 여러 명령을 한 줄에 넣을 수 있습니까?

같은 :

<FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
        <Order>1</Order>
        <CommandLine>CMD /C SC STOP dhcp & CMD /C SC STOP wuauserv</CommandLine>
    </SynchronousCommand>
</FirstLogonCommands>

나는 이것으로부터 이익이 없다는 것을 알고있다 … 나는 호기심 만 요구한다.

(SetupComplete.cmd 또는 외부 .bat를 호출한다는 의미는 아닙니다)

감사



답변

CMD / C SC STOP dhcp & amp 사용; CMD / C SC STOP wuauserv ( “& amp;”에서 공백 제거)