Windows OS Hub
  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • 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
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • 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
  • PowerShell
  • Linux

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

March 22, 2024 Questions and AnswersWindows 10Windows 11

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
9
Facebook Twitter Google + Pinterest
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

Configure NTP Time Source for Active Directory Domain

May 6, 2025

How to Cancel Windows Update Pending Restart Loop

May 6, 2025

View Windows Update History with PowerShell (CMD)

April 30, 2025

Change BIOS from Legacy to UEFI without Reinstalling...

April 21, 2025

Remove ‘Your License isn’t Genuine’ Banner in MS...

April 21, 2025

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!

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMware
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • 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
  • Load Drivers from WinPE or Recovery CMD

    March 26, 2025
  • How to Block Common (Weak) Passwords in Active Directory

    March 25, 2025
  • Fix: The referenced assembly could not be found error (0x80073701) on Windows

    March 17, 2025
  • Exclude a Specific User or Computer from Group Policy

    March 12, 2025
  • AD Domain Join: Computer Account Re-use Blocked

    March 11, 2025
  • How to Write Logs to the Windows Event Viewer from PowerShell/CMD

    March 3, 2025
  • How to Hide (Block) a Specific Windows Update

    February 25, 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
  • Fix: Windows Update Tab (Button) is Missing from Settings
  • How to Completely Remove/Uninstall a Driver in Windows
  • Fix: Windows Needs Your Current Credentials Pop-up Message
  • How to Disable or Uninstall Internet Explorer (IE) in Windows
  • Permanently Disable Driver Signature Enforcement on Windows 11
Footer Logo

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


Back To Top