Feb 15 2022 01:55 AM
Hi
In my organization we create an image for our laptops by using sysprep in combination with an unattended.xml file. This works but we would like to limited the OOBE-fase as much as possible.
But we cannot find the option to disable of preconfigure the screen for set up for personal or organization use.
These are the options we already use in the Unattended.xml file.
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
We know that this is possible by using AutoPilot in Intune but we would like to keep using a preconfigured imagefile.
Thanks in advance!
Vincent