feat(detmir): ship ops, dlp, 1c and mcp updates

This commit is contained in:
igor04091968
2026-05-27 05:56:43 +03:00
parent 033ae810f3
commit 3042bd5042
85 changed files with 12028 additions and 460 deletions
+3 -2
View File
@@ -72,8 +72,8 @@ while ($true) {
$collectors = $cfg.collectors
$isSession0 = ([System.Diagnostics.Process]::GetCurrentProcess().SessionId -eq 0)
# In Session 0 (SYSTEM) many collectors that rely on interactive user context (browsers, Outlook)
# will crash/exit immediately. Default to starting only collectors that can run headless.
# In Session 0 (SYSTEM) collectors that depend on interactive desktop/user profile
# will crash/exit or spin in useless restart loops. Keep only headless-safe collectors here.
$startBrowser = $true
$startFileOps = $true
$startEmail = $true
@@ -84,6 +84,7 @@ while ($true) {
}
if ($isSession0) {
$startBrowser = $false
$startFileOps = $false
$startEmail = $false
}