220-802 · Question #572
220-802 Question #572: Real Exam Question with Answer & Explanation
The correct answer is C: Shutdown /r. The Windows shutdown command accepts several switches that control its behavior: /r initiates a full shutdown followed by a restart (reboot); /s performs a full shutdown (powers off); /f forces running applications to close without warning; /i displays the Remote Shutdown Dialog
Question
Options
- AShutdown /f
- BShutdown /i
- CShutdown /r
- DShutdown /s
Explanation
The Windows shutdown command accepts several switches that control its behavior: /r initiates a full shutdown followed by a restart (reboot); /s performs a full shutdown (powers off); /f forces running applications to close without warning; /i displays the Remote Shutdown Dialog (a graphical interface). To restart a computer from the command line, the correct command is shutdown /r. Often combined as shutdown /r /t 0 to restart immediately with no delay.
Community Discussion
No community discussion yet for this question.