输入“添加用户”命令。命令的格式为net user username password /add,其中“username”是新用户的名称,“password”是密码。
比如,若要添加名称为“Michael”,密码为“hello123”的用户,在此处输入net user Michael hello123 /add。
如果不想为用户设置密码,就不要输入密码,将命令改为net user username /add。
输入“添加用户”命令。命令的格式为net user username password /add,其中“username”是新用户的名称,“password”是密码。
比如,若要添加名称为“Michael”,密码为“hello123”的用户,在此处输入net user Michael hello123 /add。
如果不想为用户设置密码,就不要输入密码,将命令改为net user username /add。