"Send To" menu quit working

M

Mark

Hi,
I like to use the "Send To" menu in Windows Explorer to
open files with different applications. For some reason
all of the application shortcuts in my "Send To" menu quit
working.

The Send To Desktop, Floppy and My Documents still work
but all of the application shortcuts like Notepad, Wordpad
and Paint no longer do anything. I don't get any kind of
error; it just doesn't work.

I've searched the Internet but I haven't been able to find
a solution to this problem, has anyone seen this before?

Thanks,
Mark
 
?

=?iso-8859-1?B?1L/UIE13cw==?=

Mark,
Since these programs are executables, you may have a missing or corrupted
registry key.
Export this registry key so it can be examined:

HKEY_CLASSES_ROOT\Exefile

Moe
 
M

Mark

Thanks Moe,

Here is my HKEY_CLASSES_ROOT\EXE:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
"ZAMailSafeExt"="zl9"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
 
?

=?iso-8859-1?B?1L/UIE13cw==?=

Mark,
If this is all there is you have a corruption. Copy and paste what I have below
in notepad, save it to a file with a .reg extention and merge it into your
registry. Let me know the outcome.

Moe


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\Exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

[HKEY_CLASSES_ROOT\Exefile\DefaultIcon]
@="\"%1\""

[HKEY_CLASSES_ROOT\Exefile\shell]

[HKEY_CLASSES_ROOT\Exefile\shell\Open]
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\Exefile\shell\Open\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\Exefile\shellex]

[HKEY_CLASSES_ROOT\Exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers\PifProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"

[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers\ShimLayer Property
Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"



Mark said:
Thanks Moe,

Here is my HKEY_CLASSES_ROOT\EXE:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
"ZAMailSafeExt"="zl9"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"





-----Original Message-----
Mark,
Since these programs are executables, you may have a missing or corrupted
registry key.
Export this registry key so it can be examined:

HKEY_CLASSES_ROOT\Exefile

Moe



.
 
M

Mark

That's it!!!
Thank you so much, now it works like it used to.
I don't know how the registry got corrupted but I guess
those things happen.
Thanks again Moe!

-----Original Message-----
Mark,
If this is all there is you have a corruption. Copy and paste what I have below
in notepad, save it to a file with a .reg extention and merge it into your
registry. Let me know the outcome.

Moe


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\Exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create ;Size"

[HKEY_CLASSES_ROOT\Exefile\DefaultIcon]
@="\"%1\""

[HKEY_CLASSES_ROOT\Exefile\shell]

[HKEY_CLASSES_ROOT\Exefile\shell\Open]
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\Exefile\shell\Open\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\Exefile\shellex]

[HKEY_CLASSES_ROOT\Exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers\Pi
fProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"
[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers\Sh
imLayer Property
Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"



Thanks Moe,

Here is my HKEY_CLASSES_ROOT\EXE:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
"ZAMailSafeExt"="zl9"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"





-----Original Message-----
Mark,
Since these programs are executables, you may have a missing or corrupted
registry key.
Export this registry key so it can be examined:

HKEY_CLASSES_ROOT\Exefile

Moe

Hi,
I like to use the "Send To" menu in Windows Explorer to
open files with different applications. For some reason
all of the application shortcuts in my "Send To" menu quit
working.

The Send To Desktop, Floppy and My Documents still work
but all of the application shortcuts like Notepad, Wordpad
and Paint no longer do anything. I don't get any
kind
of
error; it just doesn't work.

I've searched the Internet but I haven't been able to find
a solution to this problem, has anyone seen this before?

Thanks,
Mark


.

.
 
?

=?iso-8859-1?B?1L/UIE13cw==?=

You're Welcome!
I'm glad it worked out.

Moe

Mark said:
That's it!!!
Thank you so much, now it works like it used to.
I don't know how the registry got corrupted but I guess
those things happen.
Thanks again Moe!

-----Original Message-----
Mark,
If this is all there is you have a corruption. Copy and paste what I have below
in notepad, save it to a file with a .reg extention and merge it into your
registry. Let me know the outcome.

Moe


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\Exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"TileInfo"="prop:FileDescription;Company;FileVersion"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create ;Size"

[HKEY_CLASSES_ROOT\Exefile\DefaultIcon]
@="\"%1\""

[HKEY_CLASSES_ROOT\Exefile\shell]

[HKEY_CLASSES_ROOT\Exefile\shell\Open]
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\Exefile\shell\Open\command]
@="\"%1\" %*"

[HKEY_CLASSES_ROOT\Exefile\shellex]

[HKEY_CLASSES_ROOT\Exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"

[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers\Pi
fProps]
@="{86F19A00-42A0-1069-A2E9-08002B30309D}"
[HKEY_CLASSES_ROOT\Exefile\shellex\PropertySheetHandlers\Sh
imLayer Property
Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"



Thanks Moe,

Here is my HKEY_CLASSES_ROOT\EXE:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
"ZAMailSafeExt"="zl9"

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"






-----Original Message-----
Mark,
Since these programs are executables, you may have a
missing or corrupted
registry key.
Export this registry key so it can be examined:

HKEY_CLASSES_ROOT\Exefile

Moe

message
Hi,
I like to use the "Send To" menu in Windows Explorer to
open files with different applications. For some reason
all of the application shortcuts in my "Send To" menu
quit
working.

The Send To Desktop, Floppy and My Documents still work
but all of the application shortcuts like Notepad,
Wordpad
and Paint no longer do anything. I don't get any kind
of
error; it just doesn't work.

I've searched the Internet but I haven't been able to
find
a solution to this problem, has anyone seen this before?

Thanks,
Mark


.

.
 

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