Changing the Path of Executable in Services.msc in WinXP SP2

G

Guest

Hello,
I wanted to know that in Services.msc, how can I change the "Path
to executable" of any Service say "Windows Security Center". I have the
Windows Security Center "wscsvc" whose path to executable shows
%SystemRoot%\\%SystemRoot%\C:\Window\System32\svchost.exe -k netsvc. Now I
want to change this path to simple

C:\Window\System32\svchost.exe -k netsvc.
How do I do this. Please Help me
Thank you
 
M

Mark Dormer

You need to edit the registry to change that value.

By default it would be at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc
Image Path = %SystemRoot%\System32\svchost.exe -k netsvcs

Yours seems to have a couple of %SystemRoot%\ appended.


Regards
Mark Dormer
 

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