show-report 명령
최종 업데이트일:
이 show-report 명령은 지정된 디스크의 파일 조각화 보고서를 표시합니다.
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
참고로, 이 명령어는 배치 스크립트이므로 배치 스크립트에서 호출하려면 시스템 명령어를 사용해야 합니다 show-reportcall
1 | call "%UD_INSTALL_DIR%\show-report.cmd" c: |