Home >System Tutorial >Windows Series >How to turn off Windows Defender in win10 system
Windows Defender is an isolation protection function service launched by Microsoft for users. It can isolate dangerous software that cannot be recognized by the system. However, sometimes official software that requires installation fees will also be isolated and blocked. This has led to many users wanting to Turn off the Windows Defender function. Here is the best way to turn off Windows Defender in win10 system.
1. Right-click the Start menu and select Command Prompt (Administrator).
2. In the administrator command window, enter:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /d 1 /t REG_DWORD /f,
Copy it in, and then right-click an empty space in the window.
3. Finally, press Enter, and a prompt that the operation was successfully completed will appear.
The above is the detailed content of How to turn off Windows Defender in win10 system. For more information, please follow other related articles on the PHP Chinese website!