in

Platinum Bay

Peace, Love, and...

This Blog

Syndication


.NETicated

Find Target Registry Code

It's always such a pain finding a Windows shortcut's target. You have to right-click on the shortcut, choose properties, and then click 'Find Target…'. After Explorer pops up, you still have to close the properties window (Esc key). Wouldn't it be great if there was an easier way, like in the context menu? A while back I found a program you could install to do just that, but I hate installing 'unknown' stuff. Well, I finally found a more transparent solution – a registry hack.

Simply create a .REG file, paste the following text, and run it. It's awesome, and I find I use it quite a bit. I use the Quick Launch folder in the Task tray, and if, for instance, I would like to navigate to Visual Studio's program folder for some template work, I can right-click on the VS icon in my Quick Launch and choose 'Find Target'. Sweet!

The usual 'editing the registry at your own risk' warning applies.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Find.Target]
@="&Find Target"
[HKEY_CLASSES_ROOT\Directory\shell\Find.Target\command]
@="\"explorer.exe\" /select,\"%1\""
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\Find.Target]
@="&Find Target"
[HKEY_CLASSES_ROOT\*\shell\Find.Target\command]
@="\"explorer.exe\" /select,\"%1\""

Hope this helps

Published Dec 04 2007, 10:31 PM by Steve
Filed under: ,

Comments

February 4, 2008 10:57 AM

Thank you. It works just as it should under XP pro sp2 ;)

drasko
 

May 22, 2010 5:54 PM

Thanks you very much my brother

its great

Shoaib
 

May 25, 2010 5:47 AM

Pingback from  Entireweb Express Inclusion. | Garden Wedding Planning

 

May 27, 2010 12:13 PM

Pingback from  1999 - 1988 @ 2001 Chevy Venture Radiator Engine Oil Cooler, Venture Headlight Astm Capa Certified - 360.an74.com

 

June 26, 2010 4:00 PM

Pingback from  Entireweb Express Inclusion. | All Inclusive Cabo San Lucas

 

July 4, 2010 9:58 PM

Pingback from  Office Supplies  » Blog Archive   » Entireweb Express Inclusion.

 

Leave a Comment

(required )  
(optional )
(required )  
Add

About Steve

Steve Andrews is an independent consultant, INETA speaker, and Microsoft MVP for Visual Studio ALM. He has been working in technology for over ten years focusing on custom application development and Application Lifecycle Management. Steve is also Microsoft and IBM certified and a community fanatic having led sessions at nearly 100 events across North America. When he's not developing software solutions or engaging with the community about software technology, Steve is a closet singer and songwriter and plays the guitar and keys. Occasionally, Steve even gets to sleep. Occasionally.
Powered by Community Server (Commercial Edition), by Telligent Systems
© Platinum Bay | Some Rights Reserved Creative Commons License

Disclaimer: The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or annonymous comments) - so keep it polite, please.