Hi BARRY G.VARGUS Sr.
I really appreciate the detailed explanation—this sounds incredibly frustrating, especially since you're the Owner and Administrator, yet Windows Security keeps blocking access as if someone else is in control. Let's break this down and tackle both issues:
Issue 1: Windows Security Troubleshooter Not Recognizing Windows Defender
Since the Windows Security Troubleshooter claims it can't detect your firewall, but you know Windows Defender is active, try these steps:
> Verify Windows Defender Firewall is Actually Running
Open Command Prompt (Admin) and run:
powershell
Get-Service | Where-Object {$_.DisplayName -like "*Windows Defender Firewall*"}
If the service isn’t running, restart it with:
powershell
net start mpssvc
> Reset Windows Defender Firewall
Open Command Prompt (Admin) and run:
powershell
netsh advfirewall reset
Restart your PC and check if the Troubleshooter recognizes it.
> Check Group Policy Settings (If Applicable)
Open Run (Win + R) and type:
gpedit.msc
Navigate to:
Computer Configuration > Administrative Templates > Network > Network Connections > Windows Defender Firewall
Ensure "Turn off Windows Defender Firewall" is NOT enabled.
Issue 2: Controlled Folder Access Blocking Apps (Even After Disabling It)
Since Controlled Folder Access keeps blocking apps even after you turn it off, try these fixes:
> Manually Allow Blocked Apps
Open Windows Security > Virus & Threat Protection > Ransomware Protection.
Click "Allow an app through Controlled Folder Access".
Add CCleanerUpdate64.exe, DST.exe, and HP DIAG manually.
> Disable Controlled Folder Access via PowerShell
If toggling it off in settings doesn’t work, force-disable it:
Open PowerShell (Admin).
Run:
powershell
Set-MpPreference -EnableControlledFolderAccess Disabled
Restart your PC and check if the issue persists.
> Reset Windows Security Policies
If Windows Security is still blocking apps, reset its policies:
Open Command Prompt (Admin).
Run:
powershell
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
Restart your PC.
Perform Repair in-place upgrade: This will reinstall your Operating System and will keep your files and apps. This will take some time depending on the computer performance and internet speed. You can follow the steps from this link: How to do a Windows 10 Repair Upgrade - Microsoft Community
Let me know if any of these solutions work for you!
Best Regards,
Lonex P.
Microsoft Moderator