I'd like to add an option in my context menu to be able to right click on a file and view the containing folder in Windows Explorer. Can somebody point me in the right direction?

link|improve this question

2  
If you are able to right click on the file then aren't you already in it's 'containing folder' in order to view the file icon? – Daisetsu Jul 13 '10 at 0:53
No, I'm using Agent Ransack and I'd like to add this to the results of a search. – Mike C. Jul 13 '10 at 2:09
Never used Agent Ransack, but is the context menu the standard Windows Explorer context menu? As in, does it have the Send To option? – Agent_9191 Jul 15 '10 at 17:16
feedback

2 Answers

up vote 2 down vote accepted

Download the latest version of Agent Ransack 2010.

It has an "Explore here" option in the right-click context menu.

link|improve this answer
feedback

I think you need to be clear on what you're right-clicking. If it's an actual file in Explorer, you're already looking at the containing folder (as was mentioned by Daisetsu).

In the more likely case where you're right-clicking a shortcut on the desktop or in the Start menu, then there's a simple registry hack that does the job perfectly at http://www.askvg.com/how-to-get-windows-vista-and-7s-open-file-location-option-in-xp/.

Here's the hack's REG file contents:

Windows Registry Editor Version 5.00
;Created by Vishal Gupta for AskVG.com
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\File Location]
@="Open &File Location"
[HKEY_CLASSES_ROOT\*\shell\File Location\command]
@="\"explorer.exe\" /select,\"%1\""

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.