Posted by: Pdfprep
Post Date: November 3, 2020
What command would you use to restart Windows on a computer running Windows Server 2016 Server Core?
A . shutdown /r /t 0
B . shutdown /r
C . shutdown /q /x
D . shutdown /q /t 0
Answer: A
Explanation:
To restart the computer, you use the following command:
– Shutdown/r /t 0orshutdown /r
– The /r specifies reboot, and /t 0 (short for 0 seconds) indicates a reboot immediately.
Leave a Reply