您的位置:首页 > 其它

windows下添加用户和组命令

2012-03-09 00:00 260 查看
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

$(document).ready(function(){dp.SyntaxHighlighter.HighlightAll('code');});

原文链接:
http://blog.csdn.net/kimsoft/article/details/6199107
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: