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 "\desktop.ini" and 
 (not 
 ((actor_process_image_path in ("C:\Windows\*", "C:\Program Files\*", "C:\Program Files (x86)\*")) or 
 action_file_name contains "C:\$WINDOWS.~BT\NewOS\")) and 
 (not 
 ((actor_process_image_path contains "C:\Users\" and 
 actor_process_image_path contains "\AppData\Local\JetBrains\Toolbox\bin\7z.exe" and 
 action_file_name contains "\JetBrains\apps\") or 
 (actor_process_image_path contains "C:\Users\" and 
 actor_process_image_path contains "\AppData\Local\Microsoft\OneDrive\")))))