사용법: fsutil behavior set AllowExtChar 1 | 0 BugcheckOnCorrupt 1 | 0 Disable8dot3 0 - 3 | 1 | 0 DisableCompression 1 | 0 DisableEncryption ...

사용법: fsutil behavior set <옵션> <값>

<옵션>               <값>

AllowExtChar           1 | 0
BugcheckOnCorrupt      1 | 0
Disable8dot3           [0 - 3] | [<볼륨 경로> 1 | 0]
DisableCompression     1 | 0
DisableEncryption      1 | 0
DisableLastAccess      1 | 0
EncryptPagingFile      1 | 0
MftZone                1 - 4
MemoryUsage            1 - 2
QuotaNotify            1 - 4294967295초
SymlinkEvaluation      [L2L:{0|1}] | [L2R:{0|1}] | [R2R:{0|1}] | [R2L:{0|1}]
DisableDeleteNotify    1 | 0

이러한 옵션 중 일부는 다시 부팅해야 적용됩니다.

자세한 정보를 보려면 "fsutil behavior set Disable8dot3 /?"를 사용하십시오.

SymlinkEvaluation 명령 예:
  "fsutil behavior set SymlinkEvaluation L2L:1 L2R:0"
        - 로컬-로컬 기호화된 링크를 사용하고 로컬-원격 기호화된 링크는
          사용하지 않습니다. 원격-원격 링크 또는 원격-로컬 링크의
          상태는 변경되지 않습니다.
        - 이 작업은 즉시 적용됩니다(다시 부팅할 필요 없음)
사용법: fsutil 8dot3name scan DirectoryPath 이 명령은 지정한 디렉터리 경로를 검색하여 이 경로에서 짧은 이름을 제거할 경우 영향을 받을 수 있는 레지스트리 키를 확인합니다. /s - 재귀 ... 사용법: fsutil 8dot3name strip DirectoryPath 이 명령을 실행하면 8dot3 파일 이름이 볼륨에서 영구적으로 제거됩니다. 제거된 8dot3names를 가리키는 레지스트리 키가 나열되지만 영향을 ... 사용법: fsutil behavior query AllowExtChar BugcheckOnCorrupt Disable8dot3 DisableCompression DisableEncryption DisableLastAccess ... 사용법: fsutil behavior query AllowExtChar BugcheckOnCorrupt Disable8dot3 DisableCompression DisableEncryption DisableLastAccess ... 사용법: fsutil behavior set AllowExtChar 1 | 0 BugcheckOnCorrupt 1 | 0 Disable8dot3 0 - 3 | 1 | 0 DisableCompression 1 | 0 DisableEncryption ... 사용법: fsutil repair initiate 파일 참조 번호: 파일의 세그먼트 번호가 포함된 파일 참조입니다. 예: fsutil repair initiate C: 0x001600000000123D 사용법: fsutil repair set 플래그: 0x01 - 일반 복구를 사용합니다. 0x08 - 데이터 손실 가능성에 대해 경고합니다. 0x10 - 일반 복구를 사용하지 않고 최초 손상 시 버그 확인을 수행합니다. ... 사용법: fsutil repair set 플래그: 1 - 일반 복구를 사용합니다. 8 - 데이터 손실 가능성에 대해 경고합니다. 예: fsutil repair set C: 1 fsutil repair set C: 9 ... 사용법: fsutil repair wait 대기 유형 0: 모든 복구 대기(지정하지 않은 경우와 동일함) 대기 유형 1: 현재 복구만 대기 예: fsutil repair wait C: fsutil repair wait ...