| 发表于:2007-03-02 10:30:421楼 得分:2 |
给你个思路 通过delphi应该很好实现 注册表hkey_current_user\software\microsoft\windows\currentversion\policies\explorer\restrictrun,在该子键下新建串值,串值从“1”开始命名,串值为能运行的应用程序路径名。 如: 名称 数据 1 “c:\windows\system\systray.exe” 2 “c:\windows\system\internat.exe” 该限制启动后,只有在restrictrun列表内的程序能够运行,请保证systray.exe程序包含在列表中。 你可以添加你想运行的程序 没添加的不会运行 | | |
|