Hello,
Please try below command to add the newly created account to admin group:
net user username password /add
net localgroup Administrators username /add
Replace username
with the desired username for the new account and password
with the password you want to set for the account.