windows-nt/Source/XPSP1/NT/base/ntsetup/opktools/samples/setup/cmdlines.txt

8 lines
217 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
; 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"