![]() |
|
#13
|
|||
|
|||
|
I found a solution that is clean and only requires modification of a few registry keys on program installation to work... The solution that works on my pc (after binding CTRL+ALT+DEL to taskmgr.exe) is this:
Just add the DLL to your AppInit_DLLs and task manager will only open if you created the mutex named "green_light" HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs for 32 bit taskmgr.exe HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs for 64 bit taskmgr.exe Attached source + dlls, fully tested and working on Win7 Ultimate x64. edit: you might wanna read some topics about AppInit_DLLs if you're planning to run your software on Windows 8. Here it requires you to set some other registry keys as well. also added a small mutex tool so you can test it without writing much stuff Last edited by mr.exodia; 08-31-2013 at 20:00. Reason: added attachment |
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
niculaita (07-04-2021) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ctrl-Minus in Hiew | mer0x36 | General Discussion | 2 | 12-12-2024 03:47 |
| How to disable VM detection? | te$ter | General Discussion | 3 | 05-16-2015 17:06 |
| Origins of Ctrl-Alt-Del | Anticode | General Discussion | 0 | 04-17-2005 20:16 |
| Why?the kb is disable | 3boy | General Discussion | 1 | 09-03-2003 20:22 |