How to add Windows Defender scanning project to Win10 right click menu?

  

Win10 comes with Windows Defender with basic killing virus capability, which can provide certain security for Windows10. However, this free killing software is not very functional. For example, the third-party killing software basically has a right-click menu embedded, Windows Defender does not have it, which makes the user want to scan some single files or folders. Not very convenient. However, it is not difficult to operate this function. The specific method is as follows:

In order to facilitate the user's operation, the prepared file is uploaded to the network disk, and users in need can here. Download: Download the network disk

1, open Notepad, enter the following code:
Copy content to the clipboard Windows Registry Editor Version 5.00


  • ; Folder Scan
    < Li>
    [HKEY_CLASSES_ROOT\\Folder\\shell\\WindowsDefender]

  • "Icon"="%ProgramFiles%\\\\\\\\Windows Defender\\\\\\\\EppManifest.dll"

  • "MUIVerb"="Scan with Windows Defender"

  • [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\\W indowsDefender]

  • "Icon"="%ProgramFiles%\\\\\\\\Windows Defender\\\\\\\\EppManifest.dll"

  • "MUIVerb"=" Scan with Windows Defender "

  • [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 is self-explanatory, but the suffix must be "ld." reg & rdquo;, the path is random, as shown below — —

    3, double-click to run the file, the above content is added to the registry, the right-click menu is added successfully, as shown below ——

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

    Related recommendation:
    How to set up Windows Defender scanning option for file/folder right-click menu?

  • Copyright © Windows knowledge All Rights Reserved