commande show-report
Dernière mise à jour le
Lashow-report
commande affiche le rapport de fragmentation de fichiers pour le disque spécifié :
C:\Program Files\UltraDefrag>show-report c:
;---------------------------------------------------------------------------------------------
; LAPTOP-FHEFQMJJ: : Fragmented files on C: [02/06/22 12:10:02]
;
; Fragments Filesize Comment Status Filename
;---------------------------------------------------------------------------------------------
21 8 GB - locked C:\pagefile.sys
6 714 MB - - C:\$MFT
3 272 MB - locked C:\swapfile.sys
;---------------------------------------------------------------------------------------------
; LAPTOP-FHEFQMJJ: : Fragmented files on C: [02/06/22 12:10:02]
;
; Fragments Filesize Comment Status Filename
;---------------------------------------------------------------------------------------------
21 8 GB - locked C:\pagefile.sys
6 714 MB - - C:\$MFT
3 272 MB - locked C:\swapfile.sys
Attention, comme lashow-report
commande est un script batch, vous devez utiliser lacall
commande système pour l'appeler depuis vos scripts batch :
1 | call "%UD_INSTALL_DIR%\show-report.cmd" c: |