Jump to content

Send to


troycicle

Recommended Posts


All you have to do is make a shortcut to that folder, and put it in the sendto folder. It works, but it just copies the folder, and puts it in it. These registry tweaks are better:

;Right-Click Copy-To

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]

@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

;Right-Click Move-To

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]

@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

Link to comment
Share on other sites

But the registry method is problematic in a way. It opens the moveto/CopyTo dialogs at odd times/places even when you did not choose to open them.

Instead, there is a "contextMenuExt.dll" which you need to register (using regsvr32 command) - that one is a cleaner option. Now since this forum doesn't allow attachments, here's a link to the topic that has this file attached.

Link to comment
Share on other sites

All you have to do is make a shortcut to that folder, and put it in the sendto folder.  It works, but it just copies the folder, and puts it in it.  These registry tweaks are better:

;Right-Click Copy-To

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]

@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

;Right-Click Move-To

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]

@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

In my experience with this regtweaks is that when u hv a folder or cdrom with audio files and u press play all audio files, the copy or move to options activates.

prathapml suggestion is a better alternative.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...