Windows Defender definitions update frequency


  1. Posts : 2,450
    Windows 10 Pro x64
       #1

    Windows Defender definitions update frequency


    How to set the Windows Defender definitions update frequency

    You can set the frequency Windows Defender updates its definitions, natively in Windows Defender.

    To do that you need to use PowerShell (as Administrator).

    A. To set which day of the week Windows Defender updates its definitions , run the command: Set-MpPreference -SignatureScheduleDay <Day>
    Where <day>:
    Specifies the day of the week on which to check for definitions updates. Alternatively, specify everyday for a scheduled scan or never. The acceptable values for this parameter are:
    0: Everyday
    1: Sunday
    2: Monday
    3: Tuesday
    4: Wednesday
    5: Thursday
    6: Friday
    7: Saturday
    8: Never
    The default value is 8, never. If you specify a value of 8 or do not specify a value, Windows Defender checks for definition updates by using a default frequency.

    Examples:
    To update definitions every Friday enter the command:
    Code:
    Set-MpPreference -SignatureScheduleDay 6
    To update definitions daily enter the command:
    Code:
    Set-MpPreference -SignatureScheduleDay 0

    B. To set the frequency Windows Defender updates definitions, run the command: Set-MpPreference -SignatureUpdateInterval < Hours>
    Where < Hours>:
    Specifies the interval, in hours, at which to check for definition updates. The acceptable values for this parameter are: integers from 1 through 24. If you do not specify a value for this parameter, Windows Defender checks at the default interval, which is 24 (every 24 hours).

    Examples:
    To update definitions every 4 hours enter the command:
    Code:
     Set-MpPreference -SignatureUpdateInterval 4
    To update definitions twice a day:
    Code:
     Set-MpPreference -SignatureUpdateInterval 12

    C. To check that your Update definitions schedule has been set correctly , run the command:
    Code:
     Get-MpPreference | select Signature*
    To view all Windows Defender settings, run the command:
    Code:
    Get-MpPreference

    For additional information for other Windows Defender settings, via PowerShell, please refer to Microsoft docs Set-MpPreference

    That’s it. HTH!
    Last edited by ddelo; 17 Nov 2018 at 10:39.
      My Computer


  2. Posts : 7,607
    Windows 10 Home 20H2
       #2

    I use Task Scheduler to run a VBScript file which will perform definition updates.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:14.
Find Us




Windows 10 Forums