2025-04-27 07:49:33 -04:00

8 lines
224 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"