如何使用注册表从系统禁用特定的应用程序

问题描述:



我在MFC中开发了一个应用程序,我的应用程序用于为用户设置权限或特权,因此作为应用程序的一部分,我需要使用注册表从系统中禁用一些应用程序.

例如:如果我不希望用户使用VLC Player或计算机中已经安装的任何其他应用程序,那么如何使用注册表禁用和启用这些应用程序.如果有人指导我,我将非常感激. >
在此先感谢.

Hi,

I have developed an application in MFC,my application is used set the rights or privileges to the user,so as a part of the application,i need to disable few applications from the system using registry.

Example :If i dont want the user use VLC Player or any other applications that are already installed in the machine.So how to disable and enable these application using registry.I will be thank full if some one guide me for this.

Thanks in Advance.

此处 [ ^ ]是Microsoft的文章.我认为方法2非常可行.
Here[^] is an article from Microsoft. I think Method 2 is very feasible.