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
Asked
Active
Viewed 6,922 times
1 Answers
1
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.
HelpingHand
- 2,598
- 12
- 16