mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
logoff: add traditional Chinese translation (#8682)
This commit is contained in:
parent
8da689c2ab
commit
06a75ad118
1 changed files with 16 additions and 0 deletions
16
pages.zh_TW/windows/logoff.md
Normal file
16
pages.zh_TW/windows/logoff.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# logoff
|
||||
|
||||
> 終止登入的工作階段。
|
||||
> 更多資訊:<https://learn.microsoft.com/windows-server/administration/windows-commands/logoff>.
|
||||
|
||||
- 終止當前工作階段:
|
||||
|
||||
`logoff`
|
||||
|
||||
- 通過名稱和 ID 終止工作階段:
|
||||
|
||||
`logoff {{工作階段名稱|工作階段 ID}}`
|
||||
|
||||
- 終止通過 RDP 連接到指定伺服器的工作階段:
|
||||
|
||||
`logoff {{工作階段名稱|工作階段 ID}} /server:{{伺服器}}`
|
Loading…
Add table
Reference in a new issue