How to disable Windows 10 defender in windows 10 home 1909

I need an effective way to permanently shut down the defender services iam using home version the local group policy editor doesn't exist, and the hkey local machine method doesn't work on the latest update the folder doesn't exist

4

1 Answer

As you have the Home edition of Windows, gpedit.msc doesn't exist. In that case, you should get the same effect by opening the registry (regedit) and navigate to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender

You will then probably need to create the following 2 DWORD values:

DisableAntiSpyware set to 1

ServiceKeepAlive set to 0

Then restart.

Note: Installing other reputable security software will typically disable Defender as well.

Now, depending on the version of Windows, you may have to open the Security settings and disable Tamper Protection for the above registry keys to stick. After the restart, if you open Services.msc, the Windows Defender Anti-Virus service should be stopped.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like