V vishal.tarwani Jul 5, 2018 1 0 10 0 Jul 5, 2018 #1 I need a BAT script which checks 2 services "TrustedInstaller" and "windows Update", if found disabled, the script should enable and then start the service
I need a BAT script which checks 2 services "TrustedInstaller" and "windows Update", if found disabled, the script should enable and then start the service
0 A Alabalcho Judicious Jan 13, 2011 4,165 4 35,260 1,357 Jul 5, 2018 #2 Learn PowerShell scripts , and run it on a schedule. You won't find something ready-made. Why you need to do that? As long as these services are correctly set to start up with Windows, they should not stop.
Learn PowerShell scripts , and run it on a schedule. You won't find something ready-made. Why you need to do that? As long as these services are correctly set to start up with Windows, they should not stop.
0 A Alabalcho Judicious Jan 13, 2011 4,165 4 35,260 1,357 Jul 5, 2018 #2 Learn PowerShell scripts , and run it on a schedule. You won't find something ready-made. Why you need to do that? As long as these services are correctly set to start up with Windows, they should not stop.
Learn PowerShell scripts , and run it on a schedule. You won't find something ready-made. Why you need to do that? As long as these services are correctly set to start up with Windows, they should not stop.