Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.3) (Whoop whoop pull up - 12943 |
m Reverted 1 edit by 103.199.90.39 (talk) to last revision by Paowee |
||
(12 intermediate revisions by 10 users not shown) | |||
Line 2:
{{Other uses|Shutdown (disambiguation){{!}}Shutdown}}
{{redirect|Shutdown.exe|the album|Shutdown.exe (album)}}
{{redirect|Shutdown -r|the episode of ''Mr. Robot''|Shutdown -r (Mr. Robot)}}
{{redirect|Power down|the book|Power Down: Options and Actions for a Post-Carbon World}}
{{Use dmy dates|date=August 2019}}
[[File:Windows XP Shutdown.png|200px|thumb|[[Windows XP]] shutdown dialog box]]
[[File:Windows
To '''shut down''' or '''power off''' a computer is to [[switch|remove power]] from a computer's main components in a controlled way. After a computer is shut down, main components such as [[Central processing unit|CPU]]s, [[Random-access memory|RAM]] modules and [[hard disk drive]]s are powered down, although some internal components, such as an internal clock, may retain power.
Line 44 ⟶ 46:
| website = {{URL|https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/shutdown}}
}}
There is also a <code>shutdown</code> [[command (computing)|command]] that can be executed within a [[shell (computing)|command shell]] window. <code>[[shutdown.exe]]</code> is the [[command-line interface|command-line]] shutdown application (located in '''%windir%\System32\shutdown.exe
{| class="wikitable"
!Parameter
Line 98 ⟶ 100:
| website =
}}
In [[Unix]] and [[Linux]], the <code>shutdown</code> command can be used to turn off or [[Booting|reboot]] a computer. Only the [[superuser]] or a user with special privileges can shut the system down.
One commonly issued form of this command is <code>shutdown -h now</code>, which will shut down a system immediately. Another one is <code>shutdown -r now</code> to reboot. Another form allows the user to specify an exact time or a delay before shutdown: <code>shutdown -h 20:00</code> will turn the computer off at 8:00 PM, and <code>shutdown -r +1</code> will automatically reboot the machine in one minute of issuing the command.<ref>{{man|8|shutdown|die.net}}</ref>
Line 128 ⟶ 130:
==External links==
{{Wikibooks|Guide to Windows Commands}}
*[https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/shutdown shutdown
*[http://www.shutdown.cc shutdown.cc] {{Webarchive|url=https://web.archive.org/web/20201022042235/http://www.shutdown.cc/ |date=22 October 2020 }} – an article about various ways of automated and manual shutting down of Microsoft Windows
|