Additional Microsoft Defender tools and services that provide security across various platforms and environments
The provided context contains guidance on how CldFlt should be configured for OneDrive Files On-Demand, but does not identify any specific Microsoft component that changes HKLM\SYSTEM\CurrentControlSet\Services\CldFlt\Start from 2 to 4, nor any method to retrospectively determine which process performed that change on already-affected machines.
The only directly relevant information is:
- For Files On-Demand to work, the Windows Cloud Files Filter Driver (CldFlt) must be configured to start automatically. The documentation states that the Files On-Demand feature sets the following registry value to
2(AUTO_START):-
[HKLM\SYSTEM\CurrentControlSet\Services\CldFlt]"Start"="dword:00000002"
-
- If this value is not
2, Files On-Demand will not function correctly and the option may not appear in OneDrive settings.
Mitigation from the context (which aligns with what is already being done):
- Ensure the CldFlt service is set to automatic:
- Set
HKLM\SYSTEM\CurrentControlSet\Services\CldFlt\Startto2(AUTO_START).
- Set
- Reboot the device so the Cloud Files Filter Driver loads.
- Verify Files On-Demand is enabled in OneDrive:
- Right-click the OneDrive icon in the notification area → Settings.
- Confirm that Save space and download files as you use them is enabled for each configured OneDrive account.
These steps restore the driver and Files On-Demand behavior but do not provide a way, from the supplied material, to attribute the registry modification to a specific Microsoft Defender or other component, nor to reconstruct the responsible process after the fact.
References: