This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:windows:cmd [2023/02/22 09:25] – yahiko | informatique:windows:cmd [2024/10/09 10:14] (current) – yahiko | ||
---|---|---|---|
Line 68: | Line 68: | ||
Fail-safe with network boot | Fail-safe with network boot | ||
</ | </ | ||
+ | https:// | ||
+ | |||
+ | ==== Connaître chemin LDAP ==== | ||
+ | <codedoc code: | ||
+ | dsquery user -name UTILISATEUR | ||
+ | </ | ||
+ | |||
+ | ==== 7zip : extraire un fichier spécifique de plusieurs archives ==== | ||
+ | <codedoc code: | ||
+ | 7z e " | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Vérifier MD5 ==== | ||
+ | <code batch> | ||
+ | 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 " | ||
+ | </ |