1 Rookie
•
4 Posts
0
719
June 13th, 2022 08:00
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:
Contact us for more information.
If you do not already have a Dell contact, use the Global Imaging Contact Sheet to get started.
Learn More with Live Webinars.
See Dell Configuration Services Imaging & Provisioning Webinar for webinar schedules and registration details.
every Thursday from 9:30AM-10:30AM CST (3:30-4:30 UTC/GMT)



DELL-ChrisM2
Community Manager
•
1.2K Posts
0
November 11th, 2025 17:40
Great post! Marking thread as Accepted Solution.