Windows 10: MDT Change Unattend.xml In LiteTouchx64.wim

Discus and support MDT Change Unattend.xml In LiteTouchx64.wim in Windows 10 Installation and Upgrade to solve the problem; I want to open a cmd.exe at the same time as the LiteTouch.wsf runs. How do I change the unattend.xml in the LiteTouchx64.wim. The following is the... Discussion in 'Windows 10 Installation and Upgrade' started by q6987890, May 5, 2020.

  1. q6987890 Win User

    MDT Change Unattend.xml In LiteTouchx64.wim


    I want to open a cmd.exe at the same time as the LiteTouch.wsf runs. How do I change the unattend.xml in the LiteTouchx64.wim. The following is the complete unattend.xml. BUT it does not work ! As soon as it boots, it reboots itself. Is there anything wrong with the script? Thankyou very much.

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Description>Sets High Power</Description>
    <Order>1</Order>
    <Path>powercfg.exe /s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Description>Lite Touch PE</Description>
    <Order>2</Order>
    <Path>wscript.exe X:\Deploy\Scripts\LiteTouch.wsf</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    </settings>
    </unattend>

    :)
     
    q6987890, May 5, 2020
    #1
  2. q6987890 Win User

    MDT LiteTouchx64.wim Unattend.xml

    I want to open a cmd.exe at the same time as the LiteTouch.wsf runs. The following is the complete unattend.xml. I changed the 'RunSynchronous' to 'RunAsynchronous'. BUT it does not work ! As soon as it boots, it reboots itself. Is there anything wrong with the script? Thankyou very much.



    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1024</HorizontalResolution>
    <RefreshRate>60</RefreshRate>
    <VerticalResolution>768</VerticalResolution>
    </Display>
    <RunAsynchronous>
    <RunAsynchronousCommand wcm:action="add">
    <Description>Lite Touch PE</Description>
    <Order>1</Order>
    <Path>wscript.exe X:\Deploy\Scripts\LiteTouch.wsf</Path>
    </RunAsynchronousCommand>
    <RunAsynchronousCommand wcm:action="add">
    <Description>Opens CMD.exe</Description>
    <Order>2</Order>
    <Path>cmd.exe</Path>
    </RunAsynchronousCommand>
    </RunAsynchronous>
    </component>
    </settings>
    </unattend>
     
    q6987890, May 5, 2020
    #2
  3. Unattend xml File....

    hiiii

    i would like to install windows via WDS Server. How To Create Unattend .XML File in Server 2012......

    Regard

    Mohit
     
    Mohit Bahirat, May 5, 2020
    #3
  4. mike39sm Win User

    MDT Change Unattend.xml In LiteTouchx64.wim

    MDT Multicast

    Hello Everyone,

    I am new to MDT multicast and was hoping someone can answer my question, I set my MDT server up for multicast and it goes all the way to 99% and I watch it in the WDS console under my deployment share, I can see three clients and when they reach 99% and
    I hit refresh the clients disappear which i think means it reached 100% but then on the client side its rolls back to installing operating system and starts the percent count again. Is multicast on MDT work different, does it first download the image to one
    computer and once downloaded it distributes that one image to all others . I found an article below that explains how it should work but I am not sure if I am understanding it correctly.

    Here is the overall process:

    • ClientA starts a multicast session to download Win7SP1x86.wim from the MDT/WDS Server.
    • When the broadcast session of Win7SP1x86.wim reaches 25%, ClientB joins the session in progress. ClientB knows that it missed the first ¼ of the Win7SP1x86.wim file, so it starts writing 25% into its local copy of Win7SP1x86.wim.
    • When the multicast session reaches 100% of Win7SP1x86.wim, ClientA is done and drops off. However, ClientB is still missing the first ¼ of the file, and stays on the multicast chanel as it restarts (rolls back) to zero.
    • Eventually the multicast session of Win7SP1x86.wim reaches the 25% mark where ClientB first joined. ClientB now has 100% of the file and drops off. No clients are connected, and the server stops broadcasting.
     
    mike39sm, May 5, 2020
    #4
Thema:

MDT Change Unattend.xml In LiteTouchx64.wim

Loading...
  1. MDT Change Unattend.xml In LiteTouchx64.wim - Similar Threads - MDT Change Unattend

  2. Create .WIM image on MDT status goes to unresponsive state

    in Windows 10 Gaming
    Create .WIM image on MDT status goes to unresponsive state: Hi, I have a Windows 2012R2 server which has MDT installed, I'm trying to capture .wim and after few hours it goes to unresponsive state. Already verified BDD and smsts logs in Deploymentlogs$. Image doesn't capture and fails in between. How we do know if this is a Network...
  3. Create .WIM image on MDT status goes to unresponsive state

    in Windows 10 Software and Apps
    Create .WIM image on MDT status goes to unresponsive state: Hi, I have a Windows 2012R2 server which has MDT installed, I'm trying to capture .wim and after few hours it goes to unresponsive state. Already verified BDD and smsts logs in Deploymentlogs$. Image doesn't capture and fails in between. How we do know if this is a Network...
  4. MDT Skips .wim creation step during capture

    in Windows 10 Gaming
    MDT Skips .wim creation step during capture: Hi All,As mentioned in the title;During the MDT Capture wizard every steps works as intended OS installation, apps, sysprep, however it skips the "Create wim" step completely and continues with a shutdown. Any idea how to fix this?I have logs available if needed.MDT is being...
  5. MDT Skips .wim creation step during capture

    in Windows 10 Software and Apps
    MDT Skips .wim creation step during capture: Hi All,As mentioned in the title;During the MDT Capture wizard every steps works as intended OS installation, apps, sysprep, however it skips the "Create wim" step completely and continues with a shutdown. Any idea how to fix this?I have logs available if needed.MDT is being...
  6. MDT Skips .wim creation step during capture

    in Windows 10 Installation and Upgrade
    MDT Skips .wim creation step during capture: Hi All,As mentioned in the title;During the MDT Capture wizard every steps works as intended OS installation, apps, sysprep, however it skips the "Create wim" step completely and continues with a shutdown. Any idea how to fix this?I have logs available if needed.MDT is being...
  7. MDT LiteTouchx64.wim Unattend.xml

    in Windows 10 Installation and Upgrade
    MDT LiteTouchx64.wim Unattend.xml: I want to open a cmd.exe at the same time as the LiteTouch.wsf runs. The following is the complete unattend.xml. I changed the 'RunSynchronous' to 'RunAsynchronous'. BUT it does not work ! As soon as it boots, it reboots itself. Is there anything wrong with the script?...
  8. xml

    in Windows 10 Customization
    xml: what is xml and how can I modify it. My windows media player was working alright then it stopped. When I did troubleshooting, I was told a software has changed the XML to SXL. Any help?...
  9. unattend xml not wiping drives / unable to create primary

    in Windows 10 Drivers and Hardware
    unattend xml not wiping drives / unable to create primary: I'm having an issue where the paritions are created, but something goes wrong and then I have to format the primary drive to install windows onto. It's a UEFI config, does anyone have any suggestions? 109354
  10. Windows 10 XML file generator for unattended setup

    in Windows 10 Installation and Upgrade
    Windows 10 XML file generator for unattended setup: Anyone ran across a Windows 10 XML file generator for unattended setup? That Works!!!*Biggrin 5106