Recommended Posts

a few minutes ago, a friend ask me for that tweak and i remember that AP has it. so, i take a look and saw an dll for that tweak. but why do that, if you can have that same tweak just by doing this:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

so, why an dll?

Link to comment
https://www.neowin.net/forum/topic/581637-copy-to-and-move-to-tweak/
Share on other sites

Hi,

The correct .REG file for this tweak on Window XP would be:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

Kind Regards

Simon

Another plus of the tweak as specified by PsiMoon is that it does not need any translation. On my French system, it displays "Copier vers un dossier..." and "D?placer vers un dossier...".

So, I propose the following coding for the install-remove sections of CopyToMoveTo_x86_***.apm:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.