disable "end program"

M

mike-ca

I want to power off my computer, however since some applications are
open, i got a "End Program" dialog box says "the system cannot end this
program because it is waiting for a response from you... click End
Now", is there a way i can build my XPE with that feature disabled.


thanks
 
K

KM

mike,

You don't necessarily want to remove component(s) responsible for that feature. Btw, the component is "Client / Server Runtime
(Console)".

But you can disable the wait. Then values you are going to be interested in are as follows:
[HKCU\Control Panel\Desktop],"AutoEndTasks"="1" (string)
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/34615.mspx?mfr=true
and
[HKCU\Control Panel\Desktop],"WaitToKillAppTimeout"="20000" (string, 20 sec is default) (set this to 0 if above doesn't help you to
fix the issue)
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/34637.mspx?mfr=true
[HKCU\Control Panel\Desktop],"HungAppTimeout"="5000" (string, 5 sec is default) (set this to 0 if above doesn't help you to fix the
issue)
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/34625.mspx

All three values are brought by "Windows API - User" component.
("AutoEndTasks"="0" by default)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top