AnatoliyTkachev

Занесение в «доверенные» через контекстное меню

Jun 14th, 2014
1,432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; изменить пути к CIS и к sfx-архиву на свои, если они отличаются
  4.  
  5. [HKEY_CLASSES_ROOT\exefile\shell\AddToTrusted]
  6. "MUIVerb"="Добавить в «доверенные»"
  7. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\virtkiosk.exe,7"
  8. "Extended"=""
  9.  
  10. [HKEY_CLASSES_ROOT\exefile\shell\AddToTrusted\command]
  11. @="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)\""
  12.  
  13. [HKEY_CLASSES_ROOT\Directory\Shell\AddToTrusted]
  14. "MUIVerb"="Добавить в «доверенные»"
  15. "Icon"="C:\\Program Files\\Comodo\\COMODO Internet Security\\virtkiosk.exe,7"
  16. "Extended"=""
  17.  
  18. [HKEY_CLASSES_ROOT\Directory\Shell\AddToTrusted\command]
  19. @="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)\""
Add Comment
Please, Sign In to add comment