add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,36 +1,36 @@
# shutdown
# 关机
> 用于关、重启或注销计算机的工具。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/shutdown>.
> 一个用于关、重启或注销机的工具。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/shutdown>
-当前计算机:
-当前机
`shutdown /s`
- 强制关闭当前计算机的所有应用程序:
- 强制关闭所有应用程序后关机当前机器
`shutdown /s /f`
- 立即重启当前计算机:
- 立即重启当前机
`shutdown /r /t 0`
- 休眠当前计算机:
- 休眠当前机
`shutdown /h`
- 注销当前计算机:
- 注销当前机
`shutdown /l`
- 指定在关闭前等待的秒数
- 指定等待关机的超时时间(单位:秒)
`shutdown /s /t {{}}`
`shutdown /s /t {{8}}`
- 中止尚未超时的关机序列:
- 中止尚未到期的关机序列:
`shutdown /a`
-远程计算机:
-远程机
`shutdown /m {{\\ 主机名}}`
`shutdown /m {{\\hostname}}`