MSFTNEXT

Schedule Microsoft Defender Signature Updates in Windows 10

How to Schedule Signature Updates for Microsoft Defender Antivirus in Windows 10

Microsoft Defender is the built-in security solution in Windows 10. It provides basic protection against threats. In recent Windows 10 builds, Microsoft Defender is part of the Windows Security app.

Microsoft Defender is the default antivirus app shipped with Windows 10. Earlier versions of Windows like Windows 8.1, Windows 8, Windows 7 and Vista also had it but it was less efficient previously as it only scanned spyware and adware. In Windows 8 and Windows 10, Defender is based on the Microsoft Security Essentials app which offers better protection by adding full blown protection against all kinds of malware. Microsoft is renaming the app Microsoft Defender.

Note: Don’t be confused between Microsoft Defender and Windows  Security. Defender is the built-in anti-virus software, whereas Windows Security is a dashboard which allows you to manage Defender and the protection state of several other Windows security technologies.

Note: Windows 10 allows to only temporary disable Windows Defender with a special option in Windows Security. After some period of time, it will be re-enabled automatically. If you need to disable it permanently, see Disable Windows Defender in Windows 10.

Microsoft Defender Signature Updates

Microsoft regularly issues updates for Defender definitions to cover the latest threats, enhancing the ability of Microsoft Defender Antivirus and other Microsoft antimalware solutions to accurately identify threats. It also includes cloud-based protection to deliver fast and powerful AI-enhanced, next-generation protection.

Defender signature updates are tied to the built-in Windows Update feature. When you have it disabled, paused with Focus Assist, or you are on a metered connection, Microsoft Defender won’t receive signature updates, too. In this case, you can create a custom schedule for it, making its updates independent from Windows Update.

We will use the built-in  MpCmdRun.exe tool. It has a number of command line switches which can be viewed by running MpCmdRun.exe with “/?”. We need two of them,

To Schedule Defender Signature Updates in Windows 10,

  1. In Search, start typing Task Scheduler and click on app’s icon.
  2. In the left pane, click the item “Task Scheduler Library”.
  3. In the right pane, click on the link “Create task”.
  4. A new window titled “Create Task” will be opened. On the “General” tab, specify the name of the task. Pick an easily recognizable name like “Update Defender Signatures”.
  5. Tick the checkbox named “Run with highest privileges”.
  6. Enable the option “Run whether user is logged on or not”.
  7. Switch to the “Actions” tab. There, click the “New…” button.
  8. The “New Action” window will be opened. There, you need to specify the following data.
    Action: Start a program
    Program/script: "%ProgramFiles%\Windows Defender\MpCmdRun.exe"
    Add arguments(optional): -removedefinitions -dynamicsignatures.
  9. Click on the New button again, and create the following new action:
    Action: Start a program
    Program/script: "%ProgramFiles%\Windows Defender\MpCmdRun.exe"
    Add arguments(optional): -SignatureUpdate.
  10. Go to the Triggers tab in your task. There, click on the New button.
  11. Under Begin the task, select On a schedule in the drop down list.
  12. Specify the desired time frame, e.g. daily, and click on the OK button.
  13. Switch to the “Conditions” tab.
  14. Untick these options:
    • Stop if the computer switches to battery power
    • Start the task only if the computer is on AC power
  15. Switch to the Settings tab.
  16. Turn on (check) the following options:
    • Allow task to be run on demand (should be already enabled by default).
    • Run task as soon as possible after a scheduled start missed.
  17. Click OK to create your task and type your administrative login and password when prompted.

Note: Your administrative account should be password protected. By default, unprotected user accounts cannot be used with scheduled tasks.

That’s it.

Looks like you've read the post to the end. If you enjoyed it, please share it. You would greatly help our blog to grow!
Exit mobile version