sort-object,{start, stop}-service,subst,systeminfo: add Korean translation (#14271)

This commit is contained in:
Chooooo
2024-10-19 14:12:21 +09:00
committed by GitHub
parent ab8fd5cde2
commit d4fdd93709
5 changed files with 95 additions and 0 deletions

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

@@ -0,0 +1,16 @@
# subst
> 경로를 가상 드라이브 문자에 연결합니다.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/subst>.
- 활성 연결 목록 표시:
`subst`
- 연결 추가:
`subst {{Z:}} {{C:\Python2.7}}`
- 연결 제거:
`subst {{Z:}} /d`