Проблема с этой особенностью Windows 10 заключается в том, что даже если вы используете другое антивирусное программное обеспечение, опция в контекстном меню — «Проверка с использованием Windows Defender» остается.
Логично было бы, что, когда Защитник Windows отключен, опция не должна появляются в контекстном меню. Но, похоже, она будет отображаться, независимо от статуса Защитника Windows.
К счастью, если вы установили другой антивирус или отключили Защитник Windows , независимо от причины вы можете удалить * Проверка с использованием Windows Defender…из контекстного меню. Все, что вам нужно сделать, это немного отредактировать реестр Windows.
Удалить «Проверка с использованием Windows Defender» из контекстного меню Windows 10.
Чтобы сэкономить время, вы можете использовать готовые к использованию файлы реестра. Файлы отката также включены.
Скачайте готовые файлы реестра
Для удаления пункта контекстного меню, дважды кликните файл с именем «remove Scan with Windows Defender.reg».
Для восстановления пункта контекстного меню, дважды кликните файл с именем «restore Scan with Windows Defender.reg». Это восстановит значения по умолчанию.
Удалить — Проверка с использованием Windows Defender… в контекстном меню Windows 10 с помощью правки реестра.
Шаг 1: Откройте редактор реестра.
Шаг 2: В редакторе реестра перейдите к следующему разделу:
HKEY_CLASSES_ROOT \ CLSID \ {09A47860-11B0-4DA5-AFA5-26D86198A780}
Шаг 3: Кликните правой кнопкой мыши на раздел с именем {09A47860-11B0-4DA5-AFA5-26D86198A780}, а затем нажмите «Удалить». Убедитесь, что вы выбрали правильный раздел до нажатия пункта Удалить.
Шаг 4: Нажмите кнопку «Да», когда появится окно подтверждения, чтобы удалить раздел.
Все! Вы справились.
ДО
ПОСЛЕ
Проверка с использованием Windows Defender.. не будет появляться в контекстном меню, когда вы кликаете правой кнопкой мыши на файле или папке в Windows 10. Удачи!
This tutorial will show you how to add or remove the «Scan with Microsoft Defender» context menu your account or all users in Windows 10 and Windows 11.
Microsoft Defender Antivirus is an antivirus software that is included in Windows 11 and can help protect your device from viruses, malware, and other threats.
Microsoft Defender Antivirus regularly scans your device to help keep it safe. It tries to do this while you are not using your device so it doesn’t interfere with your work.
Real-time protection consists of always-on scanning with file and process behavior monitoring and heuristics. When real-time protection is on, Microsoft Defender Antivirus detects malware and potentially unwanted software that attempts to install itself or run on your device, and prompts you to take action on malware detections.
Sometimes you may need to manually scan with Microsoft Defender Antivirus. You can use the «Scan with Microsoft Defender» context menu when you right click on selected file(s), folder(s), and/or drive(s).
Contents
- Option One: Add or Remove «Scan with Microsoft Defender» Context Menu for Current User
- Option Two: Add or Remove «Scan with Microsoft Defender» Context Menu for All Users
EXAMPLE: «Scan with Microsoft Defender» context menu
In Windows 11, you will need to click/tap on Show more options first by default, then click/tap on Scan with Microsoft Defender.
Option One
Add or Remove «Scan with Microsoft Defender» Context Menu for Current User
1 Do step 2 (add) or step 3 (remove) below for what you would like to do.
2 Add «Scan with Microsoft Defender» Context Menu for Current User
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Add_Scan_with_Microsoft_Defender_context_menu_for_current_user..reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{09A47860-11B0-4DA5-AFA5-26D86198A780}"=-
3 Remove «Scan with Microsoft Defender» Context Menu for Current User
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Remove_Scan_with_Microsoft_Defender_context_menu_for_current_user..reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{09A47860-11B0-4DA5-AFA5-26D86198A780}"="Scan with Microsoft Defender"
4 Save the .reg file to your desktop.
5 Double click/tap on the downloaded .reg file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 Either restart explorer process, sign out and sign in, or restart the computer to apply.
8 You can now delete the downloaded .reg file if you like.
Option Two
Add or Remove «Scan with Microsoft Defender» Context Menu for All Users
You must be signed in as an administrator to use this option.
1 Do step 2 (add) or step 3 (remove) below for what you would like to do.
2. Add «Scan with Microsoft Defender» Context Menu for All Users
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Add_Scan_with_Microsoft_Defender_context_menu_for_all_users..reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{09A47860-11B0-4DA5-AFA5-26D86198A780}"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{09A47860-11B0-4DA5-AFA5-26D86198A780}"=-
[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
[HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\EPP]
@="{09A47860-11B0-4DA5-AFA5-26D86198A780}"
3. Remove «Scan with Microsoft Defender» Context Menu for All Users
This will override Option One.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Remove_Scan_with_Microsoft_Defender_context_menu_for_all_users..reg
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
"{09A47860-11B0-4DA5-AFA5-26D86198A780}"="Scan with Microsoft Defender"
4 Save the .reg file to your desktop.
5 Double click/tap on the downloaded .reg file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 Either restart explorer process, sign out and sign in, or restart the computer to apply.
8 You can now delete the downloaded .reg file if you like.
That’s it,
Shawn Brink
Related Tutorials
- Enable or Disable Microsoft Defender Antivirus in Windows 11
- Manually Scan with Microsoft Defender Antivirus in Windows 11
- Run Microsoft Defender Offline Scan in Windows 11
-
Add_Scan_with_Microsoft_Defender_context_menu_for_current_user..reg
Add_Scan_with_Microsoft_Defender_context_menu_for_current_user..reg
764 bytes
· Views: 385
-
Remove_Scan_with_Microsoft_Defender_context_menu_for_current_user..reg
Remove_Scan_with_Microsoft_Defender_context_menu_for_current_user..reg
766 bytes
· Views: 526
-
Add_Scan_with_Microsoft_Defender_context_menu_for_all_users..reg
Add_Scan_with_Microsoft_Defender_context_menu_for_all_users..reg
1.6 KB
· Views: 292
-
Remove_Scan_with_Microsoft_Defender_context_menu_for_all_users..reg
Remove_Scan_with_Microsoft_Defender_context_menu_for_all_users..reg
768 bytes
· Views: 335
As you might have already noticed, in Windows 10 version 1511, Microsoft implemented a context menu item for Windows Defender. Now it is possible to scan selected files and folders in File Explorer with one click by right clicking and launching Windows Defender. If you do not want this «Scan with Windows Defender» verb/context menu item, here is how you can safely remove it.
There are several reasons why you might want to get rid of the mentioned context menu item. For example, you might be using some alternative antivirus software which disables Defender and provides its own context menu item to scan files and folders. Or you might have disabled Windows Defender completely and have no need for the context menu item.
To delete Scan with Windows Defender entry from the context menu in Windows 10, you can use ready-to-use Registry files I made for your convenience. The undo file is also included.
Download Registry files
To remove the Scan with Windows Defender context menu item in Windows 10, double click the file named «remove Scan with Windows Defender.reg».
To restore the context menu item, double click the file named «restore Scan with Windows Defender.reg». It will restore the defaults.
Here is how it works.
The context menu item is represented by the following Registry entry.
For files:
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\EPP
For folders:
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\EPP
Once you delete the EPP subkey, the context menu item will disappear. It is safe and will not break anything.
Before:
After:
To restore it, you need to re-create the EPP subkey and set its default string value to «{09A47860-11B0-4DA5-AFA5-26D86198A780}» or simply double click the ready-to-use reg file I provided.
To save your time, use Winaero Tweaker. It has the appropriate option under Context Menu\Remove Default Items:
You can get the app here: Download Winaero Tweaker.
That’s all.
Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
If you like this article, please share it using the buttons below. It won’t take a lot from you, but it will help us grow. Thanks for your support!
Windows Defender was released as an antispyware or antimalware tool by Microsoft for Windows XP and with the release of Windows Vista, Microsoft started providing Windows Defender as a part of the operating system. All Windows versions after Windows Vista also come bundled with Windows Defender program.
With the release of Windows 8, Microsoft also added antivirus capability to Windows Defender. So Windows Defender in Windows 8 and later Windows versions works similar to Microsoft Security Essentials program and provides antivirus and antispyware protection to Windows users.
But there was a main feature missing in Windows Defender program which was the context menu option. By default, Windows didn’t allow to directly scan any file or folder using Windows Defender program. If we talk about 3rd party antivirus software, all software add a new option in file/folder context menu (right-click menu) to scan files/folders using that security program. But Microsoft didn’t add any such option for Windows Defender. That’s why we posted a tutorial long time back to add “Scan with Windows Defender” option in context menu:
How to Add “Scan with Windows Defender” Option in File Context Menu in Windows 8?
With the release of Windows 10 November Update (build 10586 or Threshold 2), Microsoft has listened to users feedback and added a new option “Scan with Windows Defender” in files, folders and drives context menu. Now when you right-click on a file, folder or drive, you get the option in the menu as shown in following screenshot:
That’s really a great move by Microsoft but there is a minor issue! If you don’t use Windows Defender and install your favorite 3rd party security program in Windows 10, the Windows Defender option in context menu becomes useless for you because other 3rd party antivirus and security programs disable Windows Defender and the context menu option of Windows Defender throws error message:
This app has been turned off and isn’t monitoring your computer.
Windows Defender was unable to scan the selected file or folder.
Now if you are also using a 3rd party security suite or antivirus program and want to remove the extra “Scan with Windows Defender” option from files, folders and drives context menu, this tutorial will help you. After following this tutorial, you’ll be able to get rid of the context menu option of Windows Defender as shown in following image:
Today in this tutorial, we are going to share a few methods to disable “Scan with Windows Defender” option from files, folders and drives context menu in Windows 10. So without wasting time lets start the tutorial:
METHOD 1: Using Command Prompt
That’s the easiest way to get rid of the context menu option. In this method we’ll unregister Windows Defender’s DLL file which is responsible for showing the context menu option.
1. Open Command Prompt as Administrator using any method given here.
2. Now run following command:
regsvr32 /u “C:\Program Files\Windows Defender\shellext.dll”
3. You’ll get a message box, click on OK button.
Now right-click on any file or folder and you’ll not see “Scan with Windows Defender” option in context menu.
PS: If you decide to add the option back in future, run following command:
regsvr32 /i “C:\Program Files\Windows Defender\shellext.dll”
It’ll restore the option in context menu.
METHOD 2: Using Registry Editor
If the above mentioned method doesn’t work for you, you can also remove the context menu option using Registry Editor.
1. Press WIN+R keys together to launch RUN dialog box. Now type regedit in RUN and press Enter. It’ll open Registry Editor.
2. Now go to following key: (to remove Windows Defender option from files context menu)
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\
3. Under”ContextMenuHandlers” key, look for EPP key. Just select EPP key and press Delete key.
4. Now go to following key: (to remove Windows Defender option from folders context menu)
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers
5. Again under”ContextMenuHandlers” key, look for EPP key. Select EPP key and press Delete key.
6. Now go to following key: (to remove Windows Defender option from drives context menu)
HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers
7. Again under”ContextMenuHandlers” key, look for EPP key. Select EPP key and press Delete key.
That’s it. It’ll remove Windows Defender option from files, folders and drives context menu.
NOTE: If you are not familiar with Registry editing tasks, we are also providing ready-made Registry script to do the task automatically. Download following ZIP file, extract it and run .REG file. It’ll ask for confirmation, accept it:
Registry Script to Disable “Scan with Windows Defender” Option in Windows 10
The ZIP file also contains Registry script to restore Windows Defender option in context menus.
METHOD 3: Using Registry Editor
There is another way to remove Windows Defender context menu option using Registry Editor. In this method, we’ll remove the “shellext.dll” file reference from Registry and since this DLL file is responsible for showing the context menu option, it’ll automatically remove Windows Defender option from context menus:
1. Press WIN+R keys together to launch RUN dialog box. Now type regedit in RUN and press Enter. It’ll open Registry Editor.
2. Now go to following key:
HKEY_CLASSES_ROOT\CLSID\{09A47860-11B0-4DA5-AFA5-26D86198A780}
3. Select {09A47860-11B0-4DA5-AFA5-26D86198A780} key and press Delete key.
That’s it. Close Registry Editor and you’ll no longer see Windows Defender option in files, folders and drives context menu.
NOTE: Again we are providing ready-made Registry script to do the task automatically. Download following ZIP file, extract it and run .REG file. It’ll ask for confirmation, accept it:
Registry Script to Remove “Scan with Windows Defender” Option in Windows 10
The ZIP file also contains Registry script to restore Windows Defender option in context menus.
BONUS TIP: Disable Windows Defender in Windows 10
If your antivirus program asks you to manually disable or turn off Windows Defender, the methods given in following tutorial will help you in disabling Windows Defender completely in Windows 10:
[Windows Tip] How to Disable Windows Defender Permanently
You are here: Home » Windows 10 » [Tip] Remove “Scan with Windows Defender” Option from Context Menu in Windows 10