Jump to content

Recommended Posts

Guest KenKenAM
Posted

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...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...