ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Service Killer for Shutdown?

<< < (2/2)

Stoic Joker:
If your not adverse to using a windows native solution:

Force Apps closed on shutdown

Force services closed on shutdown

cmpm:
See if this will do what you want.
http://www.geekstogo.com/forum/files/file/401-oth-oldtimers-helper/
I use it to kill process's before running some clean-up operations.
It will not kill everything, because you can use the start-misc-operations that will open a folder view.
And the OTH program window will still be there after 'kill all process'.

AbteriX:
[copy or print]
'[copy' is not recognized as an internal or external command, operable program or batch file.-TaoPhoenix (October 09, 2013, 07:04 AM)
--- End quote ---
This "[copy or print]" line comes from this forum software and has nothing to do with the batch,
so don't copy that line to your batch.

System error 1060 has occurred.
The specified service does not exist as an installed service.
--- End quote ---
You have to exchange the name of the service behind the "NET STOP " command
with the name of the service you want to stop. (Open a DOS-Box and type "NET START" to see all available services you can perhaps could stop)

Win XP if that helps
--- End quote ---
I don't know, but for WinXP the parameters for the shutdown command are used with an hyphen instead with an slash as for Win7:
 http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/shutdown.mspx?mfr=true
http://www.computerhope.com/shutdown.htm

So you should use
SHUTDOWN -s
instead of
SHUTDOWN /s


 

Navigation

[0] Message Index

[*] Previous page

Go to full version