time,title,tracert,tree,tskill: add Korean translation (#14235)

This commit is contained in:
Chooooo
2024-10-16 13:16:06 +09:00
committed by GitHub
parent f9b350a8ef
commit 6d546de9da
5 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# tskill
> 원격 데스크톱 세션 호스트의 세션에서 실행 중인 프로세스를 종료합니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/tskill>.
- 프로세스 아이디로 프로세스 종료:
`tskill {{프로세스_아이디}}`
- 프로세스 이름으로 프로세스 종료:
`tskill {{프로세스_이름}}`