net user 用户名 ebiz /add /active:yes /expires:never /passwordchg:yes /fullname:"命名" /comment:"注释"
net localgroup "组名" 用户名 /add
pause
如
net user zhangsan ebiz /add /active:yes /expires:never /passwordchg:yes /fullname:"张三" /comment:"CVS Users"
net localgroup "CVS Users"zhangsan/add
pause
本文介绍如何使用netuser和netlocalgroup命令在Windows系统中创建用户及将其添加到指定组的方法。通过具体示例展示了命令行操作步骤。
3790

被折叠的 条评论
为什么被折叠?



