type,tzutil,uwfmgr,vcvarsall,wget: add Korean translation (#14204)

This commit is contained in:
Chooooo
2024-10-15 01:03:27 +09:00
committed by GitHub
parent c3eb0ce047
commit 5910ebfff3
5 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# uwfmgr
> 통합 쓰기 필터 (UWF).
> 드라이브를 보호하기 위해 드라이브에 대한 모든 쓰기를 가상 오버레이로 리디렉션합니다. 기본적으로 재부팅 후 쓰기는 커밋되지 않으면 삭제됩니다.
> 더 많은 정보: <https://learn.microsoft.com/windows/iot/iot-enterprise/customize/unified-write-filter>.
- 현재 상태 가져오기:
`uwfmgr get-config`
- 드라이브를 보호로 설정:
`uwfmgr volume protect {{드라이브_문자}}:`
- 보호 목록에서 드라이브 제거:
`uwfmgr volume unprotect {{드라이브_문자}}:`
- 보호 사용 또는 사용 안 함 (재부팅 후 적용):
`uwfmgr filter {{enable|disable}}`
- 보호된 드라이브의 파일 변경 사항 커밋:
`uwfmgr file commit {{드라이브_문자:\경로\대상\파일}}`
- 보호된 드라이브의 파일 삭제 커밋:
`uwfmgr file commit-delete {{드라이브_문자:\경로\대상\파일}}`