Block Control+Alt+Delete

后端 未结 14 744
渐次进展
渐次进展 2020-12-03 08:35

I am doing an Online Quiz project in C#. The test client is a Windows Desktop Application running on Windows XP. I need to block the control+alt+d

14条回答
  •  萌比男神i
    2020-12-03 09:18

    There're three ways of doing it (registry, administrative templates and hooks) described in this article.

    The code is in C++, but it will be easy to port it to C# with P/Invoke.

提交回复
热议问题