memstechtips / UnattendedWinstall

Personalized Unattended Answer Files that helps automatically debloat and customize Windows 10 & 11 during the installation process.
MIT License
1.12k stars 169 forks source link

[Sugguestion] Please add version that still have microsoft account support #25

Closed chokchai closed 5 days ago

chokchai commented 5 days ago

Because one drive and BitLocker will be broken. completed remove support Microsoft account is affecting the usage of its.

Thank you.

Syntax3rror404 commented 5 days ago

Onedrive is not broken, its basically removed.

If you want to use onedrive, you can exclude the parts which disables onedrive in the xml.

Search for "onedrive" in the xml and remove all the lines and you're done.

memstechtips commented 5 days ago

I did not remove Microsoft Accounts, they are just bypassed/disabled during the setup process. You can go through the setup process and create an Offline/Local account with your name. Once you're signed in, just go to Accounts and click on Sign In, your local account will be converted to a Microsoft Account. MS Acc

As for OneDrive @Syntax3rror404 is correct, that is one way of doing it.

But you can also just download and install it from Microsoft, it still works. OneDrive

BUT, before it will launch and sync your files, you will need to edit the following registry key:

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\OneDrive

Double Click the “DisableFileSyncNGSC” and change the value to 0.

OneDrive Reg

I trust that this will resolve the issue and I'm closing it with this comment.