It seems your desktop has an incorrect association set for .vbs files so
that they now open with notepad.exe. You can get around the problem by using
this command from the Command Prompt:
cscript.exe "c:\fixwinxphelp.vbs"
You may have to replace c:\ with the actual location of the script on your
machine.
"robgraham" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> v' v' strange. When I open them on my laptop (which is not the problem
> machine) I'm invited to save or run the prog. However, when I open them my
> desktop, I don't get this invite. I simply get a load of lines such as
>
> 'fixwinxphelp.vbs - Repairs the damage done by Toni Arts EasyCleaner
> '© Doug Knox - Modified 3/25/02 to account for XP over 2000 upgrades
> 'Based on information provided by Bill James (http://www.billsway.com)
>
> On Error Resume Next
>
> 'Declare variables
> Dim WSHShell, MyBox, p, p1, p2, p3, p4, q1, q2, q3, q4, t
> Dim jobfunc
>
> 'Set the Windows Script Host Shell and assign values to variables
> Set WSHShell = WScript.CreateObject("WScript.Shell")
>
> p1 =
> "HKEY_LOCAL_MACHINE\Software\CLASSES\TypeLib\{FC7D9E00-3F9E-11D3-93C0-00C04F72DAF7}\1.0\0\win32\"
> p2 =
> "HKEY_LOCAL_MACHINE\Software\CLASSES\TypeLib\{FC7D9E00-3F9E-11D3-93C0-00C04F72DAF7}\1.0\HELPDIR\"
> p3 =
> "HKEY_LOCAL_MACHINE\Software\CLASSES\TypeLib\{FC7D9000-3F9E-11D3-93C0-00C04F72DAF7}\1.0\0\win32\"
> p4 =
> "HKEY_LOCAL_MACHINE\Software\CLASSES\TypeLib\{FC7D9000-3F9E-11D3-93C0-00C04F72DAF7}\1.0\HELPDIR\"
>
> Set fso = CreateObject("Scripting.FileSystemObject")
> Set q = fso.GetSpecialFolder(0)
>
> q1 = q & "\PCHealth\HelpCtr\Binaries\HelpCtr.exe\1"
> q2 = q & "\PCHealth\HelpCtr\Binaries\HelpCtr.exe\"
> q3 = q & "\PCHealth\HelpCtr\Binaries\HelpCtr.exe\2"
> q4 = q & "\PCHealth\HelpCtr\Binaries\HelpCtr.exe\"
>
> Rob"Pegasus [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>>
>> "robgraham" <(E-Mail Removed)> wrote in message
>> news:8LOdna-(E-Mail Removed)...
>>>
>>> "robgraham" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> When I click on Help & Support I get a message saying that Windows
>>>> can't find helpctr.exe. But if I search for it I can, and in more than
>>>> one place. How do I re-link Help & Support with this file?
>>>>
>>>> Rob Graham
>>>>
>>>
>>> The file is in the correct location and the registry link is correct But
>>> there is no reference to it in services. How do you run the routines as
>>> suggested by JohnW?
>>>
>>> Rob
>>
>> Did you try the numerous tips mentioned in the link that JohnW quoted? If
>> yes, what exactly happened?
>>
>
>