Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
217 B

  1. ; The following commands create a local user "Pat" with a password of
  2. ; "1234&Pat" and place the user in the Administrators group.
  3. ;
  4. ;
  5. [Commands]
  6. "net user /add Pat 1234&Pat"
  7. "net localgroup administrators /add Pat"