Jump to content

Add users /Añadir usuarios


Recommended Posts

I need to know the right way of adding users via cmdlines... and useraccounts.cmd. I use Win XP Pro in spanish and this doesn't work:

net user John asdf1234 /add

net localgroup Administrators John /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT

;) even if I traslate it. PLS help.

¿Cuál es la forma correcta de añadir usuarios en XP Pro en español utilizando el cmdlines.txt?

Link to comment
Share on other sites


  • 1 month later...

i think i'm 1 of the few spanish users here. this is mine:

for useraccounts.cmd

@echo off
net user BioHaZaRD /add
net localgroup Administradores BioHaZaRD /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
EXIT

for autologon.reg

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="BioHaZaRD"
"DefaultPassword"=""
"AutoAdminLogon"="1"

@^_^, cmdlines is exactly the same on all localized versions. the only thing that is going to change is the name of the administrators group ("Administradores")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...