comando show-report
Ultimo aggiornamento il
Il show-report comando visualizza il report sulla frammentazione dei file per il disco specificato:
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
Si prega di notare che, poiché il show-report comando è uno script batch, è necessario utilizzare il call comando di sistema per richiamarlo dagli script batch:
1 | call "%UD_INSTALL_DIR%\show-report.cmd" c: |