首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

Vista下在command prompt能不能用net user命令一次创建多个用户,能的话,怎么创建

2012-01-08 
Vista下在command prompt能不能用net user命令一次创建多个用户,能的话,如何创建?As Title,Thanks,[解决办

Vista下在command prompt能不能用net user命令一次创建多个用户,能的话,如何创建?
As Title,

Thanks,

[解决办法]
Try this one.

BatchFile code
(net user user1 pwd1 /add)&&(net user user2 pwd2 /add) 

热点排行