comando mostra rapporto
Ultimo aggiornamento il
Ilshow-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
Tieni presente che, poiché ilshow-report
comando è uno script batch, devi utilizzare ilcall
comando di sistema per richiamarlo dai tuoi script batch:
1 | call "%UD_INSTALL_DIR%\show-report.cmd" c: |