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开发者_如何学C i do it from Java or C++ Builder ?
Thanks.
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?
See response on WM_POWERBROADCAST message. Also take into account that your ability to prevent shut down can depends on OS (it seems on Vista and later there are additional capabilities).
精彩评论