搜索资源列表
在2000XP2003下屏蔽Ctrl + Alt + Del组合键
- win 2000、XP和2003下屏蔽ctrl+alt+del的源码-win 2000, XP and 2003 ctrl alt del shielding the source
一个屏保程序
- 本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是\"kkcocoon\". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->
winlock_src
- 主要功能: 隐藏windows系统桌面,屏蔽掉 CTRL+ALT+DEL等系统按键。压缩包中 含有详细英文说明-main functions : hidden windows desktop system. shielding swap CTRL + ALT + DEL keys systems. Compressed packets containing detailed English
Alt
- 屏蔽系统热键 \"Ctrl+Alt+Del\"。-shielding system hotkey "Ctrl Alt Del."
scrnsave_code
- 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。-This is one of the windows platform running under similar to the Win98 screen protection program "changes" of the Ea
200602061800455528
- 通过远程线程注入的方式截取Alt+Ctrl+Del,实现真正的键盘软锁。
recoder
- 鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 鼠标 行为的记录,重放 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。 2.本代码参考了的一些 程序, 参考了很多其他人的编码
ctrl-alt-del
- 使用全称钩子hook屏蔽ctrl+alt+delete,也就是禁用任务管理器-With the full hook hook shield ctrl+ alt+ delete, task manager is disabled
NoCtrl+Alt+Del
- no Ctrl+Alt+Del 注入dll文件到进程-no Ctrl Alt Del inject dll files to the process of
NoReboot
- 是一个在Windows 2000 下屏蔽CTRl+ALT+Del 键的例子-Is a Windows 2000 under the shield CTRl+ ALT+ Del key examples
SysHotKey
- | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多* | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
scrnsave_code
- 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。 本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Soft
jianpangouziyun
- 本软件可以截获几乎所有键值,例如:shift+?,ctrl+?,alt+?,F1~F12,shift或者ctrl或者alt + F1~F12,单独的 shift、ctrl、alt 键值,特殊键ins、del、caps lock、num lock、小键盘数字 等等,你只要稍作修改,也可以截获 ctrl+alt+?等键值,没有截获不到的键值,本程序不使用dll方式,使用常规方式,方便你编译调试修改,支持xp、vista、win7,是最强悍的键盘钩子控件, 本软件在delphi7下通过。-The so
lock
- 修改后的锁屏程序,间接阻止win+d、alt+f4,限于java的非底层性,alt+ctrl+del还无法屏蔽-The modified lock-screen process, indirectly prevent win+ d, alt+ f4, limited to java, alt+ ctrl+ del can not shield
scrnsave_code
- win32sdk 开放的 屏保这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。
ctrlaltdel
- Delphi屏蔽ALT+TAB键 经测试,可以使用屏蔽系统热键源代码-ALT+ TAB key Delphi Shield has been tested, you can use the source code shielding system hotkey-Shielding ALT+CTRL+DEL
FbtAltDel
- 自己编写的一个win7下禁止alt + ctrl + del键的程序-自己编写的一个win7下禁止alt+ ctrl+ del键的程序
LockScreen
- 锁屏 屏蔽热键 屏蔽Win键以及Alt+Ctrl+Del 是桌面文件以及任务栏消失 可以托盘-Lock screen shield shield hotkey Win key and Alt+ Ctrl+ Del is a desktop file and task bar disappears can tray
ALT_CTRL_D1203548202002
- ALT CTRL DEL Example for Visual Basic
禁用Ctrl+Alt+Del源码
- The code shows how to disable Ctrl+Alt+Del shortcut in windows system.