Cannot create new User Accounts within Windows 11 23H2

Alt68er

Member
Messages
70
Reaction score
12
Hi,
as my NTLited Win11 24H2 doesn't work correctly I decided to create a lite version von Win11 23H2 based on the first official 23H2 image.
That worked fine for me until I tried to create a new account from within Windows settings.
I clicked onto the the create account button, for 1-2 seconds the settings windows got blank and then it crashed. I tried it several times, but always it crashed, so it must be bug in whatever module.
My question to the experts: which of the settings in my attached saved session xml may cause this behavior?
Thousand thanks in advance for your support!
Regards, Peter
 

Attachments

What type of account? You have logon with MS Accounts disabled.
Code:
                                <Tweak name="System\NoConnectedUser">3</Tweak>
 
I'm aware that I disabled to create a new MS account.
But I was thinking that I'll be able to create a new local account by opening the settings > accounts and then like shown on the attached screenshots.
And doing a click like shown on Konto2 the settings is crashing.

Or is the creation of local accounts possible only upon setting up via the unattended.xml ?
Or is this tweak completely disabling the creation of now accounts ?
 
When you use Settings App to create a new account, it's a separate workflow than creating a local account from "net user" or netplwiz. The other two methods don't allow MS Accounts, which is why I mentioned it.

This component is required by Settings App to link e-mail accounts.
Code:
                <c>accountscontrol 'Email accounts support'</c>
 
Thanks a lot for your help!
In the meantime I remembered the net user command and my test confirmed that I can create/amend/set password etc. via a cmd-window.
That's all I need.
Thank you again and have a nice weekend.
 
Back
Top