Advertisement
AnatoliyTkachev

Untitled

Jun 22nd, 2014
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; Считаем, что путь к CIS: C:\\Program Files\\Comodo\\COMODO Internet Security
  4. ; Заменить везде, если отличается;
  5. ; слэши ставить двойные: \\
  6.  
  7. ; Внимание! Рекомендуется предварительно сохранить удаляемые ключи:
  8. ; нажать Win+R, набрать regedit, запустить;
  9. ; выбрать «HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Comodo Antivirus»;
  10. ; вызвать контекстное меню, нажать «Экспортировать» и сохранить в файл;
  11. ; аналогично сохранить в файлы другие ветви:
  12. ; HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Comodo Antivirus
  13. ; HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\Comodo Antivirus
  14. ; HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Comodo Antivirus
  15. ; HKEY_LOCAL_MACHINE\SOFTWARE\Classes\file\ShellEx\ContextMenuHandlers\Comodo Antivirus
  16.  
  17. ; удаляем 'родное' контекстное меню CIS:
  18.  
  19. [-HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Comodo Antivirus]
  20.  
  21. [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Comodo Antivirus]
  22.  
  23. [-HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\Comodo Antivirus]
  24.  
  25. [-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Comodo Antivirus]
  26.  
  27. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\file\ShellEx\ContextMenuHandlers\Comodo Antivirus]
  28.  
  29. ; добавляем пункт сканирования:
  30.  
  31. [HKEY_CLASSES_ROOT\*\shell\ComodoAntivirus]
  32. "MUIVerb"="Сканировать антивирусом Comodo"
  33. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,0"
  34.  
  35. [HKEY_CLASSES_ROOT\*\shell\ComodoAntivirus\command]
  36. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\cavscan.exe \"%1\""
  37.  
  38. [HKEY_CLASSES_ROOT\Directory\Shell\ComodoAntivirus]
  39. "MUIVerb"="Сканировать антивирусом Comodo"
  40. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,0"
  41.  
  42. [HKEY_CLASSES_ROOT\Directory\Shell\ComodoAntivirus\command]
  43. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\cavscan.exe \"%1\""
  44.  
  45. [HKEY_CLASSES_ROOT\Drive\Shell\ComodoAntivirus]
  46. "MUIVerb"="Сканировать антивирусом Comodo"
  47. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,0"
  48.  
  49. [HKEY_CLASSES_ROOT\Drive\Shell\ComodoAntivirus\command]
  50. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\cavscan.exe \"%1\""
  51.  
  52. ; добавляем пункт виртуализации:
  53.  
  54. [HKEY_CLASSES_ROOT\*\shell\ComodoSandbox]
  55. "MUIVerb"="Открыть в песочнице Comodo"
  56. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,1"
  57.  
  58. [HKEY_CLASSES_ROOT\*\shell\ComodoSandbox\command]
  59. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\virtkiosk.exe -v \"%1\" %*"
  60.  
  61. [HKEY_CLASSES_ROOT\Directory\Shell\ComodoSandbox]
  62. "MUIVerb"="Открыть в песочнице Comodo"
  63. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,1"
  64.  
  65. [HKEY_CLASSES_ROOT\Directory\Shell\ComodoSandbox\command]
  66. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\virtkiosk.exe -v \"%1\" %*"
  67.  
  68. [HKEY_CLASSES_ROOT\Directory\Background\Shell\ComodoSandbox]
  69. "MUIVerb"="Открыть в песочнице Comodo"
  70. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,1"
  71.  
  72. [HKEY_CLASSES_ROOT\Directory\Background\Shell\ComodoSandbox\command]
  73. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\virtkiosk.exe -v \"%V\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement