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…)
schedule Calendrier , scheduled tasks Tâches programmées , Windows , Windows XP Windows XP , xp XP
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 . .
- [+] Digg [+] Digg : Feature this article : Feature cet article
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Bookmark cet article
- [+] Furl [+] Furl : Bookmark this article : Bookmark cet article














