我想在 Windows Server 2003 中使用 DOS 命令清除安全事件 (security.evtx) 中的内容。我收到错误:该文件正在被另一个进程使用。我应该停止事件收集服务吗?在停止此服务之前,此服务是否有任何依赖关系?
答案1
您可以使用 PowerShell(您必须先安装):
Clear-Eventlog -Log Security
或者你可以尝试这个:
wevtutil clear-log Security
我想在 Windows Server 2003 中使用 DOS 命令清除安全事件 (security.evtx) 中的内容。我收到错误:该文件正在被另一个进程使用。我应该停止事件收集服务吗?在停止此服务之前,此服务是否有任何依赖关系?
您可以使用 PowerShell(您必须先安装):
Clear-Eventlog -Log Security
或者你可以尝试这个:
wevtutil clear-log Security