Table of Contents
Add the 'Scan with Windows Defender' Command to the Right-click is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.
Windows 8 users may not need to install any antivirus program to protect because it itself is equipped with Windows Defender by Microsoft. Basically, Windows Defender provides good protection for users to use safely. However, when Windows Defender is needed to scan suspected files or folders, you must access Control. Panel to call it, this sometimes causes a little "inconvenience" for users.

Therefore, This guide, we will show you how to add the Scan with Windows Defender option to the right-click menu for ease of use. Please consult.
Step 1: Press Windows + R to open the Run dialog box, then enter Notepad> Enter

Step 2: Access this link, copy and paste the code into Notepad.
Windows Registry Editor Version 5.00
; Folder Scan
[HKEY_CLASSES_ROOTFoldershellWindowsDefender]
"Icon" = "% ProgramFiles% Windows Defender EpManifest.dll"
"MUIVerb" = "Scan with Windows Defender"
[HKEY_CLASSES_ROOTFoldershellWindowsDefenderCommand]
@ = "cmd.exe / s / c" "C: Program FilesWindows DefenderMpCmdRun.exe" -scan -scantype 3 -SignatureUpdate -file "% 1" "& pause"
; File Scan
[HKEY_CLASSES_ROOT * shellWindowsDefender]
"Icon" = "% ProgramFiles% Windows Defender EpManifest.dll"
"MUIVerb" = "Scan with Windows Defender"
[HKEY_CLASSES_ROOT * shellWindowsDefenderCommand]
@ = "cmd.exe / s / c" "C: Program FilesWindows DefenderMpCmdRun.exe" -scan -scantype 3 -SignatureUpdate -file "% 1" "& pause"

Step 3: Save this file in.reg format

Step 4: Double-click the above.reg file to enable the Scan with Windows Defender feature on the right-click menu.

- Add the option to Mount right-click menu in Windows 8
- Simple way to integrate CCleaner into the right-click Recycle Bin menu
- How to add any application to the right-click menu in Windows?
Good luck!
FAQ
What should you know about step 2: Access this link, copy and paste the code into Notepad?
Windows Registry Editor Version 5.00; Folder Scan.
What is Add the 'Scan with Windows Defender' Command to the Right-click?
Windows 8 users may not need to install any antivirus program to protect because it itself is equipped with Windows Defender by Microsoft.
Why is Add the 'Scan with Windows Defender' Command to the Right-click important?
A clear understanding of Add the 'Scan with Windows Defender' Command to the Right-click helps you make informed decisions, avoid common mistakes, and use the relevant tools or techniques more effectively.
Reader Comments 0
Sign in with email or Google to join the discussion.