How to enable verbose user and kernel-mode logging locally via command prompt for EDR Windows sensors.
reg add HKLM\Software\CarbonBlack\config /v DebugLevel /t REG_DWORD /d 7 reg add HKLM\Software\CarbonBlack\config /v KernelDebugLevel /t REG_DWORD /d 7
sc control carbonblack 203
reg delete HKLM\Software\CarbonBlack\config /v DebugLevel /f reg delete HKLM\Software\CarbonBlack\config /v KernelDebugLevel /f sc control carbonblack 203