Fixing 'Your IT Admin Can't Do More' On Windows OS

Fixing 'Your IT Admin Can't Do More' On Windows OS

David Lv11

Fixing ‘Your IT Admin Can’t Do More’ On Windows OS

Some users have posted on troubleshooting forums about a “Page not available” error that occurs when they open Windows Security. The “Page not available” error message says, “Your IT Administrator has limited access to some areas of this app.” That error message appears within Windows Security, and users can’t access that app’s antivirus settings because of it.

This error message suggests another administrative user has applied restrictions to Windows Security. However, it often arises on standalone PCs that aren’t connected to an organization network. This is how you can fix the “Your IT administrator has limited access” error.

1. Change Your User Account to an Admin Account

You shouldn’t usually need admin rights to access Windows Security. However, make sure you’re signed in to an admin account to ensure you have full system permissions. If you’re utilizing a standard account, change it to an administrator one. You can do that with one of the methods outlined in this guide tochanging user account type in Windows .

The Access work or school account settings

2. Uninstall Third-Party Security Software

Have you installed a third-party antivirus app on your PC? If so, that security software could be by conflicting with Microsoft Defender and causing the “Page not available” error. Try uninstalling the third-party antivirus utility you’ve installed with a method in our guide toremoving Windows software . Or utilize a dedicated removal tool for your antivirus app if there’s one available.

The Uninstall option

3. Remove Any Work or School Accounts

Have you connected your PC with any school or work organization account? If so, such an account could be restricting access to Windows Security settings. Try disconnecting your PC from the school or work in Settings as follows:

  1. Bring up Settings and click that app’sAccounts tab (or category).
  2. Scroll down to select theAccess work or school navigation option.
  3. Click a connected work or school account to expand it.
    The Access work or school account settings
  4. Press theDisconnect button and selectYes .

4. Disable the Turn Off Microsoft Defender Antivirus Policy

Some Windows Pro and Enterprise users have confirmed they’ve fixed the “Page not available” error by disabling aTurn off Microsoft Defender Antivirus policy. So, check that policy setting even if you can’t recall changing it yourself. This is how you can check and disable theTurn Off Microsoft Defender Antivirus Group Policy setting in Windows Pro and Enterprise:

  1. To access the file search box, hold the Windows logo key and press S.

  2. Typegpedit.msc inside the file search box.

  3. Double-clickgpedit.msc toopen the Group Policy Editor window.

  4. Next, double-clickComputer Configuration andAdministrative Templates within Group Policy Editor’s sidebar.

  5. Expand theWindows Components folder in the sidebar.

  6. ClickMicrosoft Defender Antivirus to select that policy.
    Microsoft Defender Antivirus settings in Group Policy

  7. Then double-clickTurn off Microsoft Defender Antivirus .

  8. ClickDisabled if theTurn off Microsoft Defender Antivirus policy is enabled.
    The Turn off Microsoft Defender Antivirus window

  9. Select the policy’sApply andOK options.

  10. Double-clickAllow antimalware to startup with normal priority and select to disable that policy as outlined in the previous two steps as well.
    The Allow antimalware service to startup with normal priority window

  11. Next, clickClient Interface within the Microsoft Defender Antivirus settings.
    Allow antimalware service to startup with normal priority

  12. Double-click theEnable headless UI mode policy to view it.
    The Client Interface settings

  13. SelectDisabled >Apply >OK in the Enable headless UI mode policy window.

5. Run a PowerShell Command

Running a set-MpPreference PowerShell command is a widely confirmed potential resolution for the “Page not available” error. The confirmed command disables Microsoft Defender’s UI lockdown mode. You can run that PowerShell command like this:

  1. Activate the Windows search utility.
  2. Input aPowerShell search phrase to find that command-line app.
  3. Open PowerShell with elevated permissions by right-clicking the search result for that command-line app and selectingRun as administrator .
  4. Input thisMpPreference command and pressReturn :
    set-MpPreference -UILockdown
    The set-Mppreference PowerShell command
  5. Exit PowerShell and open Windows Security again to see if the error persists.

6. Repair/Reset Windows Security

Windows Security is a UWP app for which you can selectRepair andReset Settings options that can resolve various issues. Those options are there to help users fix apps that aren’t working right. So, try selecting Windows Security’sRepair andReset options to see if they make any difference.

The Reset button

Our articleabout resetting Windows apps tells you how to access theReset button. TheRepair button is just above theReset option. It’s recommended to selectRepair first since that doesn’t affect app data.

7. Modify the Registry via Command Prompt

Users also confirm that running a series of Command Prompt commands that modify the registry can resolve the “Page not available” issue. As those are reg delete commands, we recommend you back up the registry before applying this potential fix. Then try running the registry commands for erasing policies like this:

Open the utility for finding files and apps with theWindows logo +S key combination.

  1. Find the Command Prompt by typing in aCMD search phrase.
  2. Click the Command Prompt app with the mouse’s right button to select aRun as administrator context menu option.
  3. Execute the following commands separately, pressingEnter after inputting each one:
    `reg delete “HKLM\Software\Microsoft\Windows\CurrentVersion\Policies” /f

reg delete “HKLM\Software \Microsoft\WindowsSelfHost” /f

reg delete “HKLM\Software\Policies” /f

reg delete “HKLM\Software\WOW6432Node\Microsoft\Policies” /f

reg delete “HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies” /f

reg delete “HKLM\SOFTWARE\Policies\Microsoft\Windows Defender” /v DisableAntiSpyware

reg delete “HKCU\Software\Microsoft\Windows\CurrentVersion\Policies” /f

reg delete “HKCU\Software\Microsoft\WindowsSelfHost” /f

reg delete “HKCU\Software\Policies” /f

reg delete “HKLM\Software\Microsoft\Policies” /f`
4. Inputexit in the Command Prompt to close the app.
The reg delete command
5. Open the Start menu, selectPower , and press theRestart button.

8. Perform a System Restore

If the “Page not available” error remains after applying other potential solutions, try performing a system restore. That might work if you can select a restore point predating the “Page not available” error on your PC. Rolling Windows back to an earlier time could undo any system changes that caused the issue to arise.

The System Restore window

Our guide oncreating and utilizing restore points provides instructions for rolling back Windows with System Restore. Choose the oldest restore point you can. However, remember that you’ll probably need to reinstall some software packages installed after the restore point’s date.

Start Utilizing Windows Security Again

The potential solutions covered in this guide address many of the primary causes for that error occurring. So, they’ll probably get the “Page not available” error sorted on most users’ Windows 11/10 PCs. Fixing the “Page not available” error will enable you to access all the settings in Windows Security again.

Also read:

  • Title: Fixing 'Your IT Admin Can't Do More' On Windows OS
  • Author: David
  • Created at : 2024-06-25 11:32:34
  • Updated at : 2024-06-26 11:32:34
  • Link: https://win11.techidaily.com/fixing-your-it-admin-cant-do-more-on-windows-os/
  • License: This work is licensed under CC BY-NC-SA 4.0.