Previous  |  Next ]     [ Up a level  |  First  |  Last ]     (Article 8 of 24)

This page is created with TreePad

 

Registration Files
 
Danger, Will Robinson!
 
Registration Entries file format: "add-option.reg"
Double-click merges the *.reg file immediately!
Merging does not clean up old related entries.
You can edit the *.reg file by right-clicking the file and choosing "edit".
You can change the default *.reg file action.
 
Examples:
 
(Adds the option of Move To or Copy To in the context menu, so files can easily be moved or copied.)
 
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}"
 
 
(Removes the option of Move To or Copy To in the context menu. Notice the "-" leading the key path.)
 
Windows Registry Editor Version 5.00
 
[-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Copy To]
 
[-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Move To]
 
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To]
 
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To]