Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Windows 11 / Fix: Your IT Administrator Has Limited Access to Virus & Threat Protection

March 22, 2024

Fix: Your IT Administrator Has Limited Access to Virus & Threat Protection

On one of the computers, the Virus & Threat Protection tab disappeared from the Windows Defender settings. And when I tried to open the Windows Security app settings, I got the following message:

Page not available.
Your IT administrator has limited access to some areas of this app, and the item you tried to access is not available. Contact IT helpdesk for more information.

The issue of the missing Virus and Threat Protection tab in the Windows Security app can occur in Windows 10 and 11, starting with build 22H2.

your it administrator has limited access to some areas of this app windows 11 defender

This could happen:

  • If you have third-party certified anti-virus software installed on a computer. Some Windows Security app features are disabled in this case;
  • Windows Defender settings are set by the administrator through Group Policy To see the resulting GPO settings on the computer, run rsop.msc or GPResult /h GPResult.html & GPResult.html;
  • Windows Defender GUI lockdown mode is enabled.

To check if Windows Defender UI lock mode is enabled, run the command::

Get-MpPreference|select UILockdown

To unlock the Defender UI, run the command:

Set-MpPreference -UILockdown $false

The ‘Virus and Thread’ tab should then appear in the Windows security interface.

how to show virus and threat protection in windows 11

You can also unlock the user interface in Windows Defender via the registry. If the above command doesn’t help, check the following:

  1. Open regedit.exe;
  2. Go to HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\
  3. Check that there is no UILockdown registry parameter with a value of 1 in the subkeys;
  4. If this registry parameter exists, remove it;
  5. In the same way, check the HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Virus and threat protection key and remove the UILockdown parameter if it exists. UILockdown: Windows Virus and Threat protection Disabled by IT

This registry option can be enabled by using the Hide the Virus and threat protection area in Windows Security option in the GPO Editor (gpedit.msc): Computer Configuration -> Administrative Templates -> Windows Components -> Windows Security -> Virus and Thread. Ensure that this policy option is not configured or disabled.

GPO: Hide the Virus and threat protection area in Windows Security

If the Defender UI is not locked, download and apply the Fix for Microsoft Defender Antivirus antimalware platform (KB5007651).

  1. Download the fix file from Microsoft Update Catalog: https://catalog.update.microsoft.com/Search.aspx?q=KB5007651
  2. Run the SecurityHealthSetup.exe executable as an administrator. Apply SecurityHealthSetup.exe fix for Windows Defender
If the Windows Security app shows a blank screen and the error message “You need a new application to open this Windows Defender link” appears when you try to open it, then reinstall the Microsoft.SecHealthUI app.

If none of these methods help, try to reset the Windows Defender settings in the registry, reset the local GPO settings, and restart a computer

reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center" /v
RMDIR /S /Q "%WinDir%\System32\GroupPolicyUsers"
RMDIR /S /Q "%WinDir%\System32\GroupPolicy"
shutdown /r

2 comments
10
Facebook Twitter Google + Pinterest
Questions and AnswersWindows 10Windows 11
previous post
Monitoring Website SSL/TLS Certificate Expiration with Zabbix
next post
How to Enable and Configure Wake-on-LAN (WoL) in Windows

Related Reading

How to Allow Multiple RDP Sessions on Windows...

March 15, 2024

How to Run Program without Admin Privileges and...

June 8, 2023

How to Install Remote Server Administration Tools (RSAT)...

March 17, 2024

Managing Windows Firewall Rules with PowerShell

March 11, 2024

How to Fix ‘An Operating System Wasn’t Found’...

August 24, 2023

Create a Custom Windows Image with Pre-installed Apps

February 28, 2024

How to Allow Non-Admin User to Start/Stop Service...

March 15, 2024

Updating PowerShell Version on Windows

March 12, 2024

2 comments

kaku September 26, 2024 - 4:26 pm

YOU ARE AWESOME!!!!!!!!!!! ONLY YOU HELPED ME THANK YOU SO MUCH!!!!!!

Reply
Aden October 7, 2024 - 2:38 am

I agree, literally the only resource that helped, I appreciate it.

Reply

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Encrypt Any Client-Server App Traffic on Windows with Stunnel

    June 12, 2025
  • Failed to Open the Group Policy Object on a Computer

    June 2, 2025
  • Remote Desktop Printing with RD Easy Print Redirection

    June 2, 2025
  • Disable the Lock Screen Widgets in Windows 11

    May 26, 2025
  • Configuring Windows Protected Print Mode (WPP)

    May 19, 2025
  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025
  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • 0x80244010 Exceeded Max Server Round Trips: Windows Update Error
  • How to Force Remove a Printer That Won’t Uninstall on Windows
  • How to Completely Remove/Uninstall a Driver in Windows
  • Fix: Windows Update Tab (Button) is Missing from Settings
  • How to Disable or Uninstall Internet Explorer (IE) in Windows
  • Permanently Disable Driver Signature Enforcement on Windows 11
  • Fix: Windows Needs Your Current Credentials Pop-up Message
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top