User Tools

Site Tools


informatique:windows:cmd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatique:windows:cmd [2023/03/08 10:59] yahikoinformatique:windows:cmd [2023/09/25 08:26] (current) yahiko
Line 74: Line 74:
 dsquery user -name UTILISATEUR dsquery user -name UTILISATEUR
 </codedoc> </codedoc>
 +
 +==== 7zip : extraire un fichier spécifique de plusieurs archives ====
 +<codedoc code:batch> 
 +7z e "C:\Logs\OldLogs\*.zip" -oC:\Informatique\logs Truc* -r
 +</codedoc>
 +
 +==== Activation Windows Server 2O22 ====
 +<codedoc code:batch>
 +DISM /Online /Set-Edition:ServerStandard /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /AcceptEula
 +</codedoc>
 +
 +==== Vérifier MD5 ====
 +<code batch>
 +certutil -hashfile <file> MD5
 +</code>
informatique/windows/cmd.1678273182.txt.gz · Last modified: 2023/03/08 10:59 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki