Is there a way to create a user in Windows XP through Batch Script and even assign it an administrator / limited user value?
Suppose the username is canceled and the password is pAsS
net user rased pAsS /add net localgroup administrators rased /add
here the user is added under the group of administrators.
, , net user USERNAME PASSWORD /add ( PASSWORD, , * PASSWORD, ), " "; , net localgroup Administrators USERNAME /add .
net user USERNAME PASSWORD /add
*
net localgroup Administrators USERNAME /add