Enable Tamper Protection via command

  • Thread starter Thread starter KenKenAM
  • Start date Start date
K

KenKenAM

Guest
Is there is a way to enable Defender tamper protection using PowerShell or CMD? I have already used the following two commands, but they returned a failure message.reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Defender\Features" /v TamperProtection /t REG_DWORD /d 5 /fERROR: Access is denied.Set-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\Microsoft\Windows Defender\Features' -Name TamperProtection -Value 5Set-ItemProperty : Requested registry access is not allowed. At line:1 char:1 + Set-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\Microsoft\Windows Defen ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Continue reading...
 
Back
Top