如何以编程方式关闭迈克菲
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想病毒扫描程序的要点是它们不能被其他软件关闭(至少不容易)
I guess the point of virus scanners is that they CANNOT be switched off by other software (at least not easily)
右键单击系统托盘中的 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