Jump to content

Recommended Posts

Posted

Friends, how can I edit this XML so that it works in ISO? It doesn't work.

<settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
         <OOBE>
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                   <CommandLine>%WINDIR%\Setup\Scripts\Script.bat</CommandLine>
                   <Order>1</Order>
                </SynchronousCommand>
               </FirstLogonCommands>
           </OOBE>
    </component>
</settings><<

 


Posted

There are two things I can think of. You aren't creating a user and setting autologon in the XML, or the file you specified is not present in %WINDIR% at the time. After an install, you can check the setupact.log in the Panther folder and/or in UnattendGC to see if it shows any issues.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...