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 ":\temp\" and 
 (action_file_name in ("*.au3", "*\autoit3.exe"))) or 
 (actor_process_image_path contains ":\temp\" and 
 (actor_process_image_path in ("*.au3", "*\autoit3.exe")))))