How to schedule an update reminder in Windows XP Wie verläuft planmäßig ein Update Erinnerung 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. Sie können Geplante Tasks ausgeführt, dass ein Skript startet Internet Explorer 7 mit Microsoft Update in einem Tab und Secunia Software Inspector in einem anderen Bereich. I use IE 7 in this example because Microsoft Update won’t run in most other browsers, such as Mozilla Firefox. Ich verwende IE 7 in diesem Beispiel, weil Microsoft-Update nicht ausgeführt werden in den meisten anderen Browsern, wie Mozilla Firefox. The technique shown below is adapted from a Windows Scripting Host script published by Tony Schreiner in his Die Technik gezeigt unten angepasst ist aus der Sicht eines Windows Scripting Host-Skript veröffentlicht von Tony Schreiner in seinem MSDN blog MSDN-Blog . Werden.
Step 1 . Schritt 1. Open your favorite text editor, such as Notepad. Öffnen Sie Ihren bevorzugten Texteditor wie Notepad. Type or paste in the following five lines: Geben oder fügen Sie in den folgenden fünf Zeilen:
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…) (mehr…)
schedule Zeitplan , scheduled tasks geplante Tasks , Windows , Windows XP Windows XP , xp XP
Popularity: 1% Popularity: 1%
Written by Jason. Geschrieben von Jason. Read more great feeds at is source Lesen Sie mehr im großen RSS-Feeds ist Quelle WEBSITE WEBSITE
no comments keine Kommentare . .
Read more articles on Lesen Sie mehr Artikel über schedule Zeitplan and und scheduled tasks geplante Tasks and und xp XP and und Windows XP Windows XP and und Windows Windows . .
- [+] Digg [+] Digg : Feature this article : Feature dieser Artikel
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Bookmark diesem Artikel
- [+] Furl [+] Furl : Bookmark this article : Bookmark diesem Artikel














