Tag Archives: Software

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

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

Alternative program: Foxit Reader 3.0

Do you also hate the slowness while using Adobe Reader? Do you also want to use a fast and easy program to view your pdf files? I use Foxit Reader.

Ok. This really looks like i’m selling something. But no, I don’t get any money for spreading the word. I just want people to know that there is a lightweight program to view PDF files. Because Adobe Reader implemented a lot of new stuff in their – too heavy – program, Foxit Reader has now it’s v3.0 with kind of thesame bunch of new functions. All this is still working very fast!!

Check for more information about the new functions at their site!

I’d say, try it... ;)

Download:

image

Share

Google Chrome

Ik heb vandaag weer eens wat nieuws gevonden! Een andere browser dan Internet Explorer, Firefox of Safari. Het is een browser van Google, namelijk "Google Chrome"!

Vroeger werd door bijna iedereen Internet Explorer gebruikt, vooral omdat het standaard bij Windows werd meegeleverd. Maar gelukkig heeft Firefox het stokje van netscape overgenomen en kreeg stilaan de titel "veilige browser". Deze streid wordt nu nog eens versterkt door Google om ook zijn browser ertussen te gooien! Read more »

Share

Linux

Dinsdag is er een examen van Linux. Ge moet goed veel spelen met codes, weet anders ook niet hoe ge het kunt leren.

Voor klasgenootjes, hier kan je het downloaden: linux oplossingen

Thanks to Peter voor deze oplossingen! :)

Wie weet hoe ge dit het best kunt leren?

dada..

Share