在 Windows 10 中卸载 Microsoft Security Essentials
在 Windows 10 中卸载 Microsoft Security Essentials: (Uninstall Microsoft Security Essentials in Windows 10: )如果您最近升级到Windows 10,那么您可能需要卸载Microsoft Security Essentials ( MSE ),因为默认情况下Windows 10已经具有 Windows Defender,但问题是您无法卸载Microsoft Security Essentials,然后别担心,因为今天我们将看到如何解决这个问题。每次您尝试删除Security Essentials时,它都会为您提供错误代码 0x8004FF6F,并显示错误消息“您不需要安装 Microsoft Security Essentials”(You don’t need to install Microsoft Security Essentials)。
大多数人没有注意这一点,因为他们认为两者功能不同,但他们错了,因为Microsoft Security Essentials在Windows 10中应该被Windows Defender取代。同时运行它们会导致冲突,并且您的系统容易受到病毒、恶意软件或外部攻击,因为这两个安全程序都无法运行。
主要问题是Windows Defender不允许您安装MSE或卸载MSE,因此如果它预装在以前版本的Windows中,那么您已经知道您将无法卸载它用标准方法。因此,没有任何时间让我们在下面列出的指南的帮助下了解如何在Windows 10中卸载Microsoft Security Essentials 。
在Windows 10中卸载Microsoft Security Essentials
注意:(Note:)确保 创建一个还原点(create a restore point)以防万一出现问题。
方法 1:卸载 Microsoft Securit Essentials(Method 1: Uninstall Microsoft Securit Essentials)
1.按 Windows 键 + R 然后输入services.msc并按 Enter
2.从列表中找到以下服务:
Windows Defender 服务 (WinDefend) (Windows Defender Service (WinDefend))
Microsoft 安全要点(Microsoft Security Essentials)
3.右键单击它们中的每一个,然后选择停止。(Stop.)
4.按Windows Key + Q调出搜索,然后键入control并从搜索结果中单击控制面板。(Control Panel)
5.单击卸载程序(Uninstall a program),然后在列表中找到Microsoft Security Essentials (MSE)。
6.右键单击 MSE(Right-click on MSE)并选择卸载。(Uninstall.)
7.这将成功卸载 Windows 10 中的 Microsoft Security Essentials(uninstall Microsoft Security Essentials in Windows 10),因为您已经停止了Windows Defender服务,因此它不会干扰卸载。
方法 2:在 Windows 7 的兼容模式下运行卸载程序(Method 2: Run the Uninstaller in Compatibility Mode for Windows 7)
确保首先按照上述方法停止 Windows Defender 服务,然后继续:(stop Windows Defender services)
1.打开Windows 文件资源管理器(Windows File Explorer),然后导航到以下位置:
C:\Program Files\Microsoft Security Client\
2.找到Setup.exe,然后右键单击它并选择属性。(Properties.)
3.切换到兼容性(Compatibility)选项卡,然后在底部单击“更改所有用户的设置”(Change Settings for all users)。
4.接下来,确保选中“以兼容模式运行此程序”(Run this program in compatibility mode for)并从下拉列表中选择Windows 7。
5.单击确定,然后单击应用(Apply),然后单击确定。
6.按Windows Key + X,然后选择命令提示符(管理员)。(Command Prompt (Admin).)
7.在 cmd 中键入以下内容并按Enter:
C:\Program Files\Microsoft Security Client\setup.exe /x /disableoslimit
注意:(Note:)如果这没有打开卸载向导,请从控制面板(Control Panel)卸载MSE。
8.选择卸载(Select Uninstall)并在该过程完成后重新启动您的 PC。
9.计算机重新启动后,您可能能够成功卸载 Windows 10 中的 Microsoft Security Essentials。(successfully uninstall Microsoft Security Essentials in Windows 10.)
方法 3:通过命令提示符卸载 MSE(Method 3: Uninstall MSE Via Command Prompt)
1.按Windows Key + X然后选择命令提示符(管理员)。(Command Prompt (Admin).)
2.在 cmd 中键入以下命令并按Enter:
MsiExec.exe /X{75812722-F85F-4E5B-BEAF-3B7DA97A40D5}
3.会弹出一个对话框要求您继续,单击Yes/Continue.
4.这将自动卸载 Microsoft Security Essentials(automatically uninstall Microsoft Security Essentials)并在您的 PC 上启用Windows Defender 。
方法 4:运行 Hitman Pro 和 Malwarebytes(Method 4: Run Hitman Pro and Malwarebytes)
Malwarebytes是一款功能强大的按需扫描程序,可以从您的 PC 中删除浏览器劫持者、广告软件和其他类型的恶意软件。请务必注意,Malwarebytes将与防病毒软件一起运行而不会发生冲突。要安装和运行Malwarebytes Anti-Malware,请转到本文(go to this article)并按照每一步操作。
1.从此链接下载 HitmanPro(Download HitmanPro from this link)。
2.下载完成后,双击hitmanpro.exe文件(hitmanpro.exe file)运行程序。
3.HitmanPro会打开,点击下一步扫描(Next)恶意软件。(scan for malicious software.)
4.现在,等待HitmanPro在您的 PC 上搜索木马(Trojans)和恶意软件。(Malware)
5.一旦扫描完成,单击下一步按钮(Next button)以从您的 PC 中删除恶意软件。( remove malware from your PC.)
6.您需要先激活免费许可证( Activate free license),然后才能从计算机中删除恶意文件。(remove malicious files from your computer.)
7.要执行此操作,请单击激活免费许可证( Activate free license),您就可以开始了。
8.重新启动您的 PC 以保存更改。
方法 5:卸载和删除 Microsoft Security Essentials 文件和文件夹(Method 5: Uninstall & Removal of Microsoft Security Essentials files and folders)
1.打开记事本(Notepad),然后复制粘贴以下代码:
cd /d "%ProgramFiles%\Microsoft Security Client" TASKKILL /f /im MsMpEng.exe TASKKILL /f /im msseces.exe TASKKILL /f /im MpCmdRun.exe net stop MsMpSvc sc delete MsMpSvc REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MsMpSvc" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Antimalware" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Security Client" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Antimalware" /f REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Run\MSC" /f REG DELETE "HKEY_CLASSES_ROOT\Installer\Products\4C677A77F01DD614880F352F9DCD9D3B" /f REG DELETE "HKEY_CLASSES_ROOT\Installer\Products\4D880477777087D409D44E533B815F2D" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Security Client" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{774088D4-0777-4D78-904D-E435B318F5D2}" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{77A776C4-D10F-416D-88F0-53F2D9DCD9B3}" /f REG DELETE "HKEY_CLASSES_ROOT\Installer\UpgradeCodes\1F69ACF0D1CF2B7418F292F0E05EC20B" /f REG DELETE "HKEY_CLASSES_ROOT\Installer\UpgradeCodes\11BB99F8B7FD53D4398442FBBAEF050F" /f REG DELETE "HKEY_CLASSES_ROOT\Installer\UpgradeCodes\26D13F39948E1D546B0106B5539504D9" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\4C677A77F01DD614880F352F9DCD9D3B" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\4D880477777087D409D44E533B815F2D" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\11BB99F8B7FD53D4398442FBBAEF050F" /f REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\1F69ACF0D1CF2B7418F292F0E05EC20B" /f takeown /f "%ProgramData%\Microsoft\Microsoft Antimalware" /a /r takeown /f "%ProgramData%\Microsoft\Microsoft Security Client" /a /r takeown /f "%ProgramFiles%\Microsoft Security Client" /a /r REM Delete the MSE folders. rmdir /s /q "%ProgramData%\Microsoft\Microsoft Antimalware" rmdir /s /q "%ProgramData%\Microsoft\Microsoft Security Client" rmdir /s /q "%ProgramFiles%\Microsoft Security Client" REM Stop the WMI and its dependency services sc stop sharedaccess sc stop mpssvc sc stop wscsvc sc stop iphlpsvc sc stop winmgmt REM Delete the Repository folder. rmdir /s /q "C:\Windows\System32\wbem\Repository" sc stop PAUSE EXIT
2.现在在记事本中单击菜单中的文件,然后单击( File)另存为。(Save As.)
3.从保存类型下拉列表中(Save as type drop-down)选择所有文件。(All Files.)
4.在文件名部分键入mseremoval.bat(.bat 扩展名非常重要)。
5.导航到要保存文件的位置,然后单击保存。( Save.)
6.右键单击 mseremoval.bat(Right-click on the mseremoval.bat)文件,然后选择以管理员身份运行。(Run as Administrator.)
7.将打开一个命令提示符窗口,让它运行,一旦完成处理,您可以通过按键盘上的任意键关闭 cmd 窗口。
8.删除 mseremoval.bat 文件,然后重新启动 PC 以保存更改。
方法 6:通过注册表删除 Microsoft Security Essentials(Method 6: Remove Microsoft Security Essentials via Registry)
1.按 Ctrl + Shift + Esc 打开任务管理器。( Task Manager.)
2.找到 msseces.exe(msseces.exe),然后右键单击它并选择结束进程。(End Process.)
3.按Windows Key + R然后一一键入以下内容并按Enter:
净停止 msmpsvc (net stop msmpsvc)
sc config msmpsvc start= disabled
4.按 Windows 键 + R 然后键入regedit并按Enter打开注册表编辑器(Registry Editor)。
5.导航到以下注册表项:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Security Essentials
6.右键单击 Microsoft Security Essentials 注册表项(Right-click on Microsoft Security Essentials registry key)并选择删除。(Delete.)
7. 同样,从以下位置删除Microsoft Security Essentials和Microsoft Antimalware注册表项:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Microsoft Security Essentials HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Security Essentials HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Antimalware
8.按Windows Key + X,然后选择命令提示符(管理员)。(Command Prompt (Admin).)
9.根据你电脑的架构在cmd中输入以下命令,回车:
cd C:\Program Files\Microsoft Security Client\Backup\x86 (for 32 bit Windows)
cd C:\Program Files\Microsoft Security Client\Backup\amd64 (for 64 bit Windows)
10.然后键入以下内容并按Enter卸载Microsoft Security Essentials:
Setup.exe /x
11.MSE 卸载程序将启动,它将 卸载 Windows 10 中的 Microsoft Security Essentials(uninstall Microsoft Security Essentials in Windows 10),然后重新启动您的 PC 以保存更改。
方法 7:使用 Microsoft Security Essentials 删除工具(Method 7: Use Microsoft Security Essentials Removal Tool)
如果到目前为止还没有任何效果,那么要删除Microsoft Security Essentials,您可以从此链接下载(download from this link)。
受到推崇的:(Recommended:)
- 如何修复 Firefox 黑屏问题(How To Fix Firefox Black Screen Issue)
- 如何在 Windows 10 上安装 Google 助理(How to Install Google Assistant on Windows 10)
- 连接鼠标时自动禁用触摸板(Automatically disable Touchpad when Mouse is connected)
- 从 Web 浏览器中删除广告软件和弹出式广告(Remove Adware and Pop-up Ads from Web Browser)
就是这样,您已成功卸载 Windows 10 中的 Microsoft Security Essentials,(Uninstall Microsoft Security Essentials in Windows 10)但如果您对这篇文章仍有任何疑问,请随时在评论部分询问他们。
Related posts
Windows 10 User Find Security Identifier(SID)
Windows 10中的Fix Microsoft Compatibility Telemetry High Disk Usage
Link Microsoft Account至Windows 10 Digital License
Fix Microsoft Office在Windows 10上不打开
Fix Microsoft Edge不在Windows 10工作
Windows 10中的Mouse Pointer Lags [已解决]
在Windows 10 Lock Screen上启用或禁用Cortana
Windows 10中Fix Unable至Delete Temporary Files
如何完全从Windows 10卸载McAfee
饼干在Windows 10中存储的饼干,适用于所有主要浏览器?
Fix Alt+Tab不在Windows 10工作
修复 Windows 10 中的 Excel stdole32.tlb 错误
Copy Paste无效Windows 10? 8 Ways修复它!
3 Ways至Add Album Art至Z86152至Windows 10中的MP3
如何在Windows 10中卸载Microsoft Edge
如何将Microsoft account添加到Windows 10
如何在Windows 10启用有源Directory
如何在Windows 10上共享Setup Network Files
修复 Microsoft Store 无法在 Windows 10 上运行
如何在Windows 10中创建System Image Backup