开启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的主要内容,如果未能解决你的问题,请参考以下文章

Flink 开启 GC 日志

ELK日志开启安全保护

LINUX服务开启关闭建议

telnet服务怎么开启 telnet服务开启方法

《mumu模拟器》工具栏开启方法

Kafka 客户端开启压缩