开启xp_cmdshell
Posted 两年十一时
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了开启xp_cmdshell相关的知识,希望对你有一定的参考价值。
--打开xp_cmdshell
EXEC sp_configure ‘show advanced options‘, 1
GO
RECONFIGURE
GO
EXEC sp_configure ‘xp_cmdshell‘, 1
GO
RECONFIGURE
GO
use ConfigDB
go
spb_netuse_ntqa @device=‘V‘
xp_cmdshell ‘dir V:‘
以上是关于开启xp_cmdshell的主要内容,如果未能解决你的问题,请参考以下文章