Is there any method to disable logoff,lock and taskmanager in ctrl+alt+del in C#

前端 未结 4 1360
逝去的感伤
逝去的感伤 2020-12-19 23:49

On running my window application. if the user press ctrl+alt+del i need to disable these buttons..is there any method

4条回答
  •  [愿得一人]
    2020-12-20 00:45

    If I remember correctly, CTRL-ALT-DEL is the only key combination you can't override.

提交回复
热议问题