8th
November
2006
Under Windows 98, Me, or 2000 there was an option in the shutdown
dialog box to enter the computer into hibernation (where all the
content of the RAM is copied to the hard disk). The shutdown dialog box
of Windows XP doesn’t offer any longer the hibernation button. Some
users may get confused about how to enable the hibernation mode. If
this mode is supported by your motherboard (ACPI) you have to do the
following:
1.Click Start and Shut Down,
2.Point the standby button and maintain the shift key pushed,
3.A new hibernation button appears: click it while still holding the shift key: voila your PC will hibernate.
8th
November
2006
You
can restart a Windows XP Pro and Home machine easily by creating a
shortcut with following path. (Assume you installed Windows XP on your
C: Partition) "c:windowssystem32shutdown.exe -r -f -t 00"
-r is for restarting the computer. -f is to force close all programs
without saving. -t 00 is used to restart in zero seconds. i.e. as soon
as you D.Click on the shortcut.
You can log off from a Windows XP
Professional or Home edition by running "C:windowssystem32shutdown.exe -l -f -t 00". Also you can shutdown a Windows XP Home or Professional edition by running "c:windowssystem32shutdown.exe -s -f -t 00".
You always have to turn from the CPU after running this command. (Same
with AT and ATX powered machines.)
If you want to turn down power of
ATX machine automatically, run "c:windowssystem32tsshutdn.exe 00 /POWERDOWN /DELAY:00" This is used to turn off a server. Even though your computer will be
shutdown
completely, this whole operation will take 30 seconds to finish. Even
though you don’t have networked computers attached to your computer,
this works.