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
- Host: GitHub
- URL: https://github.com/sweeticelolly/disable_ctrl_alt_del
- Owner: SweetIceLolly
- License: mit
- Created: 2019-10-23T05:12:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T05:19:16.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T09:21:40.132Z (6 months ago)
- Topics: hotkeys, privilege-escalation, privileges, process, win32api, windows
- Language: C++
- Size: 8.79 KB
- Stars: 20
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"`
你也可以用其它编译器。