Add the xml file to what ? So it did not mention scheduler. Then the scheduler alarm was independent of Adguard ?Adguard was trying to add its xml file
Add the xml file to what ? So it did not mention scheduler. Then the scheduler alarm was independent of Adguard ?Adguard was trying to add its xml file
Try to update to the latest platform version 4.18.26080.3. Run as admin and restart.
Optionally Update for Windows Security platform - KB5007651 (Version 10.0.29628.1000)Code:https://download.windowsupdate.com/c/msdownload/update/software/defu/2026/08/updateplatform.amd64fre_99b71e4d3a498fec8b527f4dc0cf4a74169de128.exe
Code:https://catalog.update.microsoft.com/ScopedViewInline.aspx?updateid=a32ca1d0-ddd4-486b-b708-d941db4f1141#Overview

I could have been worried if I was not updating Adguard at the time I saw the OSA block. I checked the logs immediately and whitlested Adguard.AI to the rescue !
My suspicious mind is useless - it only know signs of compromise !
" When you are a hammer, everything looks like a nail "
Running these commands in Powershell fixed the issue for meOther users reporting the same issue on Reddit
# 1. Set update channels to stable staged ring
Set-MpPreference -EngineUpdatesChannel Staged
Set-MpPreference -PlatformUpdatesChannel Staged
Set-MpPreference -DefinitionUpdatesChannel Staged
# 2. Reset the Defender platform to OS baseline
& "C:\Program Files\Windows Defender\MpCmdRun.exe" -ResetPlatform
# 3. Pull fresh, stable definitions and platform files
& "C:\Program Files\Windows Defender\MpCmdRun.exe" -SignatureUpdate
So upon research, it seems Windows, by default, sets Defender's update channel to NotConfigured (0), which allows Microsoft to manage rollouts through Windows Update.