Is there a way to control the order in which services are stopped on a system shut-down?
We are having issues with our domain-controller, which takes forever to shut down (if it goes down at all) because of a mistake in the order the services are shut down (First domain services, then Exchange).
I could write a script to stop Exchange first and then shut down the machine, but would really like to be able to just issue a shutdown /r /t 1
and not have to think about it.
So, is there a way to control the order in which services are stopped/started on system stops/starts?