I've been trying to automate the creation of a user account with admin rights using cmd bat .
net localgroup administrators [I]account name[/I]/add
got the following error:
There is no such global user or group:[I]account name[/I]
what's the problem?