Programs run at shutdown

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I've got a clean-up tool that runs when you shutdown your PC.
How do you prevent your PC from shutting down before the tool has
finished ?

Cheers,
Steve.
 
Steve said:
I've got a clean-up tool that runs when you shutdown your PC.
How do you prevent your PC from shutting down before the tool has
finished ?

Cheers,
Steve.

why dont' you tell us the name of the "clean-up" tool.

read the manual for the clean-up tool
 
Steve said:
I've got a clean-up tool that runs when you shutdown your PC.
How do you prevent your PC from shutting down before the tool has
finished ?

Cheers,
Steve.


The WaitToKillServiceTimeout value name in the registry allows you to
specify a length of time that the service control manager must wait for
services to complete the shut-down request. Open Registry Editor and
navigate to:
HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Control
\WaitToKillServiceTimeout
Increase the Service timeout value (default being 20000ms) to your
preference.

It is best to backup your registry before you make changes to it, here is a
free and very good tool for doing so.
http://www.larshederer.homepage.t-online.de/erunt/

Good Luck.
 

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

Similar Threads


Back
Top