home

Tags

DOS下创建用户

April 27th, 2008

net user 查看已有账户
net user hack 1234 /add 增加账户hack 密码为:1234
net localgroup administrators hack /add 提权为管理员
net user hack 12345 修改密码…