R
rafaeljsc
Guest
Hello!
I'm deploying the Windows 10 1909 and I need skip two pages, but I'm not finding parameters to do it.
This is my set up to OOBE stage:
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Other</NetworkLocation>
<HideOnlineAccountScreens>false</HideOnlineAccountScreens>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
I would like the option "Set up for an organization" was selected. After, skip the "Do more across device with activity history" page or the "No" option was selected.
If I set HideWirelessSetupInOOBE to "true", I'll skip the page to join on AAD too.
Can I set up it on OOBE stage?
Thanks in advance!!
Images:
More...
I'm deploying the Windows 10 1909 and I need skip two pages, but I'm not finding parameters to do it.
This is my set up to OOBE stage:
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Other</NetworkLocation>
<HideOnlineAccountScreens>false</HideOnlineAccountScreens>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
I would like the option "Set up for an organization" was selected. After, skip the "Do more across device with activity history" page or the "No" option was selected.
If I set HideWirelessSetupInOOBE to "true", I'll skip the page to join on AAD too.
Can I set up it on OOBE stage?
Thanks in advance!!
More...