mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 07:35:39 +02:00

* windows/logoff: add Indonesian translation --------- Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
16 lines
368 B
Markdown
16 lines
368 B
Markdown
# logoff
|
|
|
|
> Akhiri sesi masuk.
|
|
> Informasi lebih lanjut: <https://learn.microsoft.com/windows-server/administration/windows-commands/logoff>.
|
|
|
|
- Akhiri sesi saat ini:
|
|
|
|
`logoff`
|
|
|
|
- Akhiri sesi dengan nama atau id-nya:
|
|
|
|
`logoff {{nama_sesi|id_sesi}}`
|
|
|
|
- Akhiri sesi pada server tertentu yang terhubung melalui RDP:
|
|
|
|
`logoff {{nama_sesi|id_sesi}} /server:{{namaserver}}`
|