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…)
schedule, scheduled tasks, Windows, Windows XP, xp
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.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article

