Wednesday, August 27, 2008

Add Copy To And Move To ,To Right Click

Open Note pad and type Script Below & Save as say Copy.reg

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}"


Please Edit Line below In actual script shown above
so that it comes in one line


[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\
ContextMenuHandlers]


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


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




Note:if your unable to save as *.reg file,try thiss
1.\ go to My computer
2.\click on tools at top,scroll down and click Folder
options

3.\Now new windows will open,click on view tab
4.\below you will find option
"Hide Extensions for Known File Types",Just Uncheck that

5.\Now try renaming your file to copy.reg

No comments:

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...