How to add a "Use Windows Defender Scan" entry to the Win10 right-click menu

Source: Internet
Author: User

1, open Notepad, enter the following code:

Windows Registry Editor Version 5.00

; Folder Scan

[Hkey_classes_root\folder\shell\windowsdefender]

"Icon" = "%programfiles%\\\\windows Defender\\\\eppmanifest.dll"

"MUIVerb" = "Use Windows Defender Scan"

[Hkey_classes_root\folder\shell\windowsdefender\command]

@= "cmd.exe/s/C \" "C:\\Program Files\\Windows defender\\mpcmdrun.exe\"-scan-scantype 3-signatureupdate-file \ "%1 \" \ "& Pause"

; File Scan

[Hkey_classes_root\*\shell\windowsdefender]

"Icon" = "%programfiles%\\\\windows Defender\\\\eppmanifest.dll"

"MUIVerb" = "Use Windows Defender Scan"

[Hkey_classes_root\*\shell\windowsdefender\command]

@= "cmd.exe/s/C \" "C:\\Program Files\\Windows defender\\mpcmdrun.exe\"-scan-scantype 3-signatureupdate-file \ "%1 \" \ "& Pause"

2, Save the code as "All Files" (save type), the name itself, but the suffix must be ". Reg", the path is arbitrary, the following figure-

3, double-click to run the file, the above content was added to the registry, right-click menu to add success, as shown below-

After that, you can use Windows Defender to scan specific files, folders, or partitions without having to open the Windows Defender interface.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.