搜索资源列表
钩子的应用程序运行监视
- 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop th
网卡的启用与禁用代码4
- 网卡的启用与禁用代码运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。具体细节请参考源代码。-card with the opening of Prohibited code running server, the client can connect through ip, udp used to support client to upload, monitor screens, and the server opera
RegEnable
- 程序包含对 被禁用的注册表的开启,被禁用的任务管理器的开启,对根目录下隐藏文件夹的显现,以及将隐藏系统文件的设置取消。VC60下运行通过
T300PB_101
- 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run-use of this procedure : 1. You can monitor the comput
myhook
- 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run-use of this procedure : 1. You can monitor the comput
gouzideyunyong
- 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。 3.这个程序需要加入注册表, 在系统启动时就运行, 达到监视的目的。注册表大概都不陌生,就是这里: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run
禁用任务管理器
- 通过简单的方法禁用windows任务管理器的运行. 核心代码只有一行哟,可以拓展到禁用其他程序运行.
system
- 当运行本软件时,必须要有数据库密码才能使用,否则禁用任务管理器,屏蔽网络。-When running the software, must have a database password to use, or disable Task Manager, shielding the network.
dk
- 一个全局禁用键盘和鼠标的程序,可以自定义程序运行后多少秒后会自动关闭和是不是隐藏运行等等.-A global disable the keyboard and mouse procedure can customize the program to run after the number of seconds will automatically shut down and is not running and so hidden.
qidong_jinzhi_caidanmingling
- 用 Visual C++.Net (VC.net) 编写的如何使用 启用和禁用菜单命令 的演示程序,在Visual C++.Net 2003下运行正常。程序很简单,注释详细。为初学者学习交流使用。有需要的朋友可以下载看看!-Using Visual C . Net (VC.net) prepared in how to use the menu commands enable and disable the demo program in Visual C . Net 2003 to
vcTrapCAD
- VC++屏蔽Windows热启键(Ctrl+Alt+Del)程序,实现动态禁用/启用Window NT/2000/XP的Ctr+Alt+Del组合键,在远程线程分配内存来存放参数。测试发现,本程序在XP下运行好像有点问题,容易导致电脑重启,特别是在勾选选框的时候,大家请注意-VC++ Shield Windows Thermal Kai key (Ctrl+ Alt+ Del) program, dynamic disable/enable Window NT/2000/XP the Ctr+
2007829725204
- 工具说明及用法 软件简介: 本工具可对选定磁盘进行特别的免疫处理;还可禁用磁盘自动运行特性,从而避免带毒的移动磁盘插入本机后病毒立即自动执行。 使用说明: 1.首先选择免疫的目标,可以选择所有本地驱动器,也可以选择指定的盘,U盘。 2.然后点击“免疫选中磁盘”即可。这将在磁盘上建立免疫的目录,此后这个U盘拿到别的机子,即使把自动运行的病毒拷入,也无法激活运行。 3.禁止自动运行功能,将屏蔽系统的自动运行功能。 -Introduction descr iption
lockALTPF4
- 禁用ALT+F4,程序运行时,屏蔽ALT+F4功能键,只有正常关闭才可以.-Disable ALT F4, the program runs, shielding ALT F4 function key, can only shut down.
USB-port-management
- 这是一个通过修改注册表,和注册表访问权限来达到禁用USB端口的一个小工具,在Windows XP 和 Windows 7 测试(需要以管理员身份运行)均通过!-This is by modifying the registry and registry access rights to achieve a small tool to disable USB port, Windows XP and Windows 7 beta (Run as Administrator) by
ranSelect
- C#四种方式实现对用户操作响应灵敏及可动态更新的窗体控件及其对比 随机抽奖应用为例 开发环境vs2010 timer,backGroundWorker,多线程,委托四种方式的对比: 1.4种方式都可以实现要求 可谓条条大路通罗马 2.多线程和委托需要强行禁用CheckForIllegalCrossThreadCalls,有可能存在运行安全问题,但目前还没遇到 3.timer的源代码最少最简单 其次是多线程 4.委托本质上还是要用到多线程 区别在于委托是
checkaDISABLE
- 先取一个随机数,再检测一个进程,若该进程正在运行,则按随机数分钟来禁用网卡。可用于家长控制电脑。该代码可更改成,其他功能,如关闭进程。-First take a random number, and then detect a process if the process is running, press random a few minutes to disable the network card. Can be used for parental control computer. Th
Process
- 门户基本上是一个防火墙的过程。它允许您选择哪些流程你想让你的电脑上运行。当一个新的进程被检测到,它提示您允许或阻止它。如果没有选择是选择在10秒它块自动,但这可以被禁用。你可以选择密码保护程序的所有方面和有免疫功能低下所致的隐身模式。这些包括任务栏隐藏自己从系统托盘,使本身隐藏的,只有accesable与一个热键。它也有能力面具本身在CTRL + ALT + DEL(任务管理器)。它通过阅读任务管理器内存和编辑它。它发现它的名字和可以改变它任何其他进程名称,如浏览器-The portal pro
USB
- 实现对USB端口的启用与禁用,操作方便简单,直接点击运行即可。-To achieve the USB port is enabled and disabled.The operation is simple and easy,just click run.
Enable-and-disable-toolbar-buttons
- 教你如何启用和禁用工具栏按钮,并且完成界面设计,添加工程之后正常运行。-Teach you how to enable and disable the toolbar button, and complete interface design, adding the normal operation after the project.