config case_sensitive = false | preset=xdr_process | filter (event_type = ENUM.PROCESS and 
 event_sub_type = ENUM.PROCESS_START) and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 ((action_process_image_path contains "\reg.exe" and 
 (action_process_image_command_line in ("*HKEY_CURRENT_USER\Control Panel\Desktop*", "*HKCU\Control Panel\Desktop*"))) and 
 ((action_process_image_command_line contains "/v ScreenSaveActive" and 
 action_process_image_command_line contains "/t REG_SZ" and 
 action_process_image_command_line contains "/d 1" and 
 action_process_image_command_line contains "/f") or 
 (action_process_image_command_line contains "/v ScreenSaveTimeout" and 
 action_process_image_command_line contains "/t REG_SZ" and 
 action_process_image_command_line contains "/d " and 
 action_process_image_command_line contains "/f") or 
 (action_process_image_command_line contains "/v ScreenSaverIsSecure" and 
 action_process_image_command_line contains "/t REG_SZ" and 
 action_process_image_command_line contains "/d 0" and 
 action_process_image_command_line contains "/f") or 
 (action_process_image_command_line contains "/v SCRNSAVE.EXE" and 
 action_process_image_command_line contains "/t REG_SZ" and 
 action_process_image_command_line contains "/d " and 
 action_process_image_command_line contains ".scr" and 
 action_process_image_command_line contains "/f"))))