shadow_member

Platinum Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Yankell Я не знаю, есть ли в программе встроенная возможность интеграции, но в нашем случае она не используется. ------------------------------------------- Windows Registry Editor Version 5.00 ; Add Explorer++ custom integration in context menu directories and drives ; Do not use "owner" integration in this case! [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open with Explorer++] "Icon"="D:\\Portable Files\\Explorer++ Portable\\Explorer++.exe" "EditFlags"=hex:01,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open with Explorer++\Command] @="\"D:\\Portable Files\\Explorer++ Portable\\Explorer++.exe\" \"%1\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Open with Explorer++] "Icon"="D:\\Portable Files\\Explorer++ Portable\\Explorer++.exe" "EditFlags"=hex:01,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Open with Explorer++\Command] @="\"D:\\Portable Files\\Explorer++ Portable\\Explorer++.exe\" \"%1\"" ---------------------------------------------- Для иконки и exe указать свой путь. Если иконка не нужна, просто удалить строку иконки из кода. Для удаления интеграции вручную или регфайлом удалить из реестра ключи (папки) HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open with Explorer++ HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Open with Explorer++ Добавлено: Название пункта можешь сам изменить на "Открыть в Explorer++" или на любое. |