mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
389 B
389 B
tskill
원격 데스크톱 세션 호스트의 세션에서 실행 중인 프로세스를 종료합니다. 더 많은 정보: https://learn.microsoft.com/windows-server/administration/windows-commands/tskill.
- 프로세스 아이디로 프로세스 종료:
tskill {{프로세스_아이디}}
- 프로세스 이름으로 프로세스 종료:
tskill {{프로세스_이름}}