Then, without using and unable to use Group Policy, we can still prevent Windows Defender from running automatically through the Registry command mode, and completely shut it down as follows:
Open command Prompt (Administrator), and then enter:
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender"/V "disableantispyware"/d 1/t reg_dword/f
Restart the computer to take effect, since the world has been pure.
After restarting the computer, you can see the various Windows Defender related processes are gone, the settings in the "Windows Defender" inside the various features are also in the gray-forbidden state, as shown in.
WIN10 (including the Chinese version of the family) how to completely disable Windows Defender boot-up without Group Policy
So what if you have to take back the pills someday? Is it home to write another article? Actually understand the registration form everyone must know the way, here wordy, win key +r, run Regedit open Registry Editor, navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Here, delete disableantispyware This key value can be. Of course you can open the command prompt (administrator), run the reg delete command, the same ...
WIN10 (including the Chinese version of the family) how to completely disable Windows Defender boot-up without Group Policy