Your best source of information and news about windows , drivers and microsoft on the internet Votre meilleure source d'informations et de nouvelles sur les fenêtres, les conducteurs et Microsoft sur Internet

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

schedule planifier

You are currently browsing the articles from Vous êtes en train de feuilleter les articles de MS Windows Vista Compatible Software MS Windows Vista Compatible logiciel matching the category schedule . correspondant à la catégorie calendrier.

How to schedule an update reminder in Windows Vista Comment programmer un rappel mise à jour de Windows Vista

The Microsoft Update site in Vista has been replaced by a Control Panel applet. Le site Microsoft Update dans Vista a été remplacé par un applet Panneau de configuration. To automate the reminder in Vista, you’ll need to set up two automated processes: one for patching Windows, and another for launching a browser showing the Secunia Software Inspector. Pour automatiser le rappel dans Vista, vous aurez besoin de mettre en place des processus automatisés deux: un pour les correctifs Windows, et une autre pour lancer un navigateur montrant la Secunia Software inspecteur.

Follow these steps to run Windows Update once a month after Patch Tuesday: Suivez ces étapes pour exécuter Windows Update une fois par mois après Patch Tuesday:

Step 1 : Choose Start, type Task Scheduler, and press Enter. Étape 1: Choisissez Démarrer, le type de tâches, et appuyez sur Entrée. Click to confirm User Account Control. Cliquez ici pour confirmer contrôle de compte d'utilisateur.

Step 2 : In the far right pane, click Create Basic Task. Etape 2: Dans le volet de droite, cliquez sur Créer tâche fondamentale.

Step 3 : In the Create Basic Task Wizard, type the name of your task and (optionally) a description. Étape 3: Créer la base Assistant tâches, tapez le nom de votre tâche et (éventuellement) une description. Click Next. Cliquez sur Suivant.
(more…)

, , , ,

Written by Jason on Ecrit par Jason sur September 7th, 2007 Septembre 7th, 2007 with avec 1 comment 1 commentaire . .
Read more articles on Lire la suite d'articles sur schedule planifier and et scheduled tasks tâches programmées and et vista Vista and et Windows Windows and et Windows Vista Windows Vista . .

How to schedule an update reminder in Windows XP Comment programmer un rappel mise à jour de 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. Vous pouvez effectuer des tâches planifiées exécuter un script qui lance Internet Explorer 7 de Microsoft Update dans un onglet et Secunia Software dans un autre inspecteur. I use IE 7 in this example because Microsoft Update won’t run in most other browsers, such as Mozilla Firefox. - Je utiliser IE 7 dans cet exemple parce que Microsoft Update ne sera pas diffusée dans la plupart des autres navigateurs, tels que 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é de Windows Scripting Host script 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: Tapez ou collez-le dans les cinq lignes:

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…)

, , , ,

Written by Jason on Ecrit par Jason sur September 7th, 2007 Septembre 7th, 2007 with avec no comments pas de commentaire . .
Read more articles on Lire la suite d'articles sur schedule planifier and et scheduled tasks tâches programmées and et xp XP and et Windows XP Windows XP and et Windows Windows . .