Data/NoiseFilters.psd1
|
@{ # System/OEM maintenance churn ignored by default. Override with -IncludeMicrosoftTasks. # Anything matched by VendorTasks.psd1 (AlwaysAudit*) wins over these filters. IgnorePathPrefixes = @( '\Microsoft\Windows\' '\Microsoft\Office\' '\Microsoft\VisualStudio\' '\Microsoft\XblGameSave\' '\Dell\' '\HP\' '\Hewlett-Packard\' '\Lenovo\' '\Intel\' '\AMD\' '\GoogleUserPEH\' ) IgnoreNamePatterns = @( 'OneDrive Standalone Update Task*' 'OneDrive Per-Machine Standalone Update*' 'MicrosoftEdgeUpdateTask*' 'GoogleUpdateTask*' 'GoogleUpdater*' 'Adobe Acrobat Update Task*' 'User_Feed_Synchronization-*' 'NvTmRep_*' 'NvDriverUpdateCheckDaily*' 'NvBatteryBoostCheckOnLogon*' 'NvNodeLauncher_*' 'NVIDIA GeForce Experience*' 'CreateExplorerShellUnelevatedTask' # Root-path OEM/consumer junk surfaced by elevated runs (1.0.1) 'Dell SupportAssist*' 'OneDrive Reporting Task*' ) } |