G Guest Oct 17, 2006 #1 commandline script with service.exe is not running after latest update today ( oct. 17). Cannot find services.exe under c:\windows
commandline script with service.exe is not running after latest update today ( oct. 17). Cannot find services.exe under c:\windows
P Pegasus \(MVP\) Oct 17, 2006 #2 B.S. said: commandline script with service.exe is not running after latest update today ( oct. 17). Cannot find services.exe under c:\windows Click to expand... 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.
B.S. said: commandline script with service.exe is not running after latest update today ( oct. 17). Cannot find services.exe under c:\windows Click to expand... 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.
G Guest Oct 17, 2006 #3 Really? I've used like this: service -start "<Service Name>". And it really worked until today, when installing updates....
Really? I've used like this: service -start "<Service Name>". And it really worked until today, when installing updates....
P Pegasus \(MVP\) Oct 17, 2006 #4 B.S. said: Really? I've used like this: service -start "<Service Name>". And it really worked until today, when installing updates.... Click to expand... 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.
B.S. said: Really? I've used like this: service -start "<Service Name>". And it really worked until today, when installing updates.... Click to expand... 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.