# 계정 생성
>net user Test Test /ADD
The command completed successfully.
# 생성계정 그룹 등록
>net localgroup Administrators Test /add
The command completed successfully.
# 계정 생성
>net user Test Test /ADD
The command completed successfully.
# 생성계정 그룹 등록
>net localgroup Administrators Test /add
The command completed successfully.