Your best source of information and news about secrets, secrets and Vista hardware on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

How to schedule an update reminder in Windows XP


You can make Scheduled Tasks run a script that launches Internet Explorer 7 with Microsoft Update in one tab and Secunia Software Inspector in another. I use IE 7 in this example because Microsoft Update won’t run in most other browsers, such as Mozilla Firefox. The technique shown below is adapted from a Windows 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.microsoft.com”);
oIE.Navigate2(”http://secunia.com/software_inspector/”, navOpenInBackgroundTab);
oIE.Visible = true;
(more…)

, , , ,

Popularity: 1%


Written by Jason. Read more great feeds at is source WEBSITE
no comments.
Read more articles on schedule and scheduled tasks and xp and Windows XP and Windows.

Related articles

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .