新增使用者,帳號【test1】,密碼【12345678】
net user test1 12345678 /add
刪除使用者,帳號【test1】
net user test1 /del
==================== 分隔線 ====================
新增本地端的群組【group1】
net localgroup group1 /add
刪除本地端的群組【group1】
net localgroup group1 /del
==================== 分隔線 ====================
將 administrator 設定為 active
net user administrator /active
reset 使用者【test1】的密碼,新的密碼為【87654321】
net user test1 87654321
==================== 分隔線 ====================
將使用者【test1】,加入群組【group1】
net localgroup group1 test1 /add
將使用者【test1】,移出群組【group1】
net localgroup group1 test1 /del