Your best source of information and news about xp , software and hardware on the internet Votre meilleure source d'information et d'actualité sur xp, des logiciels et du matériel sur Internet

Vista ARTICLES Vista ARTICLES TOP 50 TOP 50 Vista VIDEOS Vista VIDÉOS Vista SOFT Vista SOFT Vista HELP Vista AIDE

How to schedule an update reminder in Windows XP Comment programmer une mise à jour de Windows XP rappel


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. Vous pouvez effectuer des tâches planifiées exécuter un script qui lance Internet Explorer 7 de Microsoft Update en un seul onglet, et Secunia Software inspecteur dans un autre. I use IE 7 in this example because Microsoft Update won’t run in most other browsers, such as Mozilla Firefox. J'utilise IE 7 dans cet exemple parce que Microsoft Update ne sera pas diffusée dans la plupart des autres navigateurs comme Mozilla Firefox. The technique shown below is adapted from a Windows Scripting Host script published by Tony Schreiner in his La technique ci-après est adapté d'un script Windows Scripting Host publié par Tony Schreiner dans son MSDN blog MSDN blog .

Step 1 . Étape 1. Open your favorite text editor, such as Notepad. Ouvrez votre éditeur de texte favori, comme le Bloc-notes. Type or paste in the following five lines: Entrez ou collez les cinq lignes suivantes:

var navOpenInBackgroundTab = 0×1000; Var navOpenInBackgroundTab = 0 1000;
var oIE = new ActiveXObject(”InternetExplorer.Application”); Var oIE = new ActiveXObject ( "InternetExplorer.Application");
oIE.Navigate2(”http://update.microsoft.com”); OIE.Navigate2 ( "http://update.microsoft.com");
oIE.Navigate2(”http://secunia.com/software_inspector/”, navOpenInBackgroundTab); OIE.Navigate2 ( "http://secunia.com/software_inspector/", navOpenInBackgroundTab);
oIE.Visible = true; OIE.Visible = true;
(more…) (Suite…)

, , , ,

Popularity: 4% Popularité: 4%


Written by Jason. Ecrit par Jason. Read more great feeds at is source Lire plus grand flux à la source est WEBSITE SITE WEB
no comments Pas de commentaires . .
Read more articles on Lire la suite d'articles sur schedule Calendrier and Et scheduled tasks Tâches programmées and Et xp XP and Et Windows XP Windows XP and Et Windows Windows . .

Related articles Articles connexes

No comments Pas de commentaires

There are still no comments on this article. Il n'ya pas encore de commentaires sur cet article.

Leave your comment... Laissez votre commentaire ...

If you want to leave your comment on this article, simply fill out the next form: Si vous souhaitez laisser votre commentaire sur cet article, il suffit de remplir le formulaire suivant:




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