Autounattend.xml -multiple SynchronousCommand one lineTool for merging multiple OFX files into one?Multiple...

How much mayhem could I cause as a fish?

False written accusations not made public - is there law to cover this?

How does one write from a minority culture? A question on cultural references

Non-Cancer terminal illness that can affect young (age 10-13) girls?

Eww, those bytes are gross

Has any human ever had the choice to leave Earth permanently?

How to make ice magic work from a scientific point of view?

Airplane generations - how does it work?

What is the point of publishing a research paper nowadays when even a blog post or a lecture slide can have more citation count than a journal paper?

Is "the fire consumed everything on its way" correct?

Why is it that Bernie Sanders is always called a "socialist"?

Early credit roll before the end of the film

How to deal with possible delayed baggage?

Why is Agricola named as such?

Removing whitespace between consecutive numbers

Potential client has a problematic employee I can't work with

How can I play a serial killer in a party of good PCs?

How do you funnel food off a cutting board?

Saint abbreviation

Do authors have to be politically correct in article-writing?

How should I handle players who ignore the session zero agreement?

Bash script to truncate subject line of incoming email

Is there a lava-breathing lizard creature (that could be worshipped by a cult) in 5e?

Why avoid shared user accounts?



Autounattend.xml -multiple SynchronousCommand one line


Tool for merging multiple OFX files into one?Multiple Find/Replace queries over multiple files: replace one by oneOne WinPE for multiple different installationsCommand Line : Concatenate multiple files by dateWindows cmd: escape commands to start cmd from batch file, executing commands that add to PATHMultiple line Windows Batch File issueScript to merge a specific line of multiple .txt files into one .txt fileAutounattend.xml Issue (Disk Configuration) with Windows Server 2016 on Dell PowerEdge R330Replace multiple spaces with one space in txt files using batchEvent Viewer Command Line Multiple Views













1















Is there possibility to put multiple commands into one line under Autounattend.xml ?



something like:



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


I know there is no benefit from this ...I asking only from curiosity



(I dont mean SetupComplete.cmd or calling external .bat)



Thanks










share|improve this question





























    1















    Is there possibility to put multiple commands into one line under Autounattend.xml ?



    something like:



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


    I know there is no benefit from this ...I asking only from curiosity



    (I dont mean SetupComplete.cmd or calling external .bat)



    Thanks










    share|improve this question



























      1












      1








      1








      Is there possibility to put multiple commands into one line under Autounattend.xml ?



      something like:



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


      I know there is no benefit from this ...I asking only from curiosity



      (I dont mean SetupComplete.cmd or calling external .bat)



      Thanks










      share|improve this question
















      Is there possibility to put multiple commands into one line under Autounattend.xml ?



      something like:



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


      I know there is no benefit from this ...I asking only from curiosity



      (I dont mean SetupComplete.cmd or calling external .bat)



      Thanks







      batch xml unattended






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 3 '16 at 18:37







      AnimaliX

















      asked Aug 19 '16 at 17:59









      AnimaliXAnimaliX

      63




      63






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Use
          CMD /C SC STOP dhcp & a m p ; CMD /C SC STOP wuauserv (remove the spaces in "& a m p ;")





          share








          New contributor




          Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1115457%2fautounattend-xml-multiple-synchronouscommand-one-line%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Use
            CMD /C SC STOP dhcp & a m p ; CMD /C SC STOP wuauserv (remove the spaces in "& a m p ;")





            share








            New contributor




            Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              Use
              CMD /C SC STOP dhcp & a m p ; CMD /C SC STOP wuauserv (remove the spaces in "& a m p ;")





              share








              New contributor




              Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                Use
                CMD /C SC STOP dhcp & a m p ; CMD /C SC STOP wuauserv (remove the spaces in "& a m p ;")





                share








                New contributor




                Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                Use
                CMD /C SC STOP dhcp & a m p ; CMD /C SC STOP wuauserv (remove the spaces in "& a m p ;")






                share








                New contributor




                Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share


                share






                New contributor




                Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 6 mins ago









                LucLuc

                1




                1




                New contributor




                Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Luc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1115457%2fautounattend-xml-multiple-synchronouscommand-one-line%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...