Advertisement
AnatoliyTkachev

Пример конфигурации для личного использования

Jun 16th, 2014
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; считаем, что путь к CIS: C:\\Program Files\\Comodo\\COMODO Internet Security
  4. ; путь к sfx-архиву: c:\\ContextMenu\\RunCmdAsInst.exe
  5. ; заменить везде, если отличаются
  6. ; слэши ставить двойные: \\
  7.  
  8. ; удаляем 'родное' контекстное меню CIS:
  9.  
  10. [-HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Comodo Antivirus]
  11.  
  12. [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Comodo Antivirus]
  13.  
  14. [-HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\Comodo Antivirus]
  15.  
  16. [-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Comodo Antivirus]
  17.  
  18. [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\file\ShellEx\ContextMenuHandlers\Comodo Antivirus]
  19.  
  20. ; добавляем пункт сканирования:
  21.  
  22. [HKEY_CLASSES_ROOT\*\shell\ComodoAntivirus]
  23. "MUIVerb"="Сканировать антивирусом Comodo"
  24. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,0"
  25.  
  26. [HKEY_CLASSES_ROOT\*\shell\ComodoAntivirus\command]
  27. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\cavscan.exe \"%1\""
  28.  
  29. [HKEY_CLASSES_ROOT\Directory\Shell\ComodoAntivirus]
  30. "MUIVerb"="Сканировать антивирусом Comodo"
  31. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,0"
  32.  
  33. [HKEY_CLASSES_ROOT\Directory\Shell\ComodoAntivirus\command]
  34. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\cavscan.exe \"%1\""
  35.  
  36. [HKEY_CLASSES_ROOT\Drive\Shell\ComodoAntivirus]
  37. "MUIVerb"="Сканировать антивирусом Comodo"
  38. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,0"
  39.  
  40. [HKEY_CLASSES_ROOT\Drive\Shell\ComodoAntivirus\command]
  41. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\cavscan.exe \"%1\""
  42.  
  43. ; добавляем пункт виртуализации:
  44.  
  45. [HKEY_CLASSES_ROOT\*\shell\ComodoSandbox]
  46. "MUIVerb"="Открыть в песочнице Comodo"
  47. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,1"
  48.  
  49. [HKEY_CLASSES_ROOT\*\shell\ComodoSandbox\command]
  50. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\virtkiosk.exe -v \"%1\" %*"
  51.  
  52. [HKEY_CLASSES_ROOT\Directory\Shell\ComodoSandbox]
  53. "MUIVerb"="Открыть в песочнице Comodo"
  54. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\cavshell.dll,1"
  55.  
  56. [HKEY_CLASSES_ROOT\Directory\Shell\ComodoSandbox\command]
  57. @="C:\\Program Files\\COMODO\\COMODO Internet Security\\virtkiosk.exe -v \"%1\" %*"
  58.  
  59. ; добавляем пункт запуска с правами 'доверенного инсталлятора'
  60.  
  61. [HKEY_CLASSES_ROOT\exefile\shell\RunAsInstaller]
  62. "MUIVerb"="Запустить как установщик"
  63. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\virtkiosk.exe,7"
  64. "Extended"=""
  65.  
  66. [HKEY_CLASSES_ROOT\exefile\shell\RunAsInstaller\command]
  67. @="c:\\ContextMenu\\RunCmdAsInst.exe -sp\"/c \"\"%1\"\"\""
  68.  
  69. ; добавляем пункт занесения в 'доверенные'
  70.  
  71. [HKEY_CLASSES_ROOT\exefile\shell\AddToTrusted]
  72. "MUIVerb"="Добавить в «доверенные»"
  73. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\virtkiosk.exe,7"
  74. "Extended"=""
  75.  
  76. [HKEY_CLASSES_ROOT\exefile\shell\AddToTrusted\command]
  77. @="c:\\ContextMenu\\RunCmdAsInst.exe -sp\"/c (cd /d c:\\ContextMenu) && (attrib -r -s -h temp /s /d) && (rd temp /s /q) && (md temp) && (xcopy \"\"%1\"\" temp /h /y /s)\""
  78.  
  79. [HKEY_CLASSES_ROOT\Directory\Shell\AddToTrusted]
  80. "MUIVerb"="Добавить в «доверенные»"
  81. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\virtkiosk.exe,7"
  82. "Extended"=""
  83.  
  84. [HKEY_CLASSES_ROOT\Directory\Shell\AddToTrusted\command]
  85. @="c:\\ContextMenu\\RunCmdAsInst.exe -sp\"/c (cd /d c:\\ContextMenu) && (attrib -r -s -h temp /s /d) && (rd temp /s /q) && (md temp) && (xcopy \"\"%1\"\" temp /h /y /s)\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement