Search code examples
javawindowsc++buildershutdown

Block windows shutdown


I need execute some code before Windows shutdown process each time. So, I want block Windows shutdown process for some time. How can i do it from Java or C++ Builder ?

Thanks.


Solution

  • Use a logoff or shutdown script to launch an exe? This can be set by Group Policy.

    Of course, I hope you have a good reason (like my corporate build) to do this. As mentioned in comments, what are you tring to do please?