Uninstall Microsoft Security Essentials in Windows 10

Uninstall Microsoft Security Essentials in Windows 10: If you have recently upgraded to Windows 10 then you might want to uninstall Microsoft Security Essentials (MSE) as Windows 10 already has Windows Defender by default but the problem is you cannot uninstall Microsoft Security Essentials, then don’t worry as today we are going to see how to fix this issue. Every time you try to remove Security Essentials it gives you an error code 0x8004FF6F with the error message “You don’t need to install Microsoft Security Essentials“.

Most people don’t pay attention to this as they think both have different functions but they wrong, as Microsoft Security Essentials is supposed to be replaced by Windows Defender in Windows 10. Running both of them causes conflict and your system is vulnerable to virus, malware or external attacks as neither of the security programs can work.

The main problem is that Windows Defender doesn’t let you install MSE or uninstall MSE, so if it’s come pre-installed with the previous version of Windows then you already know that you won’t be able to uninstall it with standard methods. So without wasn’t any time let’s see How to Uninstall Microsoft Security Essentials in Windows 10 with the help of the below-listed guide.

Contents

Uninstall Microsoft Security Essentials in Windows 10

Note: Make sure to create a restore point just in case something goes wrong.

Method 1: Uninstall Microsoft Securit Essentials

1.Press Windows Key + R then type services.msc and hit Enter

2.From the list find the following services:

Windows Defender Service (WinDefend)
Microsoft Security Essentials

3.Right-click on each of them then select Stop.

4.Press Windows Key + Q to bring up the search then type control and click on Control Panel from the search result.

5.Click on Uninstall a program then find Microsoft Security Essentials (MSE) on the list.

6.Right-click on MSE and select Uninstall.

7.This will successfully uninstall Microsoft Security Essentials in Windows 10 and as you have already stop Windows Defender service and hence it won’t interfere with the uninstallation.

Method 2: Run the Uninstaller in Compatibility Mode for Windows 7

Make sure you first stop Windows Defender services following the above method then continue:

1.Open Windows File Explorer then navigate to the following location:

C:\Program Files\Microsoft Security Client\

2.Find Setup.exe then right-click on it and select Properties.

3.Switch to Compatibility tab then at the bottom click on “Change Settings for all users“.

4.Next, make sure to checkmark “Run this program in compatibility mode for” and from the drop-down choose Windows 7.

5.Click OK, then click Apply followed by OK.

6.Press Windows Key + X then select Command Prompt (Admin).

7.Type the following into cmd and hit Enter:

C:\Program Files\Microsoft Security Client\setup.exe /x /disableoslimit

Note: If this doesn’t open the uninstall wizard, uninstall MSE from Control Panel.

8.Select Uninstall and once the process is complete reboot your PC.

9.After the computer reboots you may be able to successfully uninstall Microsoft Security Essentials in Windows 10.

Method 3: Uninstall MSE Via Command Prompt

1.Press Windows Key + X then select Command Prompt (Admin).

2.Type the following command into cmd and hit Enter:

MsiExec.exe /X{75812722-F85F-4E5B-BEAF-3B7DA97A40D5}

3.A dialog box will pop up asking you to continue, click Yes/Continue.

4.This will automatically uninstall Microsoft Security Essentials and enable Windows Defender on your PC.

Method 4: Run Hitman Pro and Malwarebytes

Malwarebytes is a powerful on-demand scanner which should remove browser hijackers, adware and other types of malware from your PC. It is important to note that Malwarebytes will run alongside antivirus software without conflicts. To install and run Malwarebytes Anti-Malware, go to this article and follow each and every step.

1.Download HitmanPro from this link.

2.Once the download is complete, double-click on hitmanpro.exe file to run the program.

3.HitmanPro will open, click Next to scan for malicious software.

4.Now, wait for the HitmanPro to search for Trojans and Malware on your PC.

5.Once the scan is complete, click Next button in order to remove malware from your PC.

6.You need to Activate free license before you can remove malicious files from your computer.

7.To do this click on Activate free license and you are good to go.

8.Reboot your PC to save changes.

Method 5: Uninstall & Removal of Microsoft Security Essentials files and folders

1.Open Notepad then copy & paste the below code:

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.Now in Notepad click on File from the Menu then click Save As.

3.From the Save as type drop-down select All Files.

4.In the File name section type mseremoval.bat (.bat extension is very important).

5.Navigate to where you want to save the file then click Save.

6.Right-click on the mseremoval.bat file then select Run as Administrator.

7.A command prompt window will open, let it run and as soon as it finishes processing you could close the cmd window by pressing any key on the keyboard.

8.Delete the mseremoval.bat file then reboot your PC to save changes.

Method 6: Remove Microsoft Security Essentials via Registry

1.Press Ctrl + Shift + Esc to open Task Manager.

2.Find msseces.exe, then right-click on it and select End Process.

3.Press Windows Key + R then type the following one by one and hit Enter:

net stop msmpsvc
sc config msmpsvc start= disabled

4.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

5.Navigate to the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Security Essentials

6.Right-click on Microsoft Security Essentials registry key and select Delete.

7.Similarly, delete the Microsoft Security Essentials and Microsoft Antimalware registry keys from the following places:

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.Press Windows Key + X then select Command Prompt (Admin).

9.Type the following command into cmd according to the architecture of your PC and hit Enter:

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.Then type the following and hit Enter to uninstall Microsoft Security Essentials:

Setup.exe /x

11.MSE uninstaller will launch which will uninstall Microsoft Security Essentials in Windows 10, then reboot your PC to save changes.

Method 7: Use Microsoft Security Essentials Removal Tool

If nothing works till now then in order to remove Microsoft Security Essentials, you can download from this link.

Recommended:

That’s it you have successfully Uninstall Microsoft Security Essentials in Windows 10 but if you still have any queries regarding this post then feel free to ask them in the comment’s section.

Sign up and earn $1000 a day ⋙

TOP AI tools help you add color to old black and white photos

TOP AI tools help you add color to old black and white photos

TOP AI tools help you add color to old black and white photos. If you want to add color to old black & white photos, use one of the AI ​​tools below.

7 rules for storing a bank card

7 rules for storing a bank card

Each bank card is marked with important information - number, owner’s name, expiration date, CVC or CVV and a chip, thanks to which payments are made at terminals (including contactless). In order for this information to be preserved, it is important to treat the means of payment with care.

IObit Malware Fighter 11 Review 2024

IObit Malware Fighter 11 Review 2024

When your computer gets attacked by a virus or malware, you’ll certainly such for a powerful antivirus to fight back. Well, IObit Malware Fighter is exactly what you need. From its name alone, you can be certain that you are getting the tough protection your computer needs.

How To Find Quality And Fast Internet In Montreal

How To Find Quality And Fast Internet In Montreal

Montreal, a city brimming with culture, history, and Poutine (a famous Canadian dish), deserves an internet connection that can keep up. Whether you’re a streamer glued to Twitch, a workaholic juggling video conferences, or a casual web surfer, a reliable and fast internet plan is essential.

Google Drive for desktop will be discontinued in March 2018

Google Drive for desktop will be discontinued in March 2018

Google Drive for desktop will be discontinued in March 2018, Google has officially announced that it will stop supporting Google Drive for desktop and then the company will remove the application.

Simple ways to fix AirDrop not working error

Simple ways to fix AirDrop not working error

Simple ways to fix AirDrop not working error, AirDrop not working on iPhone, iPad, Mac what to do? This article will provide you with simple ways

TOP best computer screen recording software 2024

TOP best computer screen recording software 2024

TOP best computer screen recording software 2024, Which is the best lightweight, free, high-quality computer screen recording software? Let's find out the top with WebTech360

What is an email address? How to get an email address?

What is an email address? How to get an email address?

What is an email address? How to get an email address?, What is an email address? What is email address entry? This article will answer all your related questions

Every WhatsApp shortcut for computer you need to know

Every WhatsApp shortcut for computer you need to know

Every WhatsApp shortcut for your computer you need to know, WhatsApp is one of the most popular free messaging apps today. The keyboard shortcuts below will help

Unlocking Baccarats Social Thrills: Tedbets Global Gaming Hub

Unlocking Baccarats Social Thrills: Tedbets Global Gaming Hub

Discover the vibrant social scene of baccarat on Tedbet, where players worldwide connect, chat, and enjoy the excitement of live dealer games.

Summary of how to find videos on TikTok

Summary of how to find videos on TikTok

Summary of how to find videos on TikTok, Finding videos on TikTok is not difficult. Let's learn together how to find the original video on TikTok or find the Tik Tok clip you want to watch

Improved mouse sensitivity for Free Fire on BlueStacks

Improved mouse sensitivity for Free Fire on BlueStacks

Improved mouse sensitivity for Free Fire on BlueStacks, BlueStacks has made important improvements for Free Fire gamers. Please upgrade BlueStacks 4.230.10

Huang you: Butter Camera sparkling photo editing app

Huang you: Butter Camera sparkling photo editing app

Huang you: Sparkling photo editing application Butter Camera, Huang you (黄油 相机) is an extremely hot Chinese editing application today, here we would like to invite you

Tips for using Chrome Web Store you need to know

Tips for using Chrome Web Store you need to know

Tips for using Chrome Web Store you need to know, Chrome Web Store or Chrome Web Store offers a selection of apps, extensions and stylish browser wallpapers

What is CapCut? Is it safe to use CapCut?

What is CapCut? Is it safe to use CapCut?

What is CapCut? Is it safe to use CapCut?, What is CapCut? Is music on CapCut copyrighted? Let's find out with WebTech360 what you need to know about CapCut!

Why is buying TikTok coins cheaper on PC?

Why is buying TikTok coins cheaper on PC?

Why is it cheaper to buy TikTok coins on PC?, TikTok gives users the option to exchange real money for coins in the app. However, buying TikTok coins on PC is cheap

How much Internet capacity does Zoom use?

How much Internet capacity does Zoom use?

How much Internet capacity does Zoom use?, Zoom is an indispensable remote online learning and working software during the epidemic, but it can be extremely bandwidth-consuming.

EmuOS: Relive your childhood with legendary games of the past

EmuOS: Relive your childhood with legendary games of the past

EmuOS: Relive your childhood with legendary games of the past, EmuOS is a Web interface that simulates basic Windows 3.1, 95, 98, NT operating systems that provide a lot

TOP best ways to open and read PDF files on your computer

TOP best ways to open and read PDF files on your computer

TOP best ways to open and read PDF files on your computer. How to open PDF files on your computer is not too difficult. In fact, you have many ways to read PDF files. Join WebTech360

Iris in Free Fire: Skills, weapons, skill combos

Iris in Free Fire: Skills, weapons, skill combos

Iris in Free Fire: Skills, weapons, skill combos, Iris is the newest female character in Free Fire OB35, with the ability to break the meta. Here's everything you need to know