Exclude EventIDs/Service logs from eventlog

  • Thread starter Thread starter Papatchel
  • Start date Start date
P

Papatchel

Hello,

The eventlog is filled with a lot of useless logs because of some components
that are not installed. For instance, hundred of scard.dll and Computer
Browser errors are logged on this image.

How can I exclude those unwanted types of logs?
Thanks
 
Most of the eventlog sources are registered under the following key:
[HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\Application].
You may want to remove the undesired source manually there or remove the appropriate components from your project in TD.
 
Back
Top