Windows Registry Editor Version 5.00
;Hides the "Delete" context menu entry for Windows Vista Recycle bin ;Replaces the "Delete" entry with "Search..." option ;Created on Feb 14,2007 ;© 2007 Ramesh Srinivasan ;http://www.winhelponline.com
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete] "Description"="Overrides the \"Delete\" option" @="Search..."
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,65,00,78,00,70,\ 00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,00,00
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec] @="[FindFolder(\\\"%l\\\", %I)]" "NoActivateHandler"=""
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec\Applicati on] @="Folders"
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec\topic] @="AppProperties" |