Irawan

sedikit catatanku…

Mematikan komputer dari command prompt di Windows XP

Untuk mematikan komputer dari command prompt di Windows XP dapat digunakan cara berikut ini:

Syntax

shutdown [{-l|-s|-r|-a}] [-f] [-m [\\ComputerName]] [-t xx] [-c “message”] [-d[u][p]:xx:yy]

Parameters

-l : Logs off the current user, this is also the defualt. -m ComputerName takes precedence.
-s : Shuts down the local computer.
-r : Reboots after shutdown.
-a : Aborts shutdown. Ignores other parameters, except -l and ComputerName. You can only use -a during the time-out period.
-f : Forces running applications to close.
-m [\\ComputerName] : Specifies the computer that you want to shut down.
-t xx : Sets the timer for system shutdown in xx seconds. The default is 20 seconds.
-c “message” : Specifies a message to be displayed in the Message area of the System Shutdown window. You can use a maximum of 127 characters. You must enclose the message in quotation marks.
-d [u][p]:xx:yy : Lists the reason code for the shutdown. The following table lists the different values.

Value – Description

u – Indicates a user code.
p – Indicates a planned shutdown code.
xx – Specifies the major reason code (0-255).
yy – Specifies the minor reason code (0-65536).

/? : Displays help at the command prompt.

contoh:

C:\Documents and Settings\User>shutdown -s -t 240

perintah diatas akan memunculkan pop up perhitungan mundur untuk mematikan komputer 240 detik (4 Menit) setelah command selesai dijalankan. Untuk membatalkannya gunakan perintah sbb:

C:\Documents and Settings\User>shutdown -a

sumber:

  1. Shutdown
  2. Restart or shutdown windows from command line

23/04/2012 Posted by | Tips Windows | Leave a comment