全部商品分类

卸载WIN10系统自带的杀毒程序windows defender的方法

来源:易点云 责编:易点云编辑 2020-02-21

2 (90).jpg


在安装一些破解软件,被win10自带的杀毒程序windows defender查杀导致无法安装或者精简系统无用组建时,可以卸载掉它;此操作不可逆;

解决方案:

提醒:此操作有风险,建议由专业人员操作,并备份重要数据。

在安装一些破解软件,被win10自带的杀毒程序windows defender查杀导致无法安装或者精简系统无用组建时,可以卸载掉它;----------此操作不可逆;

1、利用批处理快速移除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.

echo 请重启 Windows 10 以完成卸载;

echo.

pause

复制以上代码保存为.cmd类型文件或者下载本文末附件“1移除Windows Defender 程序”,右击该.cmd文件,以管理员身份运行,运行完毕,重启计算机;


2、利用批处理快速移除Windows Defender图标;

代码如下:

@echo off

echo y|takeown /f "%windir%\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\Assets\*.*"

echo y|icacls "%windir%\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\Assets\*.*" /grant administrators:F

rd /s /q "%windir%\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\Assets\"

echo y|takeown /f "%ProgramFiles%\Windows Defender\*.*"

echo y|icacls "%ProgramFiles%\Windows Defender\*.*" /grant administrators:F

rd /s /q "%ProgramFiles%\Windows Defender\"

echo y|takeown /f "%ProgramFiles%\Windows Defender Advanced Threat Protection\*.*"

echo y|icacls "%ProgramFiles%\Windows Defender Advanced Threat Protection\*.*" /grant administrators:F

rd /s /q "%ProgramFiles%\Windows Defender Advanced Threat Protection\"

taskkill /im smartscreen.exe /f

echo y|takeown /f "%windir%\System32\smartscreen.exe"

echo y|icacls "%windir%\System32\smartscreen.exe" /grant administrators:F

del "%windir%\System32\smartscreen.exe" /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SecurityHealthService" /v Start /t reg_dword /d 00000004 /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /v Start /t reg_dword /d 00000004 /f

PAUSE

复制以上代码保存为.bat类型文件或者下载本文末附件“2移除Windows Defender图标”,右击该.bat文件,以管理员身份运行;

然后按下图操作

2.jpg3.jpg


特别说明:

Windows10 1709 (16299)系统移除Windows Defender图标方法:

先在其他管理员帐户上运行附件“2移除Windows Defender图标”里的.bat”,然后再新建你需要的帐户,Windows Defender安全中心图标就彻底消失了;

比如:你要用Administrator帐户,那么要在还没有启用过Administrator帐户之前,先在初始安装的帐户上彻底移除Windows Defender,然后再启用Administrator帐户,这样Windows Defender图标就消失; 

如果新建帐户后还产生不知名图标,可以用附件“1移除Windows Defender 程序”里的.cmd清理;


附件如下:

1移除Windows Defender 程序.rar

2移除Windows Defender图标.rar

上一篇: Windows 10指纹解锁怎么设置 下一篇:一键开启或关闭Win10系统更新

猜你喜欢

网络显示已断开连接怎么回事
网络显示已断开连接怎么回事
宽带连接已断开连接怎么回事一、自己的原因:1、电脑宽带线路松动,宽带线路故障解决办法:把宽带线路,重新插一遍。或者从新换条新的网线。2、网卡故障或损坏。解决办法...

如何在Win10系统中禁用Bing搜索引擎?
如何在Win10系统中禁用Bing搜索引擎?
Win10禁用Bing搜索引擎的方法:1. 打开运行窗口,输入regedit命令打开注册表。2. 在注册表编辑器中,从左侧边栏导航到以下项。HKEY_CURRE...

windows10激活密钥
windows10激活密钥
Windows10专业版激活码W269N-WFGWX-YVC9B-4J6C9-T83GXMH37W-N47XK-V7XM9-C7227-GCQG92X7P3-N...

不能安装64位office提示已安装32位怎么办
不能安装64位office提示已安装32位怎么办
问题描述:之前有安装过32位office卸载后,装64位的office的时候会提示如下的弹窗风险提示:因涉及修改注册表文件有系统崩溃风险,先备份注册表再修改,防...

实际维修中会遇到哪些兼容性问题?
实际维修中会遇到哪些兼容性问题?
实际维修中会遇到哪些兼容性问题?浏览器不兼容。(IE浏览器和网银系统、财务系统、Flash Player插件等等)驱动不兼容。(显卡驱动、声卡驱动、网卡驱动等...