config case_sensitive = false | preset=xdr_file | filter event_type = ENUM.FILE and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 (action_file_name ~= "\\Windows\\__1\d{9}\.\d{1,7}$" or 
 action_file_name ~= "C:\\__1\d{9}\.\d{1,7}$" or 
 action_file_name ~= "D:\\__1\d{9}\.\d{1,7}$"))