Deny Access to Kiosk program process
问题 I have a kiosk app and have to disable task manager always to prevent closing the program by users . But some users need the TaskManager to close hanging programs. Any help would be appropriated. However, I am sure there is a function in windows to prevent closing a program's process , as when one attempt to kill rundll.exe process. I want to know that function if I can call it with DllImport Can anyone help with a trick? A hack? A function? Any other solution? EDIT: At least if there is not