Add Microsoft Defender Options as Cascading Right-Click Menu in Desktop

Here is a registry tweak that adds some Windows Defender options to the Desktop Context menu as a cascading menu so you can quickly run a scan, update, or open Microsoft Defender.

Download defender_menu.zip, unzip it and run the enclosed REG file.

When you right-click on the desktop, you’ll see a Microsoft Defender menu option with a sub-menu containing open, scan, settings, quick scan, and full scan options.

defender scan options as cascading menu



Registry File Contents

Windows Registry Editor Version 5.00

;Ramesh Srinivasan
;Winhelponline.com
;Adds Defender cascading menu in Desktop Right-click menu

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\WindowsDefender]
"Icon"="C:\\Program Files\\Windows Defender\\EppManifest.dll"
"SubCommands"="WD-Open;WD-Update;WD-QuickScan;WD-FullScan"
"Muiverb"="Microsoft Defender"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-FullScan]
@="Full Scan"
"Icon"="C:\\Program Files\\Windows Defender\\EppManifest.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-FullScan\command]
@="\"C:\\Program Files\\Windows Defender\\MpCmdRun.exe\" -Scan -ScanType 2"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Open]
@="Open"
"Icon"="C:\\Program Files\\Windows Defender\\EppManifest.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Open\command]
@="explorer.exe windowsdefender://"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-QuickScan]
@="Quick Scan"
"Icon"="C:\\Program Files\\Windows Defender\\EppManifest.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-QuickScan\command]
@="\"C:\\Program Files\\Windows Defender\\MpCmdRun.exe\" -Scan -ScanType 1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update]
@="Update"
"Icon"="C:\\Program Files\\Windows Defender\\EppManifest.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WD-Update\command]
@="explorer.exe windowsdefender://update/"

See also

How to Update Microsoft Defender and Run a Quick Scan in a single click.

Windows Security URL Shortcuts for Each Page (WindowsDefender://)


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment