DHCP client won't start - PROPERTIES the PATH TO EXECUTION is blan

G

Guest

Under SERVICES, my DHCP client won't start. When I try to
start it I receive the message COULD NOT FIND THE PATH SPECIFIED. Under
PROPERTIES the PATH TO EXECUTION is blank. How do I open the properties or
where in the registry do I set the PATH OF EXECUTION to
C:\WINDOWS\System32\svchost.exe -k netsvcs I'll

Thanks.
 
S

Steve Winograd [MVP]

Lew said:
Under SERVICES, my DHCP client won't start. When I try to
start it I receive the message COULD NOT FIND THE PATH SPECIFIED. Under
PROPERTIES the PATH TO EXECUTION is blank. How do I open the properties or
where in the registry do I set the PATH OF EXECUTION to
C:\WINDOWS\System32\svchost.exe -k netsvcs I'll

Thanks.

On my computer, the execution path is in the value named "ImagePath",
of type REG_EXPAND_SZ, in this key:

HKLM\System\CurrentControlSet\Services\Dhcp

The value is set to "%SystemRoot%\System32\svchost.exe -k netsvcs".
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
G

Guest

Thanks Steve.... I'll look mine up when I get home tonight.... I hope this
is the answer....

Lew
 
N

Nick

=?Utf-8?B?TGV3IFdlcnRsZXk=?=
Under SERVICES, my DHCP client won't start. When I try to
start it I receive the message COULD NOT FIND THE PATH
SPECIFIED. Under PROPERTIES the PATH TO EXECUTION is blank. How
do I open the properties or where in the registry do I set the
PATH OF EXECUTION to C:\WINDOWS\System32\svchost.exe -k netsvcs
I'll

Thanks.

You need to look at this registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp
\Parameters

Name = ServiceDll
Value = %SystemRoot%\System32\dhcpcsvc.dll

Compare the values you find to those above.

NG
 

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