The Send To menu in Windows allows you to quickly send a file to different locations including a CD/DVD, USB drive or to a third-party application. We’ve covered a few articles on the “Send To” menu before, and here are the three new and undocumented registry edits that can be used in Windows 7 and higher.
DelaySendToMenuBuild
By default when you right-click on a file or folder, items in your Send To folder is enumerated even before you actually click the Send To menu. By setting the DelaySendToMenuBuild DWORD value data to 1 you can change the default behavior, so that Send To menu entries are generated only when you click or hover over the Send To menu, rather than on every right-click.
After the registry edit, you’ll notice that the context menu pops up a little bit faster than before.
DelaySendToMenuBuild (REG_DWORD value) is implemented in the following registry location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

NoSendTo
The NoSendTo value can be used to hide the “Send To” menu in the right-click menu for a file type. It’s implemented in the file type’s ProgID. For example, to hide the “Send To” menu for text files (.txt), create a NoSendTo (REG_SZ) value in this location:
HKEY_CLASSES_ROOT\txtfile


NoSendToMenu
NoSendToMenu (REG_DWORD) registry value removes the Send To option for all files types. This value is implemented (set to 1) in one of the following keys:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
NoDrivesInSendToMenu
The Send To menu displays removable drives by default, as shown below:

By enabling the NoDrivesInSendToMenu (DWORD) value, you can hide drive-letters from the Send To menu without actually hiding the drives in Windows Explorer environment. This edit works in Windows 7 and higher, and is explained in this article. It’s implemented in this registry location:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

You need to restart the Explorer shell, or log off and login back for this registry edit to take effect.

One small request: If you liked this post, please share this.
One “tiny” share from you would seriously help a lot with the growth of this blog. Some great suggestions:Pin it!Share it to your favorite blog + Facebook, Tweet it! So thank you so much for your support, my reader. It won’t take more than 10 seconds of your time. The share buttons are right below. 🙂