Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,32 +1,32 @@
# powershell
> 专为系统管理而设计的命令行 shell 和脚本语言.
> 更多信息: <https://docs.microsoft.com/windows-server/administration/windows-commands/powershell>.
> 专为系统管理而设计的命令行 shell 和脚本语言
> 更多信息 <https://docs.microsoft.com/windows-server/administration/windows-commands/powershell>.
- 在命令提示符窗口中启动 Windows PowerShell 会话:
- 在命令提示符窗口中启动 Windows PowerShell 会话
`powershell`
- 加载一个特定的 PowerShell 控制台文件:
- 加载一个特定的 PowerShell 控制台文件
`powershell -PSConsoleFile {{路径/file}}`
- 用指定版本的 PowerShell 启动会话:
- 用指定版本的 PowerShell 启动会话
`powershell -Version {{版本}}`
- 防止运行启动命令后 shell 退出:
- 防止运行启动命令后 shell 退出
`powershell -NoExit`
- 描述发送到 PowerShell 的数据格式:
- 描述发送到 PowerShell 的数据格式
`powershell -InputFormat {{Text|XML}}`
- 设定 PowerShell 输出的格式:
- 设定 PowerShell 输出的格式
`powershell -OutputFormat {{Text|XML}}`
- 显示帮助:
- 显示帮助
`powershell -Help`