Files
tldr/pages.zh/windows/pswindowsupdate.md

13 lines
379 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# PSWindowsUpdate
> 一个用于管理Windows更新的PowerShell外部模块。
> 此工具提供多个命令所有命令只能通过PowerShell运行。
> 更多信息:<https://github.com/mgajda83/PSWindowsUpdate>。
- 使用`Install-Module`安装模块:
`Install-Module PSWindowsUpdate`
- 列出模块下所有可用的命令:
`Get-Command -Module PSWindowsUpdate`