1、网上找的win7 hook winlogon实现禁用CTRL+ALT+DEL
Module文件
Attribute VB_Name = "KeyboardLockFormModule"
Option Explicit
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Private Declare Function OpenProcess Lib "...
转载
2019-07-11 15:25:14 ·
898 阅读 ·
0 评论