header bg

Scan QR code or get instant email to install app

Question:

You are at a command prompt on Windows. A remote Windows workstation named "advertising4" is acting strangely and must be shut down and restarted. What is the correct syntax for terminating this remote system?

A shutdown /r /m \\advertising4
explanation

The shutdown command can be used to shut down and restart computers, either locally or remotely. The /s switch is used to shut down a computer, and the /r switch is used to used to do a complete shutdown and reboot. To specify the remote computer, use the /m switch followed by the computer name. The /c switch is used to add comments . Type shutdown /? to learn more about the command.

Related Information