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,35 +1,35 @@
# shutdown
> 用于关闭,重新启动或注销计算机的工具.
> 用于关闭,重新启动或注销计算机的工具
- 关闭当前的计算机:
- 关闭当前的计算机
`shutdown /s`
- 重启当前的计算机:
- 重启当前的计算机
`shutdown /r`
- 休眠当前的计算机:
- 休眠当前的计算机
`shutdown /h`
- 注销当前的计算机:
- 注销当前的计算机
`shutdown /l`
- 指定在关闭之前等待的时间(以秒为单位):
- 指定在关闭之前等待的时间(以秒为单位)
`shutdown /s /t {{秒}}`
- 指定一个关机的理由:
- 指定一个关机的理由
`shutdown /s /c "{{理由}}"`
- 在超时之前取消关机指令:
- 在超时之前取消关机指令
`shutdown /a`
- 关闭远程的计算机:
- 关闭远程的计算机
`shutdown /m {{\\ 主机名}}`