Tag: scheduled_tasks

How to schedule an update reminder in Windows Vista

September 07, 2007 by Jason

The Update site in Vista has been replaced by a applet. To automate the reminder in Vista, you’ll need to set up two automated processes: one for patching , and another for launching a browser showing the Secunia Inspector.

Follow these steps to run Update once a month after Patch Tuesday:

Step 1: Choose Start, type Task Scheduler, and press Enter. Click to confirm User Account Control.

Step 2: In the far right pane, click Create Basic Task.

Step 3: In the Create Basic Task Wizard, type the name of your task and (optionally) a description. Click Next.
Read More»

How to schedule an update reminder in Windows XP

September 07, 2007 by Jason

You can make Scheduled Tasks run a script that launches Explorer 7 with Update in one tab and Secunia Inspector in another. I use IE 7 in this example because Update won’t run in most other browsers, such as Mozilla Firefox. The technique shown below is adapted from a Scripting Host script published by Tony Schreiner in his MSDN blog.

Step 1. Open your favorite text editor, such as Notepad. Type or paste in the following five lines:

var navOpenInBackgroundTab = 0×1000;
var oIE = new ActiveXObject(”InternetExplorer.Application”);
oIE.Navigate2(”http://update..com”);
oIE.Navigate2(”http://secunia.com/software_inspector/”, navOpenInBackgroundTab);
oIE.Visible = true;
Read More»

Windows Automatically Restart

August 25, 2007 by Jason

This tutorial will show you how to your PC to at a given time and date, using the utility provided. This tutorial will work with Server 2003, XP, 2000, and 98. For this tutorial I will be using XP.

First Schedule Windows to Automatically Restart Download. Save it to disk and extract .exe to your C:\ drive.

Now open the by clicking Start > Read More»

Speeding Up Share Viewing

June 16, 2007 by Jason

When you connect to another with XP, it for any Scheduled tasks on that - a fairly useless task, but one that can add up to 30 seconds of waiting on the other end - not good! , it’s fairly easy to disable this process. Read More»

Automatic Defrag

May 28, 2007 by Jason

As you know over time the filing system can become disorganised and this will eventually lead to a slow down and a reduction in performance. the can restore order but most of us forget to do it regularly and leave it until the system has started to slow down. Here is a way to program to automatically your drives once a month or every few weeks. Read More»

Speed up your browsing of Windows 2000 & XP machines

January 30, 2007 by Jason

Here’s a great tip to speed up your browsing of XP machines. Its actually a fix to a bug installed as default in 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because 2000 is using the extra time to search the remote for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, 2000 users will experience that the actual browsing speed of both the & Explorers improve significantly after applying it since it doesn’t search for Scheduled Tasks anymore. Here’s how : Read More»