Categories

Links

"Help and Support" link from Start Menu does not work

Published: June 27, 2004
Send your feedback

Symptom

When you click the Help and Support link in Start Menu, Help Center is not opened. However, a desktop shortcut to the following file works fine:

%Windir%\PCHealth\HelpCtr\Binaries\HelpCtr.exe

This may simply be an App Paths issue. The Start Menu links runs a ShellExecute function, which in-turn checks the App Paths value for the full application path (Helpctr.exe's path in this case). If the Helpctr is missing under App Paths, you'll see the error Cannot find helpctr.exe while clicking the Help and Support icon in the Start Menu.

Resolution

To resolve the problem, download and apply this REG fix startmenuhelp.reg

The last section of the REG file recreates the HELPCTR.EXE App Paths value. You can also create the HELPCTR.EXE App Paths manually.

NOTE:  If Windows is installed in a different path, edit the REG file in Notepad and change the App Paths value accordingly.

ShellExecute function - from MSDN

When the ShellExecute function is provided with the name of an executable file in its lpFile parameter, there are several places that it can look in an attempt to find the file, including the following:

See Application Registration section in the article PerceivedTypes, SystemFileAssociations, and Application Registration

Related articles

Help and Support Center Index is blank with a red X mark

"Related Topics" link in Help and Support doesn't work