Results 1 to 4 of 4

Thread: Adding Find Target To Context Menu in Windows XP

  1. #1
    Join Date
    Jul 2009
    Posts
    96

    Adding Find Target To Context Menu in Windows XP

    Im looking to add the 'find target' command to my 'right click / contextual menu' in windows XP SP3, Is there a way to add this in Windows XP? Is there a way to add this function right onto the initial menu that appears on right-click, instead of going through the Properties dialog?

  2. #2
    Join Date
    May 2008
    Posts
    279

    Re: Adding Find Target To Context Menu in Windows XP

    If you are using Windows Registry Editor Version 5.00, you can try this :

    Code:
    [HKEY_CLASSES_ROOT\Directory\shell\Find.Target]
    @="&Find Target"
    Code:
    [HKEY_CLASSES_ROOT\Directory\shell\Find.Target\command]
    @="\"explorer.exe\" /select,\"%1\""
    Code:
    [HKEY_CLASSES_ROOT\*\shell]
    Code:
    [HKEY_CLASSES_ROOT\*\shell\Find.Target]
    @="&Find Target"
    Code:
    [HKEY_CLASSES_ROOT\*\shell\Find.Target\command]
    @="\"explorer.exe\" /select,\"%1\""

  3. #3
    Join Date
    Dec 2007
    Posts
    493

    Re: Adding Find Target To Context Menu in Windows XP

    For Adding Find Target To Context Menu :

    1. Download the file for here
    2. Unzip rar file it to your C : drive.
    3. Go to Start
    4. Click on Run and type: regsvr32 C:\FT.dll
    5. Right click on a shortcut and it will be done ...

  4. #4
    Join Date
    May 2008
    Posts
    390

    Re: Adding Find Target To Context Menu in Windows XP

    Downloaded Target.zip to add a right-click context menu to all shortcuts.

    1. Unzip the Target.zip file.

    2. Move the Target.DLL and Target.INF file to the %SystemRoot%\System32 folder.

    3. Right-click the Target.INF file and press Install.

    Source : windowsitpro

Similar Threads

  1. What is Windows Explorer Shell Context Menu Pro
    By Abhimanyusuta in forum Windows Software
    Replies: 5
    Last Post: 20-03-2010, 01:22 AM
  2. How to clean messy Context Menu in Windows 7?
    By abigial_i in forum Operating Systems
    Replies: 5
    Last Post: 26-12-2009, 05:15 PM
  3. Customize context menu in Windows Explorer
    By Renderman21 in forum Windows Software
    Replies: 2
    Last Post: 03-07-2009, 11:26 AM
  4. How to Edit Context menu in Windows
    By Relish in forum Windows Software
    Replies: 3
    Last Post: 11-06-2009, 02:29 PM
  5. Add DOS commands to the context menu of Windows Explorer
    By EricTheRed in forum Tips & Tweaks
    Replies: 1
    Last Post: 09-04-2009, 11:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,422,913.03460 seconds with 16 queries