G
Guest
I'm trying to run a .bat file which will automatically re-enable a disabled
Windows spooler service and then restart the service. I've got the following
script ready
sc config spooler start= auto
net start spooler
When the Windows spooler service changes to disabled, i tried putting this
script under the recovery option in the services console - (when service
fails, run this script), but it does not run... i've tried running the bat
file manually and the service is correctly restarted, etc, i just need to
find out how to get it to run automatically when the service sets itself to
disabled.
Windows spooler service and then restart the service. I've got the following
script ready
sc config spooler start= auto
net start spooler
When the Windows spooler service changes to disabled, i tried putting this
script under the recovery option in the services console - (when service
fails, run this script), but it does not run... i've tried running the bat
file manually and the service is correctly restarted, etc, i just need to
find out how to get it to run automatically when the service sets itself to
disabled.