A technician servicing a Windows workstation needs to initiate an immediate restart of the computer using the Command Prompt. Which of the following commands should the technician execute?
- shutdown /r /t 0Cevap
- Bshutdown /s /t 0
- Creboot
- Drestart-computer
Cevap
The shutdown /r /t 0 command immediately restarts the workstation.
The shutdown command with the /r switch instructs Windows to perform a full system restart. Including the /t 0 parameter specifies a delay of zero seconds, initiating the restart immediately.
Adım Adım Çözüm
Anahtar Kavram
Windows Command-Line Power Management Switches