Add Windows Defender Features To Windows 8 Desktop Context Menu

Speed Up My PC

We all know that Windows 8 has an inbuilt antivirus named as Windows Defender. However in Windows 8 there is no direct link to open Windows Defender, like we open say, Explorer. So if you want to do a quick scan, you have to first search for Windows Defender,  open the program and then run the scans.

018423545 Add Windows Defender Features To Windows 8 Desktop Context Menu

In this article, we’re going to tell how you can add some of the important features of Windows Defender to the desktop right-click context menu using Registry Editor., This will allow you to directly access the Windows Defender features.

To do so:

1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor..

Add Windows Defender to context menu and create cascading menu

2. Navigate to the following location:

HKEY_CLASSES_ROOT \ DesktopBackground \ Shell \ WindowsDefender

81038248 Add Windows Defender Features To Windows 8 Desktop Context Menu

3. In the right pane, create three strings in with corresponding data:

Icon :  %ProgramFiles%\\Windows Defender\\EppManifest.dll

SubCommands  : WD-Settings;WD-Update;WD-Update-QS;WD-QuickScan;WD-FullScan

MUIVerb  : Windows Defender

Add Settings option

4. Now go to the following location:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CommandStore \ shell \ WD-Settings

297493 Add Windows Defender Features To Windows 8 Desktop Context Menu

5. In the right pane, use the corresponding data for the strings (If you don’t find any string, create one):

Default  : Settings

HasLUAShield

Icon :  %ProgramFiles%\\Windows Defender\\EppManifest.dll

6. Create a sub key command in left pane under:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows  \CurrentVersion \ Explorer \ CommandStore \ shell \ WD-Settings.

10834023 Add Windows Defender Features To Windows 8 Desktop Context Menu

Insert the following data for Default string in the right pane:

“C:\\Program Files\\Windows Defender\\MSASCui.exe\” -Settings

Add Update option

7. Now go here:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CommandStore \ shell \ WD-Update

435455 Add Windows Defender Features To Windows 8 Desktop Context Menu

Put the following data:

Default  : Update

Icon :  %ProgramFiles%\\Windows Defender\\EppManifest.dll

8. Next, create a sub key command under in left pane under

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CommandStore \ shell \ WD-Update. (Similar to step 6).

Put the following data for Default string in the right pane:

“C:\\Program Files\\Windows Defender\\MSASCui.exe\” -Update

Add Update and Quick Scan option

9. Next, move here:

HKEY_LOCAL_MACHINE  \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CommandStore \ shell \ WD-Update-QS

9184923 Add Windows Defender Features To Windows 8 Desktop Context Menu

Put following data:

Default  : Update and Quick Scan

Icon :  %ProgramFiles%\\Windows Defender\\EppManifest.dll

10. Create a sub key command under in left pane under (Similar to step 6):

HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \Explorer \CommandStore \shell \WD-Update-QS

Put the following data for Default string in the right pane:

“C:\\Program Files\\Windows Defender\\MSASCui.exe\” -UpdateAndQuickScan

Add Quick Scan option

11. Now its time for following location:

HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \Explorer \CommandStore \shell \WD-QuickScan

0395234 Add Windows Defender Features To Windows 8 Desktop Context Menu

Use following data:

Default  – Quick Scan

Icon -  %ProgramFiles%\\Windows Defender\\EppManifest.dll

12. Create a sub key command under in left pane under (Similar to step 6).

HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion\ Explorer \CommandStore \shell \WD-QuickScan

Put the following data for Default string in the right pane:

“C:\\Program Files\\Windows Defender\\MSASCui.exe\” -QuickScan

Add Full Scan option

13. Finally, navigate here:

HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \Explorer \CommandStore \shell \WD-FullScan

132435 Add Windows Defender Features To Windows 8 Desktop Context Menu

Use following data:

Default : Full Scan

Icon :  %ProgramFiles%\\Windows Defender\\EppManifest.dll

14. Create a sub key command under in left pane under (Similar to step 6):

HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft \Windows \CurrentVersion \Explorer \CommandStore \shell \WD-FullScan.

Put the following data for Default string in the right pane:

“C:\\Program Files\\Windows Defender\\MSASCui.exe\” -FullScan

You can now go to your Desktop and check the right-click context menu. It should be similar to shown in first image of this article. The benefit of manual method is that you can add only those options which you need.

If you do not want to do this work, I have created a registry fix which will let you add or remove these entries easily. You can download it by clicking HERE.

Hope this will make life a bit easy for you while using Windows Defender in Windows 8.

UPDATE: Go here if you want to Add Scan With Windows Defender Option To Context Menu In Windows 8

Posted by on , in Category Windows with Tags
Kapil is passionate Windows blogger who loves to write about Windows tricks, tips and customization. He loves to help people in troubleshooting their problems.
  • Caleb

    Nice, but why don’t you make and upload ready-to-use registry fixes?

  • http://www.thewindowsclub.com Anand Khanse

    The registry fix has been added. :)

  • http://pulse.yahoo.com/_E2N3ATSVJYZ6YCPHI2XXJJ4SAU Spandan

    Does this work on 64 bit too ?

  • Ramki Chowdary

    Then how to add, scan a specific file or folder

  • http://www.kapilarya.com/ Kapil Arya

    Already on my task list, will post when done :)

  • Guest

    mpcmdrun -scan -scantype 3 -file %1

  • http://www.kapilarya.com/ Kapil Arya

    Not works :(

  • Guest

    Try this:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT*shellWindowsDefender]
    “MUIVerb”=”Windows Defender”
    “Icon”=”%ProgramFiles%\Windows Defender\EppManifest.dll”
    @=”"

    [HKEY_CLASSES_ROOT*shellWindowsDefenderCommand]
    @=”"C:\Program Files\Windows Defender\MpCmdRun.exe” -scan -scantype 3 -SignatureUpdate -file “%1″ ”

    for files

    and

    this:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOTfoldershellWindowsDefender]
    “MUIVerb”=”Windows Defender”
    “Icon”=”%ProgramFiles%\Windows Defender\EppManifest.dll”
    @=”"

    [HKEY_CLASSES_ROOTfoldershellWindowsDefenderCommand]
    @=”"C:\Program Files\Windows Defender\MpCmdRun.exe” -scan -scantype 3 -SignatureUpdate -file %1″

    for folders.

    It works for me, although the dos box isn’t very elegant.

  • Guest

    For folder the %1 should be between quotes, like it is for files (copy paste error).

  • http://www.kapilarya.com/ Kapil Arya

    ^^ Thanks :) , but only the registry for folder worked…

    I thing there is some issue in file registry about association with program.

  • Karl

    May it work with Windows 8 RTM x64 or enterprise Evaluation copy x64 ?

  • Mail_jo

    “”C:\Program Files\Windows Defender\MSASCui.exe” -Update”

    …doesn’t work! Message: “Defender-Task could not be started!

    but “”"C:\Program Files\Windows Defender\MSASCui.exe” -UpdateAndQuickScan” works!

    Don’t know why!?

  • http://www.facebook.com/AtiaKhalid ?????? ????

    worthless IT DOESN’T WORK,NATHING HAPPENS.