8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
|
; The following commands create a local user "Pat" with a password of
|
||
|
; "1234&Pat" and place the user in the Administrators group.
|
||
|
;
|
||
|
;
|
||
|
[Commands]
|
||
|
"net user /add Pat 1234&Pat"
|
||
|
"net localgroup administrators /add Pat"
|