Disable the “Send To” Folder on the Windows Explorer Context Menu

Disable Sent to menu

Open up regedit.exe through the start menu search or run box, and then navigate down to the following key:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To

Find the (Default) value on the left, double-click on it and remove the text from the value, leaving it blank. The change will be immediate.

Restore Send To Menu

Change the value of the registry key back to this:

{7BA4C740-9E81-11CF-99D3-00AA004AE837}

Disable Favorite Links Panel in Windows Vista Explorer

If you want to disable the entire panel, just click the Organize button, and select Layout, and then deselect Navigation Pane.And just like that, no more Favorite Links bar. The only problem with this is that it also hides the Folders view as well.If you want to show the folders view instead of the favorite links panel, just hold your mouse over the top of the folders bar until it changes to a resize icon, Then just drag it all the way up to the top, and you will only see the Folders view from now on.

Add Internet Explorer 7 Icon to the Desktop in Windows Vista

The main benefit to using this icon instead of a shortcut is that you can quickly get to the Internet Options page by right-clicking and choosing Properties.

You’ll notice that you can also use “Start Without Add-ons”, which is helpful for troubleshooting problems.

To add this icon back, we’ll need to use a registry hack. You canĀ  manually create the registry entries.

Open regedit.exe using the Start menu search or run box, and then navigate down to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
\Explorer\HideDesktopIcons\NewStartPanel

In the right-hand pane, add a new 32-bit DWORD value with the following name and value:

Key Name: {871C5380-42A0-1069-A2EA-08002B30309D}

Value: 0

You should be able to right-click on the desktop and choose Refresh, and the new icon should show up.

Add Copy To / Move To to the Windows Explorer Right Click Menu

Windows allows you to right click on a file, select Copy To Folder or Move To Folder, and the move to box will pop up and let you choose a location to either copy or move the file or folder to.

Here’s the quick registry hack to get this working. As usual, back up your registry just in case. You will want to browse down to this key:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers

Once you are at that key, right click and choose the New Key option:

Now you will double-click on the (Default) value and enter the following:

{C2FBB630-2971-11D1-A18C-00C04FD75D13}

Click OK and continue.

If you want to enable Move To, you will repeat the same steps, except creating a new key named Move To, and using this value:

{C2FBB631-2971-11D1-A18C-00C04FD75D13}

Now when you right click on a file or folder, you should see the following options.