An open API service indexing awesome lists of open source software.

https://github.com/sweeticelolly/disable_ctrl_alt_del

Disable Ctrl+Alt+Del hotkey
https://github.com/sweeticelolly/disable_ctrl_alt_del

hotkeys privilege-escalation privileges process win32api windows

Last synced: 6 months ago
JSON representation

Disable Ctrl+Alt+Del hotkey

Awesome Lists containing this project

README

          

# Disable Ctrl+Alt+Del

!! ADMINISTRATIVE PRIVILEGE REQUIRED !!

Disable Ctrl+Alt+Del hotkey. Tested on Windows 10 X64.

To compile: `g++ "DisableCtrlAltDel.cpp" -o "DisableCtrlAltDel.exe"`

You may use other compilers.

# 禁用 Ctrl+Alt+Del

!! 需要管理员权限 !!

禁用 Ctrl+Alt+Del 热键。 在 Windows 10 X64 测试通过。

如何编译: `g++ "DisableCtrlAltDel.cpp" -o "DisableCtrlAltDel.exe"`

你也可以用其它编译器。