I have a problem starting Windows own Help and Support. When I go to the start menu and choose Help and Support I get an error message saying that the application can not open because a system service is not running. When I try to activate the help and support service from the list that is displayed when I type services.msc in the start menu/run text box I get the following error message:

Could not start Help and Support Service on Local Computer.

Error 1083: The executable program that this service is configured to run in does not implement this service.

I have also tried to activate the service in safe mode but then I got an 1084 error saying that this service can not be activated in safe mode.

What should I do to get the Help and Support Center started?

Dani AI

Generated

Short summary and focused troubleshooting for (and building on 's suggestion)

Error 1083 usually means the Service Control Manager tried to start a service that is implemented as a DLL under svchost, but the service registration or DLL is wrong or missing. In practice that points to either (a) the service's registry entries (ImagePath / Parameters\ServiceDll) or (b) the svchost grouping that should list the service — not just a generic Windows crash. (winhelponline.com)

What to check (in order)

  • Look at the Help and Support entry in Services (services.msc): note the ImagePath string and the startup account. Then inspect the registry key HKLM\SYSTEM\CurrentControlSet\Services\helpsvc and its Parameters\ServiceDll — it should point to the PCHealth help DLL (files live under %windir%\PCHealth\HelpCtr\Binaries). Also check HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost\<group> (often netsvcs) to make sure 'helpsvc' is listed there. If the ServiceDll value or the binary is missing, svchost cannot load the service and you’ll see 1083. Verify the DLL/file exists and hasn’t been quarantined by antivirus. (flylib.com)

Repair options (safe order)

  • Back up the registry first. If ServiceDll or the binary is missing/corrupt, reinstall the Help & Support files by installing %windir%\inf\pchealth.inf (the INF will pull files from your ServicePackFiles\i386 folder or XP CD). If the registry group entry is missing, restore the proper svchost value or import the correct service key from a working machine or trusted source. If the entries look correct but the service still fails, re-installing the PCHealth components or performing an in-place repair will restore the missing files. (learn.microsoft.com)

Notes and cautions

  • Running SFC (System File Checker) is a reasonable early step (as suggested) but it often doesn’t fix a corrupted registry service entry; use it alongside the targeted checks above. Always export/backup keys before editing the registry and check Event Viewer for the specific Service Control Manager error lines — those log entries give the exact registry path and failure code that point to the real cause. (winhelponline.com)

If these checks don’t resolve it, the condition is commonly caused by missing/corrupt Help files or aggressive cleanup tools; in that case a repair install of Windows or restoring from a known-good backup is the practical next step.

jeffy1,

Try two things.

Place your Windows CD into your CD-Rom drive. Then...
Start >> Run >> type: cmd >> type: sfc /scannow >> Reboot >> Done. (please run windows update after this step)

If that doesn't work, then...

J_

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.