windows/*: add and update Korean translation (#14641)

Co-authored-by: Chooooo <contact@choo.ooo>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-06 04:21:01 +09:00
committed by GitHub
parent 29d6bd2563
commit 60276104db
47 changed files with 1064 additions and 3 deletions

16
pages.ko/windows/ftype.md Normal file
View File

@@ -0,0 +1,16 @@
# ftype
> 파일 확장자 연결에 사용되는 파일 형식을 표시하거나 수정.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/ftype>.
- 모든 파일 형식 목록 표시:
`ftype`
- 특정 파일 형식에 연결된 프로그램 표시:
`ftype {{파일_형식}}`
- 특정 파일 형식에 연결된 프로그램 설정:
`ftype {{파일_형식}}="{{경로/대상/실행_파일}}"`