Administrator rights missing - only guest account

B

Babedibube

Guest
Dear experts,

after installing the system, the logon screen shows "Other Users" - not the account i defined before. When i'm manually typing in the account's name, the profile will be loaded, but only with "guest rights". In ntlite i added the account in group administrators and made all preferences like I always did. What am I doing wrong?

I tried to fix the problem while setting a password an autologin, with bad results. I could attach the unattend.xml later...

WIN10 Professional, 64bit, latest Version
 
Please upload the saved session/preset file used. Use the attach files button.
 
Missing Admin rights seems like a common problem. Use this Search result. Seeing as you havnt done any removals or added updates its likely to be a windows problem. Did you previously update the image or is it an untouched image?
 
I downloaded the latest Image for this installation from Windows - so it was untouched. Of course I used the integrated Adminacc to give Adminrights to guest Acc, but in my view that's no solution for unattended install. I tried an older version some months ago and everything worked fine. During this time I got an update for ntlite AND used the new Windows Build, so I don't know, what causes the problem. I'm so confused o_O
 
@Babedibube, in your preset there are no removals, so it's just about the unattended settings.
I see the order mess in:

Code:
                <RunSynchronous>
                    <RunSynchronousCommand>
                        <Order>3</Order>
                        <Path>net user Administrator /fullname:"Administrator"</Path>
                        <WillReboot>Never</WillReboot>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand>
                        <Order>3</Order>
                        <Path>net user Administrator /fullname:"Administrator"</Path>
                        <WillReboot>Never</WillReboot>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand>
                        <Order>1</Order>
                        <Path>net user Administrator /active:Yes</Path>
                        <WillReboot>Never</WillReboot>
                    </RunSynchronousCommand>
                </RunSynchronous>

Something like that was fixed in latest versions, did you try 6080?
If it still produces that kind of order in autounattend.xml file, please correct manually (one of those <Order>3</Order> to <Order>2</Order>), save autounattend.xml changes, create ISO and try.

Thanks.
 
Hey guys, sorry for late answer, I simply forgot to answer. You're right! I tested again on March 13th and had good results. I saw in changelog that Build 6080 was released at March 4th, so i worked with the this build. Case closed, thanks for you help!
 
Back
Top