Targetting!!

Status
Not open for further replies.

Vishal Gupta

Microsoft MVP
Open Notepad and put the following code:

Code:
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\""
Save it with any name and with extension .reg, then double-click on it and then YES and OK.

Now u'll see an extra option "Find Target" in the context menu :wink:
 
Status
Not open for further replies.
Top Bottom