sort-object,{start, stop}-service,subst,systeminfo: add Korean translation (#14271)
This commit is contained in:
16
pages.ko/windows/subst.md
Normal file
16
pages.ko/windows/subst.md
Normal 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`
|
Reference in New Issue
Block a user