4
Simple question, how do I make my application process to be "unstoppable" by the system? I want when a user tries to close the application to appear the message "Access denied", and when it forces the termination of the error in the kernel CRITICAL_PROCESS_DIED. That’s what happens to the process wininit.exe
by the CMD:
C:\> taskkill /im wininit.exe
ERRO: o processo "wininit.exe" com PID 532 não pôde ser finalizado.
Razão: Acesso negado.
Not even the Wininit process is displayed in the task manager. You can programmatically make the app can close smoothly and another time can be endless?