文件名称:C#禁用任务管理器热键
文件大小:72KB
文件格式:RAR
更新时间:2012-06-04 03:58:09
Ctrl+Alt+Del
本方法只得用于正当的系统,若用于搞破坏,请自觉承担法律责任,具体的使用方法: public Form1() { InitializeComponent(); } [DllImport(@"native.dll", EntryPoint = "FuckSysKey")] private extern static bool FuckSysKey(bool enAble); private void button1_Click(object sender, EventArgs e) { FuckSysKey(false); } private void button2_Click(object sender, EventArgs e) { FuckSysKey(true); }
【文件预览】:
native.dll