Hourly
schtasks /create /tn "Defender Definition Update" /sc HOURLY /ru SYSTEM /rl HIGHEST /tr "'C:\Program Files\Windows Defender\MpCmdRun.exe' -SignatureUpdate -MMPC"
Every 4 hours
schtasks /create /tn "Defender Definition Update - every 4 hours" /sc HOURLY /mo 4 /st 00:00:00 /ru SYSTEM /rl HIGHEST /tr "'C:\Program Files\Windows Defender\MpCmdRun.exe' -SignatureUpdate -MMPC"
Reference:
https://technet.microsoft.com/en-us/library/bb490996.aspx
http://winaero.com/blog/how-to-change-the-windows-defender-update-frequency/
https://en.wikipedia.org/wiki/Windows_Defender
http://securitygarden.blogspot.hk/2012/04/understanding-microsoft-anti-malware.html
http://grandstreamdreams.blogspot.hk/2013/11/microsoft-security-essentialsdefender.html
http://www.winhelponline.com/blog/updating-microsoft-security-essentials-using-command-line/
http://fixitscripts.com/problems/microsoft-security-essentials-update-scan-script
https://gallery.technet.microsoft.com/scriptcenter/MSE-update-with-powershell-9aff38d1
https://www.winhelp.us/configure-windows-defender-in-windows-8.html
No comments:
Post a Comment