Add Copy to/Move to in right click

February 2, 2010

You can add “Copy to” and “Move to” buttons in right click. After that you can move or copy any file from one location to another location from right click menu.

1. Go to Start > Run > Notepad.

2. Paste the following:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTAllFilesystemObjectsshellexContext

MenuHandlers]

[HKEY_CLASSES_ROOTAllFilesystemObjectsshellexContext

MenuHandlersCopy To]
@=”{C2FBB630-2971-11D1-A18C-00C04FD75D13}”

[HKEY_CLASSES_ROOTAllFilesystemObjectsshellexContext

MenuHandlersMove To]
@=”{C2FBB631-2971-11D1-A18C-00C04FD75D13}”

3. Save it as add.reg

3. Double click the file, it will ask you if you want to add the information, select yes.

Automatically clear the recent documents list

February 2, 2010

If you find Windows’ Documents list useful but would like to clear the contents every now and then, you can use the following simple tweak to the Registry to have the list wiped out every time you exit Windows.

Open the Registry Editor and head to HKEY_CURRENT_USER\Software\ Microsoft\Windows\Current Version\Policies\Explorer. Click Edit and New DWORD value.

Right-click the value and select Rename. Type ClearRecentDocsOnExit and press Enter. Double-click the new value and set the value data to 1 (that’s the numeral one). Exit the Registry and restart the computer.

Windows will now clear the Documents list whenever you restart or turn off your PC.