ps*,prompt: add Korean translation (#14466)

This commit is contained in:
Chooooo
2024-10-31 00:20:17 +09:00
committed by GitHub
parent 006c27fb04
commit 3cac836610
5 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# PSWindowsUpdate
> Windows Update를 관리하는 PowerShell 외부 모듈입니다.
> 이 도구는 PowerShell을 통해서만 실행할 수 있는 여러 명령을 제공합니다.
> 더 많은 정보: <https://github.com/mgajda83/PSWindowsUpdate>.
- `Install-Module`을 사용하여 모듈 설치:
`Install-Module PSWindowsUpdate`
- 모듈에서 사용할 수 있는 모든 명령 나열:
`Get-Command -Module PSWindowsUpdate`