This setting is managed by your administrator.

Joined
May 8, 2024
Messages
6
Reaction score
0
I have an issue with enabling Tamper Protection in Windows Defender on my Windows 11 Pro system, version 23H2. Whenever I try to enable it, I receive a message stating, "This setting is managed by your administrator."

I've ensured that I'm signed in as the administrator on my personal account, but still unable to enable Tamper Protection. I even attempted to modify the TamperProtection registry key to force the activation, but encountered permissions issues, preventing me from making changes.

Could someone provide assistance on how to resolve this? Any help would be greatly appreciated.
 

Bastet

Moderator
Joined
Jun 8, 2021
Messages
162
Reaction score
33

1. Open command prompt with admin permission
2. Execute these commands then restart the computer
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
reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /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\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f
 
Top