This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
informatique:windows:cmd [2024/09/09 15:35] – [Activation Windows Server 2O22] yahiko | informatique:windows:cmd [2024/10/09 10:14] (current) – yahiko | ||
---|---|---|---|
Line 84: | Line 84: | ||
<code batch> | <code batch> | ||
certutil -hashfile < | certutil -hashfile < | ||
+ | </ | ||
+ | |||
+ | ==== Suppression récursive d'un dossier ==== | ||
+ | <code batch> | ||
+ | rmdir " | ||
+ | </ | ||
+ | Ajouter /Q pour le faire silencieusement. On peut par exemple faire : | ||
+ | <code batch> | ||
+ | runas / | ||
+ | rmdir " | ||
+ | </ | ||
+ | |||
+ | La technique de Robocopier (oui c'est un verbe) un dossier vide fonctionne bien aussi : | ||
+ | |||
+ | <code batch> | ||
+ | ROBOCOPY " | ||
</ | </ |