220-1002 · Question #792
A technician performed some maintenance on a server via remote desktop and needs to restart the machine to apply the changes. The restart command is not available on the Start menu. Which of the…
The correct answer is C. Shutdown /r /t 10. The /r flag specifies a restart (not a full shutdown), and /t sets the countdown timer in seconds. Option C (shutdown /r /t 10) is the only syntactically valid restart command in the list. Option A (shutdown /s /t 0) shuts the machine down completely instead of restarting it…
Question
A technician performed some maintenance on a server via remote desktop and needs to restart the machine to apply the changes. The restart command is not available on the Start menu. Which of the following commands can the technician use to initiate an immediate restart?
Options
- AShutdown /s /t 0
- BShutdown /t
- CShutdown /r /t 10
- DShutdown /t /t 0
How the community answered
(49 responses)- A6% (3)
- B4% (2)
- C88% (43)
- D2% (1)
Explanation
The /r flag specifies a restart (not a full shutdown), and /t sets the countdown timer in seconds. Option C (shutdown /r /t 10) is the only syntactically valid restart command in the list. Option A (shutdown /s /t 0) shuts the machine down completely instead of restarting it (/s = shutdown). Option B (shutdown /t) is missing the required action flag (/r or /s), making it invalid. Option D (shutdown /t /t 0) duplicates the /t flag without specifying an action, which is also invalid syntax.
Topics
Community Discussion
No community discussion yet for this question.