How to run application at shutdown?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to run an application each time a user shuts down their PC. Is there
a built in way to do this in Windows XP? Perhaps a registry entry or through
a scheduled task or will this require the creation of a Windows Service that
simply listens for the shutdown command?
 
Brad said:
I need to run an application each time a user shuts down their PC. Is there
a built in way to do this in Windows XP? Perhaps a registry entry or through
a scheduled task or will this require the creation of a Windows Service that
simply listens for the shutdown command?

Just curious as to what you want to start when the PC is shutting down.
As this can be very quick there may be not enough time.
 
Maybe you are looking for something like :

"Group Policy Editor" : Select from the Start-menu "Run" and enter :
GPEDIT.MSC

bye.
 
Yes, this also could be a proper solution. You can add a shutdown script in
in Windows Settings and call applications as you want.

Luke
 

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

Back
Top