Réparer Windows Update
Définir avec précision ce qu’il faut faire, Identifier clairement le but du script
Objectif : le but est de résoudre certaines erreurs de Windows Update
Mettre en place un algorithme clair et bien réfléchi
- Stopper le service « The Background Intelligent Transfer Service (BITS) »
- Stopper le service « The Windows Update service (wuauserv) »
- Stopper le service « The Application Identity service (appidsvc) »
- Stopper le service « The Cryptographic Services (cryptsvc) »
- Renommer « %systemroot%\SoftwareDistribution » en « %systemroot%\SoftwareDistribution.bak »
- Renommer « %systemroot%\system32\catroot2 » en « %systemroot%\system32\catroot2.bak »
- Démarrer le service « The Cryptographic Services (cryptsvc) »
- Démarrer le service « The Application Identity service (appidsvc) »
- Démarrer le service « The Windows Update service (wuauserv) »
- Démarrer le service « The Background Intelligent Transfer Service (BITS) »
Créer le script « RepareWindowsUpdate«
Implémenter l’algorithme
Saisir les paramètres
Cliquer sur « Construire » pour créer le script
Cliquer sur « Exécuter» pour créer et exécuter le script