Tag Archives: Microsoft

How to hourly update Microsoft Security Essentials virus definitions

Since I am using Microsoft Security Essentials for my computer, I have been searching a way to update the virus definitions more frequently. To make this happen, I have found a way to get this done by using a Windows Automated Task. I created a bat file for it to easily import this task. This task hourly launches a command prompt to update the virus definitions.

These are the steps to take to manually create the update task:

  1. Create a new folder under C:\ > Give it the name “Tasks”
  2. Open Notepad: ctrl+r > type “Notepad” > Enter
  3. Copy and paste the following visual basic script code into notepad:
    Function RunWindowedCMD(a_cmd)
    winState = 7   ' Displays the window as a minimized window. The active window remains active.
    ' can be also 10 - Sets the show-state based on the state of the program that started the application.
    Set ShellObj = CreateObject("WScript.Shell")
    RunWindowedCMD = ShellObj.Run( a_cmd, winState, True)
    '    Wscript.echo "CMD return " & RunWindowedCMD
    Set ShellObj = Nothing
    End Function
    RunWindowedCMD("C:\Tasks\MSSecurityEssentialsUpdate.bat")
  4. Save this file as “MSE_start.vbs” > put this saved file under the folder C:\Tasks\
  5. Open Notepad: ctrl+r > type “Notepad” > Enter
  6. Copy and paste the following code into notepad:
    "C:\Program Files\Microsoft Security Essentials\MpCmdRun.exe" -signatureUpdate
    "C:\Program Files\Microsoft Security Client\Antimalware\MpCmdRun.exe" -signatureUpdate
  7. Save this file as “MSSecurityEssentialsUpdate.bat” > put this saved file under the folder C:\Tasks\
  8. Now you can create the task for hourly virus definition update, this can be done as follows:
    CTRL + R > copy and paste the following code into the text box:
    schtasks /Create /TN "MSE_Update" /TR "C:\Tasks\MSE_start.vbs" /SC hourly

You can also use the automated scheduled task install bat. Just download this zip file, extract it all and run the file INSTALL_MSSE_TASK.bat.

The code at step 6 is because there are two different versions of MSSE. The first code will run with Microsoft Security Essentials 1. The second code will run if you have installed Microsoft Security Essentials Beta 2.

Have fun with it!

Dada <(^_^)>

image

Share

Microsoft Security Essentials 2 Beta

Microsoft has launched his new beta version of its lightweight Microsoft Security Essentials (MSSE). This next generation peace of software includes several new features:
Read more »

Share

The new version of Hotmail will challenge Gmail

Windows Live Hotmail,

the webmail service of Microsoft is working on a project for already some time. They are planning to improve their user experience big time! With over 300+ million users, Microsoft is one of the largest (free) email providers. After Office 2010 and Windows 7, their Windows Live experience is going to get a big step forward! Windows Live Essentials (Wave 4) is currently in public beta, with several new updates for programs like Messenger and Live Mail. For Hotmail this means more new features, GUI-tweaks and a more efficient and crap-free inbox which will be safer and faster. Also the access to your inbox will be more faster and more secure on any browser from a PC or any mobile phone.

Microsoft’s New hotmail upgrade

Microsoft’s Announcement

Microsoft has announcement that

Read more »

Share

Windows Live Essentials released!

image

There’s another release of the new set of betas of Microsoft’s Windows Live Wave 3. This is now called “Windows Live Essentials”!

The new betas are Read more »

Share

Windows Live Mesh

Ik gebruik sinds kort Windows Live Mesh. Met dit product van Microsoft kan je bijv. al je computers en mobile devices met elkaar connecteren. Dit allemaal via je live ID. Zo doe ik Read more »

Share