徹底刪除 Windows Defender


徹底卸載:

把如下代碼復制到文本中,后綴命名為cmd,右鍵,使用管理員方式打開,否則會報錯

需要下載 install_wim_tweak.exe 這個軟件,后面的壓縮包有。

在這里插入圖片描述

 1 @echo off
 2 cd /d "%~dp0"
 3 echo Uninstalling ...
 4 CLS
 5 install_wim_tweak.exe /o /l
 6 install_wim_tweak.exe /o /c "Windows-Defender" /r
 7 
 8 
 9 install_wim_tweak.exe /h /o /l
10 echo It should be uninstalled. Please reboot Windows 10.
11 pause

 

或者:直接下載腳本(WindowsDefenderRemoveScript.zip)

https://linux-1251121573.cos.ap-guangzhou.myqcloud.com/soft/windows/WindowsDefenderRemoveScript.zip

方法二:禁用

按WIN+R 調出運行,然后輸入 gpedit.msc 確定

在這里插入圖片描述
然后在策略組中展開【計算機管理】-【管理模板】-【Windows組件】-【Windows Defender】

在這里插入圖片描述

在這里插入圖片描述

然后找到關閉 Windows Defender ,雙擊后設置為“已啟用”,然后應用並確定即可

在這里插入圖片描述

在這里插入圖片描述

 

 版權聲明:本文為CSDN博主「diyiday」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/diyiday/java/article/details/88304698


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM