如何以编程方式关闭迈克菲

发布于 2024-08-22 20:48:34 字数 297 浏览 3 评论 0原文

我在 Windows 7 计算机上运行 McAfee VirusScan Enterprise 8.7i。

我正在编写此实用程序来配置 McAfee。现在如何以编程方式(使用 C++ 或 C#)关闭 McAfee?

我现在可以执行此操作的唯一方法是:

  • 从系统托盘中手动打开 McAfee Virusshield 图标,然后选择退出。

  • 在 SYSTEM 帐户下运行命令提示符(使用系统内部工具 psexec),然后发出命令“sc stop McShield”

I am running McAfee VirusScan Enterprise 8.7i on my Windows 7 machine.

I am writing this utility to configure McAfee. Now how do I turn off McAfee programmatically (using C++ or C#)?

The only ways I can do it right now are:

  • Manually opening the McAfee Virusshield icon from the system tray and then selecting Exit.

  • Run a command prompt under SYSTEM account (using System internals tool psexec) and then issue the command "sc stop McShield"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

や三分注定 2024-08-29 20:48:34

我想病毒扫描程序的要点是它们不能被其他软件关闭(至少不容易)

I guess the point of virus scanners is that they CANNOT be switched off by other software (at least not easily)

对你再特殊 2024-08-29 20:48:34

右键单击系统托盘中的 VShield 图标,然后选择管理功能和 VirusScan Enterprise
双击“访问保护”以访问属性
取消选中“防止 McAfee 服务被停止”选项
您现在应该能够停止 McAfee 服务

Right click on the VShield icon in the system tray and choose Manage features and the VirusScan Enterprise
Double click on Access Protection to get to the properties
Un-check the option for "Prevent McAfee services from being stopped"
You should now be able to stop the McAfee services

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文