Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
The "Send To" menu in Windows is a context menu option that allows users to quickly send files to various locations or applications. This feature can significantly enhance productivity by streamlining file management tasks. In this article, we will explore how to customize the "Send To" menu, add new destinations, and use it effectively.
The "Send To" menu appears when you right-click on a file or folder and select "Send To" from the context menu. By default, it includes options like "Desktop (create shortcut)," "Documents," "Compressed (zipped) folder," and more. However, you can customize this menu to include additional destinations such as specific folders, applications, or external drives.
Win + R
to open the Run dialog box.shell:sendto
and press Enter. This will open the "Send To" folder in File Explorer.You can add shortcuts to the "Send To" folder to include new destinations in the menu. Here are a few examples:
Add a Folder:
New > Shortcut
.Browse
and navigate to the folder you want to add.OK
, then Next
, and give the shortcut a name.Finish
.Add an Application:
New > Shortcut
.Browse
and navigate to the application executable (e.g., C:\Program Files\Notepad++\notepad++.exe
).OK
, then Next
, and give the shortcut a name.Finish
.Add a Network Location:
New > Shortcut
.\\Server\SharedFolder
).Next
, give the shortcut a name, and click Finish
.Once you have customized the "Send To" menu, using it is straightforward:
Example 1: Send a File to Notepad++
Send To > Notepad++
.Example 2: Send a Document to a Network Folder
Send To > SharedFolder
.You can also use Command Prompt to add shortcuts to the "Send To" menu. Here’s how:
mklink "%APPDATA%\Microsoft\Windows\SendTo\MyFolder.lnk" "C:\Path\To\MyFolder"
Replace MyFolder
and C:\Path\To\MyFolder
with your desired shortcut name and target path, respectively.