In the Win10 right-click menu, add the Windows Defender scanning option. How to introduce the

  
from the WIN8 Microsoft system comes with anti-virus software, the software is called Windows Defender, generally referred to as WD, it is more than just a simple anti-spyware, and Is a full-featured anti-virus software. Using WD to scan a computer is actually a process of virus killing. But he has inconvenient use for our people, for example, it does not have the right to scan the directory, so let's talk about how to add the WD scan option to the Win10 file or folder right-click menu.

Wind comes with Windows Defender with basic killing virus ability, 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 add this function. The specific method is as follows:

1. Open Notepad and 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"="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\\WindowsDefender]

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

"MUIVerb"="Use Windows Defender to scan"

[HKEY_CLASSES_ROOT\\*\\shell\\WindowsDefender\\Command]

@= "cmd.exe /s /c \\"\\"C:\\\\Program Files\\\\Window s Defender\\\\MpCmdRun.exe\\" -scan -scantype 3 -SignatureUpdate -file \\"%1 \\"\\" & pause"

2, save the code as “all files & rdquo; (save type), the name is self-explanatory, but the suffix name must be ".reg", the path is arbitrary, as shown below ——

3, double-click to run the file, the above content Added to the registry, the right-click menu is added successfully, 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. .

In order to facilitate the user's operation, the prepared file will be uploaded to the network disk. Users who need it can download it here:

Network disk download: http://pan .baidu.com/s/1gdCrbnP

The above is to add the "Use Windows Defender Scan" option operation method in the Win10 right-click menu. Do you understand? Friends in need can refer to this article!

Copyright © Windows knowledge All Rights Reserved