Share via

MY IT ADMINISTRATOR IS LIMITED TO ACCESS SOME AREA OF WINDOWS SECURITY

SHeng Jie Soo 20 Reputation points
2026-04-07T09:00:24.3533333+00:00

WHEN I OPEN RANSOMWARE PROTECTION,THE SCREEN SHOW MY IT ADMINISTRATOR IS LIMITED TO ACCESS SOME AREA OF WINDOWS SECURITY. HOW DO I SOLVE IT?

Windows for home | Windows 11 | Security and privacy
0 comments No comments

Answer accepted by question author
  1. DaveM121 867.2K Reputation points Independent Advisor
    2026-04-07T09:38:54.47+00:00

    1

    Do you have a 3rd party anti-virus installed on your PC?

    2

    Click your Start Button, type regedit and hit Enter to open the Registry Editor.

    Click View and make sure 'Address Bar' is turned on.

    Paste this into the Address Bar at the top and hit Enter.

    HKLM\SOFTWARE\Policies\Microsoft\Windows Defender

    Please provide a screenshot of that Registry Editor page.


1 additional answer

Sort by: Most helpful
  1. Kapil Arya 37,576 Reputation points Volunteer Moderator
    2026-04-07T17:23:30.7966667+00:00

    Open administrative Command Prompt.

    Try executing these commands one-by-one and press Enter key:

    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

    Restart your system, instead of shut down.

    P.S. If you're new to Command Prompt, try creating System Restore prior to above steps.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.