Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. After the computer is imaged in WinPE, Landesk copies the drivers for that machine into a folder on the hard drive.
  2. The computer boots into audit mode, installs the drivers, then syspreps the computer into oobe mode.
  3. The computer should now boot up normally in oobe mode and continue the process as normal.

Technical Details

Expand
test
test
Code Block

      <OOBE>
        <HideEULAPage>true</HideEULAPage>
        <ProtectYourPC>1</ProtectYourPC>
        <SkipMachineOOBE>true</SkipMachineOOBE>
        <SkipUserOOBE>true</SkipUserOOBE>
      </OOBE>
      <ProductKey>%Win7ProdKey%</ProductKey>
      <RegisteredOwner>User</RegisteredOwner>
      <RegisteredOrganization>LANDesk</RegisteredOrganization>
      <UserAccounts>
        <AdministratorPassword>
          <PlainText>true</PlainText>
          <Value>%AdminPass%</Value>

Landesk Community Documents and Discussion