ESSAY / NOTE

彻底删除 Windows Defender

@echo off cd /d "%~dp0" echo Uninstalling ... CLS install_wim_tweak.exe /o /l install_wim_tweak.exe /o /c "Windows-Defender" /r install_wim_tweak.exe /h /o /l echo It should be uninstalled. Please reboot Windows 10. pause 或者:直接下载脚本(WindowsDefenderRemoveScript.zip) https://linux-1251121573.cos.ap-guangzhou.myqcloud.com/soft/windows/WindowsDefenderRemoveScript.zip WindowsDefenderRemoveScript.zip