Modifying your registry can cause serious problems. Please make a restore point or export the keys affected by these registry files. The batch files export the registry keys for you and are placed in
My Documents under
RegBackup.
If you are not sure how to export or merge registry keys, I have written a quick
tutorial.
Adds the option of Move To or Copy To in the context menu, so files can easily be moved or copied.
None really, if you want to undo it, just use the undo file.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11d1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11d1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11d1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11d1-A18C-00C04FD75D13}"
- CopyToMoveTo.bat
- CopyToMoveTo.reg
- UNDO_CopyToMoveTo.reg
Save #1 to your desktop, double-click the batch file, the affected registry key will be exported for you, and the registry file will be merged.
Usually your computer must be restarted for these to take effect.
The UNDO file 3. is needed to undo this change.
Created 1/22/05 at 6:02 am GMT.
Last editted: 2/19/05 at 4:49 am