config case_sensitive = false | preset=xdr_file | filter event_type = ENUM.FILE and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 (action_file_name contains "\Microsoft\Windows\Start Menu\Programs\StartUp" and 
 (not 
 ((actor_process_image_path in ("C:\Windows\System32\wuauclt.exe", "C:\Windows\uus\ARM64\wuaucltcore.exe")) or 
 (action_file_name in ("C:\$WINDOWS.~BT\NewOS\*", "C:\$WinREAgent\Scratch\Mount\*")))) and 
 (not 
 (actor_process_image_path contains "\ONENOTE.EXE" and 
 action_file_name contains "\Send to OneNote.lnk"))))