net user /add [username] [password]
This creates the user account
net localgroup administrators [username] /add
This adds the user to the Local Administrators Group
wmic UserAccount where Name="[username]" set PasswordExpires=False
This prevents the password from expiring