RJ 45 CRIMPING STANDARS:
WINDOWS PC SHUTDOWN COMMANDS:
1) The
below command will set a time out of 30 seconds to close the applications.
After 30 seconds, windows reboot will start.
shutdown
/r
2) If
you want to reboot Windows with your own time out value you can use the below command.
shutdown
/r /t timeout_in_seconds
3) To
shutdown a Windows computer:
shutdown
/s
4) To
abort computer reboot:
shutdown
/a
5) To
force applications to close without warning.
shutdown
/r /f
6) Open
the shutdown GUI
shutdown
/i
7) Add
reason for the reboot of the computer
shutdown
/r /c "This is the reason for the reboot of the computer"


No comments:
Post a Comment