删除与恢复xp_cmdshell

来源:互联网 发布:tumblr账号淘宝 编辑:程序博客网 时间:2024/05/21 06:28
删除xp_cmdshell
Use Master Exec sp_dropextendedproc N'xp_cmdshell' Go 
恢复xp_cmdshell
Use Master Exec sp_addextendedproc N 'xp_cmdshell', N'xplog70.dll' Go
原创粉丝点击