Добавление опций "Выполнить", "Поиск" и "Очистить корзину" в контекстное меню
Для быстрого доступа к необходимой Вам системной опции, Вы можете добавить ее в контекстное меню рабочего стола. Чтобы это осуществить, Вам необходимо создать и применить reg-файл следующего содержания.
Добавление пункта Выполнить для вызова одноименного диалогового меню.
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\Run] "Icon"="%SystemRoot%\System32\imageres.dll,-100" "MUIVerb"="@%SystemRoot%\explorer.exe,-7023" [HKEY_CLASSES_ROOT\Directory\Background\shell\Run\command] @="%SystemRoot%\system32\rundll32.exe shell32.dll,#61"
Добавление пункта Поиск для вызова одноименного окна.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Search]
@="{2559a1f0-21d7-11d4-bdaf-00c04f60b9f0}"
Добавление пункта Очистить корзину.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Recycle Bin]
"CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
"Description"="@shell32.dll,-31332"
"Icon"="shell32.dll,-254"
"MUIVerb"="@shell32.dll,-10564"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Recycle Bin\command]
"DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"
Готовые reg-файлы для добавления и удаления Вы можете скачать по ссылке: options in context menu.zip.
