Starting the Server Service in Windows XP

G

Guest

I have the following error when I start the Server Service of XP
"Could not start the Server Service on Local Computer.
error 2: The system cannot find the file specified."

However the file SVCHOST.EXE is there under system32.
Where can be the problem?
Any answer to this problem is highly appreciated.
 
T

Torgeir Bakken \(MVP\)

Dawit said:
I have the following error when I start the Server Service of XP
"Could not start the Server Service on Local Computer.
error 2: The system cannot find the file specified."

However the file SVCHOST.EXE is there under system32.
Where can be the problem?
Any answer to this problem is highly appreciated.
Hi

Please start regedit.exe and go to the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer

Do you see the value ImagePath there with the value

"%SystemRoot%\System32\svchost.exe -k netsvcs"

It is also important that this one is of type REG_EXPAND_SZ.


Then, under the sub-key Parameters,

Do you see the value ServiceDll there with the value

"%SystemRoot%\System32\srvsvc.dll"

It is also important that this one is of type REG_EXPAND_SZ.
 
Y

yankees177

I checked all the parameters using regedit and they all say what you
said they were supposed to and im still getting the error. How do we
fix it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top