Home » System, Utilities

Open Target Shell Extension: open shortcut “target folders” from the context menu in XP

Submitted by Samer on September 12, 2008 – 4:36 am21 Comments

Open Target Shell Extension ScreenshotOpen Target Shell Extension installs an entry in the windows context menu that appears whenever you right-click a shortcut and functions to quickly open the original folder that the shortcut is pointing to. It is equivalent to right clicking a shorcut > properties > find target in Windows XP.

If you use Windows XP and frequently find yourself right-clicking on program or file shortcuts then properties then find-target in order to identify and open the folders that contain the original program or file … then this program is for you.

I am really excited to find this little context menu extension because I do the above properties/find folder dance ALL the time. What I did not know is that apparently a similar context menu is already featured in Vista, so if you are using that OS you do not need this program.

I am also happy to report that this extension works everywhere, including the desktop, the start menu, the quick-launch menu, etc.

Nothing more to say about this one, except that it has the potential to be extremely useful, depending on how you use your computer, and it does exactly what it promises. For a geek like me this little jem instantly makes it to my “must install” list of programs.

Version Tested: 1.0

Compatibility: Windows XP.

Go to the program page to download the latest version (approx 52K).

21 Comments »

  • tireless says:

    You just need a .vbs file,and it’s better than this Shell Extension.

    save bellow codes as FT.bat,than run it:

    @echo off
    If exist %windir%\FT.vbs (
    echo Uninstall?&echo.&pause
    reg delete HKCR\lnkfile\shell\FT /f
    del %windir%\FT.vbs
    exit
    )
    reg add “HKCR\lnkfile\shell\FT” /f /ve /t REG_SZ /d “&Find Target…”
    reg add “HKCR\lnkfile\shell\FT\command” /f /ve /t REG_SZ /d “WScript.exe %windir%\FT.vbs \”%%1\”"
    more +11 %windir%\FT.vbs
    dim ws,objArgs,strPath
    Set objArgs = WScript.Arguments
    if objArgs.Count>0 then
    strPath=mid(objArgs(0),instr(objArgs(0),”/”)+1,len(objArgs(0))-instr(objArgs(0),”/”))
    end if
    set ws=CreateObject(”Wscript.Shell”)
    ws.run “Explorer /select, ” & GetTargetPath(strPath)

    Function GetTargetPath(LinkName)
    On Error Resume Next
    Dim Shortcut
    Set Shortcut = CreateObject(”Wscript.Shell”).CreateShortcut(LinkName)
    GetTargetPath = Shortcut.TargetPath
    Shortcut.Save
    Set Shortcut = Nothing
    End Function

  • Kane says:

    Windows 95 Powertoys had this and I still use that version today with WinXP. It’s always worked perfectly and adds a sub-menu to your shortcut right-click menu which allows you to find/manipulate the target of the shortcut.

  • tireless says:

    sorry,I typed some wrong words,And,codes post to here will lose some Characters.

    so,go to here:
    http://www.bimbl.com/tireless/FTbat-912

  • blogward says:

    Have another go, tireless:}

  • Samer says:

    Hi guys,
    I accidently deleted some comments that were posted here when what I wanted to do was approve them! Sorry! Please re-post if you can.

  • JC says:

    I’ve used ChangeExt for a while now, and I recommend it. It has quite a few other features in addition to “Open in Explorer”, like the ability to copy a file’s path to the clipboard. The author’s website is down, but you can find it in Google’s cache:

    http://is.gd/2xXw

    download links (from the cached page):

    32bit: http://is.gd/2xZj
    64bit: http://is.gd/2xZr

  • [...] Windows only: If you’ve got a shortcut on your desktop and—rather than opening the file it’s pointing to—you want to find the actual file on your hard drive, Windows Vista has a handy Open file location entry in its context menu. The OpenTarget shell extension brings the same functionality to XP, adding an entry to your context menu when you right-click a shortcut to Open Target Folder. Clicking it takes you directly to the folder containing the file. This handy little extension may not be for everyone, but if you spend much time chasing down shortcuts, it’s a nice tool to bring XP up to speed with Vista. Open Target Shell Extension [via FreewareGenius] [...]

  • InKyEyES says:

    Kane said it Best!

    This has been a PowerToy since 95 and still works Great!

  • x says:

    Ummm, I don’t see how a kludgy batch file/script is far better than a shell extension that works perfectly. I also don’t see how an ancient, 16-bit Win95 shell extension is preferable.

  • [...] Windows only: If you’ve got a shortcut on your desktop and—rather than opening the file it’s pointing to—you want to find the actual file on your hard drive, Windows Vista has a handy Open file location entry in its context menu. The OpenTarget shell extension brings the same functionality to XP, adding an entry to your context menu when you right-click a shortcut to Open Target Folder. Clicking it takes you directly to the folder containing the file. This handy little extension may not be for everyone, but if you spend much time chasing down shortcuts, it’s a nice tool to bring XP up to speed with Vista. Add Open Target Folder Option To Windows Explorer Context Menu [via FreewareGenius] [...]

  • tireless says:

    Ummm, I don’t see how a kludgy batch file/script is far better than a shell extension that works perfectly. I also don’t see how an ancient, 16-bit Win95 shell extension is preferable.

    It seems you are right.
    Shell extension works perfect(faster) than the script.

    I found FindTarget.dll from here,which is “Open folder and select file (Like Shell Find Target)”.
    OpenTarget.dll just open folder.

  • tireless says:

    oh sorry…please delete my three comments above,and delete this comment.Leave below comment.thanks again…

  • tireless says:

    Ummm, I don’t see how a kludgy batch file/script is far better than a shell extension that works perfectly. I also don’t see how an ancient, 16-bit Win95 shell extension is preferable.

    It seems you are right.
    Shell extension works perfect(faster) than the script.

    I found FindTarget.dll from here,which is “Open folder and select file (Like Shell Find Target)”.
    OpenTarget.dll just open folder.

  • JC says:

    [quote]I found FindTarget.dll from here,which is “Open folder and select file (Like Shell Find Target)”.
    OpenTarget.dll just open folder.[/quote]

    ChangeExt (see my post above) also selects the file when opening the folder containing the shortcut.

  • JC says:

    [quote]I found FindTarget.dll from [...]

    grrr….

  • [...] W­in­do­w­s o­n­ly­: If y­o­u’ve­ g­o­t­ a sho­rt­c­ut­ o­n­ y­o­ur de­skt­o­p­ an­d—rat­he­r t­han­ o­p­e­n­in­g­ t­he­ file­ it­’s p­o­in­t­in­g­ t­o­—y­o­u w­an­t­ t­o­ fin­d t­he­ ac­t­ual file­ o­n­ y­o­ur hard drive­, W­in­do­w­s Vist­a has a han­dy­ O­p­e­n­ file­ lo­c­at­io­n­ e­n­t­ry­ in­ it­s c­o­n­t­e­xt­ me­n­u. T­he­ O­p­e­n­T­arg­e­t­ she­ll e­xt­e­n­sio­n­ brin­g­s t­he­ same­ fun­c­t­io­n­alit­y­ t­o­ XP­, addin­g­ an­ e­n­t­ry­ t­o­ y­o­ur c­o­n­t­e­xt­ me­n­u w­he­n­ y­o­u rig­ht­-c­lic­k a sho­rt­c­ut­ t­o­ O­p­e­n­ T­arg­e­t­ Fo­lde­r. C­lic­kin­g­ it­ t­ake­s y­o­u dire­c­t­ly­ t­o­ t­he­ fo­lde­r c­o­n­t­ain­in­g­ t­he­ file­. T­his han­dy­ lit­t­le­ e­xt­e­n­sio­n­ may­ n­o­t­ be­ fo­r e­ve­ry­o­n­e­, but­ if y­o­u sp­e­n­d muc­h t­ime­ c­hasin­g­ do­w­n­ sho­rt­c­ut­s, it­’s a n­ic­e­ t­o­o­l t­o­ brin­g­ XP­ up­ t­o­ sp­e­e­d w­it­h Vist­a. Add O­pe­n­ Tar­g­e­t Fo­l­de­r­ O­ptio­n­ To­ Win­do­ws E­xpl­o­r­e­r­ C­o­n­te­xt Me­n­u­ [via Freewa­reGenius­] [...]

  • [...] 37-Open Target Shell Extension: [XP only]. This extension adds a right click context menu entry to Windows that shows up when you right-click on shortcut files, giving the option to instantly open the target folder where the item actually resides. This saves the user a few steps that would otherwise be required right-clicking properties then “find target” on XP. [...]

  • serverhousing…

    in der Firma sind alle Server inzwischen mit HyperV virtualisiert, darum auch HyperV am Laptop. Ich kann in Ruhe das Schulungs- Image konfigurieren (auch daheim mit dem Laptop), und der Admin veteilt es am Abend vor der Schulung auf die HyperV Server. …

  • Monkee says:

    Thanks for the script, tireless!

    Open Target may be nice, but doesn’t work on XP x64 (is a 32 bit shell extension).

    That script is just perfect.

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.