AntiSystem :: No Good System

How to run jobs in background on windows XP  

I had to find a way to run several cleanup jobs on my laptop.

Created my BAT files that where deleting some files regularly. But my big issue was the command prompt window that was always pops up and was interrupting my work.

On google I found all kind of methods like using vba scripts or modifying the registry and so on.

One simpler method I found, tested and it works.

Here is the step by step setting of a job that you will never know it is running.

Step 1. Created a bat file to delete my Spam.dbx once a day.

Step 2. Create a Scheduled Task

screenhunter_04

Now regarding the time of the schedule it is up to everyone. What you have to set up is the following

screenhunter_05

Make sure the “Run only if logged on” flag is cleared and in the fieled “Run as:” enter following: “NT AUTHORITY\SYSTEM” [without the " of course]

If a password is required just leave it blank and press OK.

screenhunter_06

After all this is done, the bat file will be runed without you seeing any popup window. If you want to be sure it is running enter some code in the bat file to create a log file.

The article has

3 responses

Written by gabi

April 12th, 2009 at 12:43 pm

3 Responses to 'How to run jobs in background on windows XP'

Subscribe to comments with RSS

  1. Great solution! It works for me.

    Ivan

    29 Sep 09 at 2:37 PM

  2. IT WORKS LIKE A CHARM. THANK YOU.

    MAHENDRA

    13 Oct 09 at 10:56 AM

  3. Thanks.

    TimothyAWiseman

    18 Oct 09 at 10:58 PM

Leave a Reply