Microsoft Security Essentials howto auto download definition updates

2

1

I use Microsoft Security Essentials as my antivirus on my Win7 box. New virus definitions to Security Essentials are installed using Windows Update. However, the updates are marked as optional by default, as opposed to important which means that they don't get installed automatically. I have to select the updates from the list of optional updates and install them manually.

Is there a way to change this behavior so that new definitions are marked as important and installed automatically?

csnullptr

Posted 2010-10-07T01:51:33.063

Reputation: 348

Answers

4

Do you have MSE set to run Scheduled scan? You can force MSE to check for updates before a scheduled scan. To set a scheduled scan open up MSE and click on the settings tab. Check the box "Run a scheduled scan" and set the day, time, and type of scan. Then make sure you check the box for "Check for the latest virus & spyware definitions before running a scheduled scan".

Updated 01/14/2011

Here is a link to a way to change the frequency of MSE updates. The default is every 24 hours.

http://lifehacker.com/5733597/change-microsoft-security-essentials-update-frequency

RSMoser

Posted 2010-10-07T01:51:33.063

Reputation: 537

+1 for Scheduled Scan. Additionally you can go to the update tab and manually update SCE. – Xavierjazz – 2010-10-07T04:43:11.953

Checking before a scheduled scan appears to be the default setting. – Velociraptors – 2010-10-07T04:48:36.577

Just read at Downloadsquad about a new screensaver that use MSE to scan your computer while it is idle during the day. http://www.downloadsquad.com/2010/10/07/security-essentials-screensaver-scans-for-viruses-while-your-computer-idle/

– RSMoser – 2010-10-07T15:18:25.333

Setting the MSE updates as required or important could make it seem that MSE is a required installation for Windows. This would then lead to some legal issues. See this article from Computer World. http://www.computerworld.com/s/article/9195079/Rival_calls_foul_over_Microsoft_s_delivering_Security_Essentials_via_Windows_Update

– RSMoser – 2010-11-07T12:49:06.810

4

You can check for, download, and install new updates on the command line with the following command:

v1.x:

"%ProgramFiles%\Microsoft Security Essentials\MpCmdRun.exe" -SignatureUpdate

v2.x:

"%ProgramFiles%\Microsoft Security Client\Antimalware\MpCmdRun.exe" -SignatureUpdate

Nick

Posted 2010-10-07T01:51:33.063

Reputation: 981

1Might be worth emphasising that it will also download and install those updates, rather than just checking if any are available. – Richard – 2010-10-07T12:58:17.867

Might be worth adding to this answer (I don't know if this is a permanent change) but on my Windows 7 machine it is under the following Program Files folder "Microsoft Security Client" – Coops – 2013-06-21T07:40:54.830

BTW how did you find out such a useful piece of information? – Coops – 2013-06-21T07:42:33.930

1

To the best of my knowledge, the files should be installed automatically anyway. Try leaving things alone for say, a month or so, and then take a peek at MSE's definition information.

Zian Choy

Posted 2010-10-07T01:51:33.063

Reputation: 1 394

I think this is poor advice. Malware is moving so fast, a month may cause a real problem. -1. – Xavierjazz – 2010-10-07T05:16:17.660

1The advice is spot-on. In the default MSE configuration, updates are auto-applied. If you leave it alone for a month, your updates will still be up-to-date. – afrazier – 2010-10-07T16:06:35.447

1

Source: http://social.answers.microsoft.com/Forums/en-US/msestart/thread/8ad00d69-c5ca-4a5e-a1e8-aa7cf2bf86f7

Q: Why are Definition updates for MSE considered OPTIONAL updates

A: They are marked optional in Windows Update because if they are ignored MSE will install the definitions at its regular daily update check

Therefore you will not need to set them to important as MSE installs them anyway.

Its quite a helpful site for all things MSE related.
Hope this clears up your query.

Joe Taylor

Posted 2010-10-07T01:51:33.063

Reputation: 11 533