how to stop this message on pressing CTRL + ALT + DEL?
- by moon
i have the following code to disable task manager of windows xp but it still displays a message the "task manager is disabled" and we have to press ok
how can i disable even this message ;
i want that when any one presses ALT+CLRT+ DEL nothing happens even no message dialog.
HKEY hMykey;
DWORD pDWDisp;
unsigned char cData[1];
cData[0]='1';
LONG…