Unable to set Local Account group to Administrator

fishyyyy

New Member
Hi all,

I would like to create a local account with administrator access in NTlite. I've tried 3 methods to do this:
1) Tick "Enable built-in Administrator using this account"
I've successfully created a local account with administrator rights, but I'm unable to change the name. As I'm creating this for my organization, we need to use another specific name.
2) Selecting "Administrators" Group
I'm able to input the name, but the output is showing "Users; Administrators" instead.
1666318859217.png
3) Selecting "Custom" Group and input "Administrators" as the Custom group
The result is same as 2).

Could anyone look into this issue or is there any other way I can do this?
Thank you in advance :)
 
You don't need "Enable built-in Administrator using this account", unless you want Administrator to be a live account.
This example makes you part of the Admin group.

Capture.PNG
 
You don't need "Enable built-in Administrator using this account", unless you want Administrator to be a live account.
This example makes you part of the Admin group.

View attachment 8444
I tried this in method 2), but what I get is "Users; Administrators" for the group as shown in the figure attach in my post. What should I do if I only want "Administrators"?
 
You would have to add a Post-Setup command (under Machine - Execution):
Code:
wmic useraccount where name='Administrator' call rename name='FLYYYY'
 
Back
Top