windows-nt/Source/XPSP1/NT/base/ntsetup/opktools/samples/setup/cmdlines.txt
2020-09-26 16:20:57 +08:00

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"