Turning on Microsoft Account (OOBE)

rschneider82

New Member
I have been working on this for a couple of days and have gone through the forums. I'm trying to turn on the ability to pick the wireless network and Microsoft account setup screens for the unattended. I have turned on anything related to Microsoft account in all the settings. But I must be missing something.

I have turned on
Componenents, remoting and privacy, Microsoft Passport Checked
Setting, systems, Microsoft Account to Allowed
 

Attachments

  • Win10basic_online.xml
    46.5 KB
Restore these components:
Code:
<c>Microsoft.Windows.OOBENetworkCaptivePortal 'Captive Portal Flow'</c>
<c>Microsoft.Windows.OOBENetworkConnectionFlow 'Network Connection Flow'</c>
<c>passport 'Microsoft Passport'</c>
 
Enabled the services and still not working just does the install and goes right to a local login page
 

Attachments

  • Win10basic_online.xml
    46.3 KB
  • Capture.JPG2.JPG
    Capture.JPG2.JPG
    28.2 KB
  • Capture.JPG
    Capture.JPG
    83.8 KB
I have been working on this for a couple of days and have gone through the forums. I'm trying to turn on the ability to pick the wireless network and Microsoft account setup screens for the unattended. I have turned on anything related to Microsoft account in all the settings. But I must be missing something.

I have turned on
Componenents, remoting and privacy, Microsoft Passport Checked
Setting, systems, Microsoft Account to Allowed
For Wireless, there is the Components - toolbar - Compatibility - WLAN which can help.
Seems like you missed to keep WLAN component itself, under the Hardware Support.

Even though not advertised as such, the Windows Store compatibility protects Microsoft IDs and such.
I recommend to enable both of these mentioned compatibilities, press OK, then go back and disable Store if you want to be able to uncheck Windows Store app.

For the Microsoft Account probably all or some of these from that compatibility:
<c>appid 'Application Identity Service'</c>
<c>browserbrokers 'Browser Brokers'</c>
<c>deliveryoptimization 'Delivery Optimization'</c>
<c>dssvc 'Data Sharing Service'</c>
<c>Microsoft.AAD.BrokerPlugin 'Work or school account'</c>
<c>Microsoft.AccountsControl 'Email and accounts'</c>
<c>Microsoft.XboxIdentityProvider 'Xbox Identity Provider'</c>
<c>onesettingsclient 'OneSettings Client'</c>
<c>onesyncsvc 'Sync Host'</c>
<c>passport 'Microsoft Passport'</c>
<c>proximity</c>

If someone filters it for Microsoft Account only, will make a separate Compatibility option.
 
got it working thank you for the input. But is there a way to turn off the services screen that comes up right after the Microsoft account login screen?
 

Attachments

  • Win10basic_online.xml
    46.5 KB
Back
Top