Shutdown (computing): Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Add: website. | Use this bot. Report bugs. | Suggested by Whoop whoop pull up | Category:MacOS | #UCB_Category 19/118
m rvv, compare cited reference
Line 6:
 
==Implementations==
The shutdown feature and [[command (computing)|command]] is available in [[Microsoft]] [[Microsoft Windows|Windows]],<ref>[https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb491003(v%3dtechnet.10) Shutdown | Microsoft Docs]</ref> [[ReactOS]],<ref>{{Cite web|url=https://github.com/reactos/reactos/blob/master/base/applications/shutdown/shutdown.c|title=Reactos/Reactos|website=[[GitHub]]|date=26 October 2021|website=[[GitHub]]}}</ref> [[Hewlett-Packard|HP]] [[HP Multi-Programming Executive|MPE/iX]],<ref>[http://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c01687363-4.pdf MPE/iX Commands Reference Manual – HP 3000 MPE/iX Computer Systems – Edition 11]</ref> and in a number of [[Unix]] and [[Unix-like]] operating systems such as [[Apple Inc.|Apple]] [[macOS]].
 
===Microsoft Windows and ReactOS===
Line 47:
!Function
|-
| -log offl
|Logs off a user. This is the default even without using any parameters.
|-
| -standbya
|Stops shutdown.exe. It is used during a time-out period.
|-
| -hibernatef
|Kills all running applications.
|-
| -s
| Shutdown
|Turns off the computer off.
|-
| <span id="-r">-r</span>
| Reboot
|Shuts down and reboots a computer.
|-