Click here to Skip to main content
15,885,278 members
Articles / Operating Systems / Windows
Tip/Trick

Open Files Via "Send To" Context Menu

Rate me:
Please Sign up or sign in to vote.
4.11/5 (2 votes)
23 Oct 2015CPOL 10.2K   3   5
Save time by opening files via Windows Explorer's "send to" context menu

Introduction

Programmers's time is precious, right? This is a kind of hack I use when I want to quickly open some kind of file that's doesn't have a default program to be opened or this program is not accessible via a context menu entry.

Example of Use

Let's say you want to calculate the hash of some file you've recently downloaded or transferred from an external drive. It would be convenient to do it with just a couple clicks, right?

In this picture, I show how easy it is to open a file in the Hashing Application:

Image 1

Creating a 'send to' Entry

While in Windows Explorer, type "sendto" in the address bar. If Windows does not recognize it, then go the full path, which should be:

C:\Users\[username]\AppData\Roaming\Microsoft\Windows\SendTo

where [username] is the user currently logged in at Windows.

Image 2

Now, you should see a list of shortcuts that represent actions in the "send to" context menu. You just have to create a new action, as you desire.

Click on the blank space in the screen and point at New->Shortcut, then browse and choose the app you want.

Voilà! Now you have your way to start the app at your fingertips!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer
Brazil Brazil
Team lead | Developer | Localization
https://jeromevonk.github.io/

Comments and Discussions

 
SuggestionThe next step... Pin
dandy7226-Oct-15 5:57
dandy7226-Oct-15 5:57 
GeneralRe: The next step... Pin
John Torjo26-Oct-15 11:39
professionalJohn Torjo26-Oct-15 11:39 
GeneralRe: The next step... Pin
dandy7226-Oct-15 11:55
dandy7226-Oct-15 11:55 
GeneralRe: The next step... Pin
John Torjo26-Oct-15 12:00
professionalJohn Torjo26-Oct-15 12:00 
GeneralRe: The next step... Pin
Jerome Vonk27-Oct-15 3:14
Jerome Vonk27-Oct-15 3:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.