commandline script with service.exe is not running after latest up

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

Guest

commandline script with service.exe is not running after latest update today
( oct. 17). Cannot find services.exe under c:\windows
 
B.S. said:
commandline script with service.exe is not running after latest update today
( oct. 17). Cannot find services.exe under c:\windows

You write "commandline script with service.exe". It's actually
services.exe, and the file is located in the system32 folder,
not in c:\windows.
 
Really? I've used like this: service -start "<Service Name>".

And it really worked until today, when installing updates....
 
B.S. said:
Really? I've used like this: service -start "<Service Name>".

And it really worked until today, when installing updates....

To start a service you type this command:

net start "Windows Time"

If you use "service" to start a service then you're probably
running a home-brewed batch file.
 
Back
Top