Erreur de syntaxe dans une cmd
AndrMeulemans
-
Malekal_morte- Messages postés 180304 Date d'inscription Statut Modérateur, Contributeur sécurité Dernière intervention -
Malekal_morte- Messages postés 180304 Date d'inscription Statut Modérateur, Contributeur sécurité Dernière intervention -
Bonjour,
C:\Windows\System32\cmd.exe
la commande :
ren %windir%\SoftwareDistributionSoftwareDistribution.Old
est=elle exacte car elle refusée pour erreur de syntaxr
D'avance merci pour vote réponse
C:\Windows\System32\cmd.exe
la commande :
ren %windir%\SoftwareDistributionSoftwareDistribution.Old
est=elle exacte car elle refusée pour erreur de syntaxr
D'avance merci pour vote réponse
A voir également:
- Erreur de syntaxe dans une cmd
- Cmd - Guide
- Scannow cmd - Guide
- Cmd mac - Guide
- Récupérer clé windows cmd - Guide
- Fichier .cmd - Guide
2 réponses
Salut,
plutôt :
mais il faut arrêter le service Windows Update avant et lancer l'invite de commandes en administrateur.
Le mieux est de suivre cette page : https://www.malekal.com/vider-catalogue-softwaredistribution-mise-a-jour-windows-update/
plutôt :
ren %windir%\SoftwareDistributionSoftwareDistribution ren %windir%\SoftwareDistributionSoftwareDistribution.Old
mais il faut arrêter le service Windows Update avant et lancer l'invite de commandes en administrateur.
Le mieux est de suivre cette page : https://www.malekal.com/vider-catalogue-softwaredistribution-mise-a-jour-windows-update/
Slt
Il serait étonnant que cette ait fonctionné :
le second ren est en trop
la bonne commande :

Il serait étonnant que cette ait fonctionné :
ren %windir%\SoftwareDistributionSoftwareDistribution ren %windir%\SoftwareDistributionSoftwareDistribution.Old
le second ren est en trop
la bonne commande :
ren %windir%\SoftwareDistributionSoftwareDistribution %windir%\SoftwareDistributionSoftwareDistribution.Old
