Advanced Plus Security Divine_Barakah's PC Security Config 2026

Last updated
Aug 20, 2026
How it's used?
For work or educational use
Operating system
Windows 11
On-device encryption
Cryptomator
Log-in security
    • Biometrics (Windows Hello PIN, TouchID, Face, Iris, Fingerprint)
Security updates
Allow security updates
Update channels
Allow stable updates only
User Access Control
Always notify
Smart App Control
Evaluation mode
Network firewall
Enabled
About WiFi router
ISP-provided router.
Real-time security
MD (default settings)
NVT OSArmor Personal
Firewall security
Microsoft Defender Firewall
About custom security
*OSArmor
- added my rules
Periodic malware scanners
EEK
Malware sample testing
I do not participate in malware testing
Environment for malware testing
I don't do malware testing.
Browser(s) and extensions
Browsers
1- Vivaldi with multiple profile
2- Helium
3- Waterfox

Extensions
None
Secure DNS
Adguard Windows with my personal Adguard DNS
Desktop VPN
Adguard VPN
Password manager
Sticky Password
Maintenance tools
Uninstalr
Kerish Doctor
Dell Command Update Universal

Hard Disk Sentinel Pro Portable
Bleachbit
Hibit Uninstaller
File and Photo backup
Koofr (Cryptomator)
Filejump (Cryptomator)
Cyberduck
Subscriptions
    • Google One AI Premium 2TB
System recovery
O&o Diskimage 21 Premium
Risk factors
    • Browsing to popular websites
    • Browsing to unknown / untrusted / shady sites
    • Working from home
    • Making audio/video calls
    • Opening email attachments
    • Buying from online stores, entering banks card details
    • Logging into my bank account
    • Downloading software and files from reputable sites
Computer specs
Dell Latitude 7450
Ultra 7 155U
16 GB DDR5 Ram 6400
1TB Micron nVMe Gen4
Notable changes
The inclusion of OSArmor.
Changed main password manager
Ditched Kerish Doctor
Managing Windows updates through GP.
What I'm looking for?

Looking for maximum feedback.

Add the xml file to what ? So it did not mention scheduler. Then the scheduler alarm was independent of Adguard ?
IMG_20260822_175823_edit_164061987366476.jpgIMG_20260822_180002.jpg
 
  • Like
Reactions: Sorrento
Try to update to the latest platform version 4.18.26080.3. Run as admin and restart.
Code:
https://download.windowsupdate.com/c/msdownload/update/software/defu/2026/08/updateplatform.amd64fre_99b71e4d3a498fec8b527f4dc0cf4a74169de128.exe
Optionally Update for Windows Security platform - KB5007651 (Version 10.0.29628.1000)
Code:
https://catalog.update.microsoft.com/ScopedViewInline.aspx?updateid=a32ca1d0-ddd4-486b-b708-d941db4f1141#Overview
IMG_20260822_181418.jpg
Gemini confirms that this is the source for the "cosmetic" issue.

"This confirms that the warning banner in your Action Center is not caused by malware tampering with Defender. It is a bug introduced by the 10.0.29628.1000 platform package when communicating with SecHealthUI."
 
AI to the rescue !

My suspicious mind is useless - it only know signs of compromise ! (n)

" When you are a hammer, everything looks like a nail "
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.

And regarding the notification I received from Windows Security, I checked real-time protection via powershell and everything is running as Intended.
 
  • Like
Reactions: Sorrento
Running these commands in Powershell fixed the issue for me

# 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.

I manually sat the updates channel to "Staged", but this was not what fixed my issue. It was the - ResetPlatform flag that purged the platform update that was causing my issue.
 
  • Like
Reactions: Victor M

You may also like...