Start a Conversation

Unsolved

Closed

TM

1 Rookie

 • 

4 Posts

664

June 13th, 2022 08:00

How to: Silence OOBE with Image Assist Dynamic

Prior to running Image Assist, edit the imageassist.config file using notepad & change the “false” statement to “true" for the following line.

<add key="SkipWindowsOOBESetup" value="True" /><!--If set to true will skip OOBE setup.-->

Upon running the Unattend.xml creator, the following lines will be added to the OOBE section of the unattend.xml.

      <OOBE>

        <HideEULAPage>true</HideEULAPage>

        <NetworkLocation>Work</NetworkLocation>

        <ProtectYourPC>1</ProtectYourPC>

        <HideLocalAccountScreen>true</HideLocalAccountScreen>

        <HideOnlineAccountScreens>true</HideOnlineAccountScreens>

        <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

      </OOBE>

Related Articles:

Need help or ready to send your image to Dell? Contact the Image Assist helpdesk.

Want Dell to build your image? Dell offers fee-based Image Management Services. Contact our regional IMS teams for more information.

No Responses!
No Events found!

Top