shadesofdeath/Shades-Toolkit

Great Tool!

Opened this issue · 2 comments

Seems to work really well so far!

I'm trying to make the autoattend so it will make a local admin account, but ask to sign the PC into azure ad on first boot rather than asking for the local admin login.

Any tips?

YOU ARE WELCOME!

STATEMENT: With this website, you can create an unattend file and prevent it from asking for a Microsoft Account.

STATEMENT: If it forces you to enter a Microsoft Account, instead of an email, write (mailto:no@thanx.com)," and instead of a password, write "nothanx." This way, it will return an error message, and you will bypass entering the Microsoft Account.

Thank you!

Thanks Shades, I saw that, but I'm actually tried to do the opposite. Not prevent it, but require it.

This is the OOBE section of my auto unnatend, but after setup is done, it just goes to the local login signon.

<OOBE> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>false</HideLocalAccountScreen> <HideOnlineAccountScreens>false</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipMachineOOBE>false</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE>

If you aren't sure (since your goal was the opposite) no biggie. Just though I'd ask.