nerdexam
CompTIA

220-802 · Question #555

Which of the following command line tools will bring up a GUI interface to shutdown a remote PC?

The correct answer is D. shutdown -i. The shutdown -i switch opens the Remote Shutdown Dialog, a graphical interface that allows a technician to schedule or perform a shutdown on a remote PC. All other listed switches are non-GUI command-line options.

Networking

Question

Which of the following command line tools will bring up a GUI interface to shutdown a remote PC?

Options

  • Ashutdown -a
  • Bshutdown -f
  • Cshutdown -g
  • Dshutdown -i

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    88% (30)

Why each option

The shutdown -i switch opens the Remote Shutdown Dialog, a graphical interface that allows a technician to schedule or perform a shutdown on a remote PC. All other listed switches are non-GUI command-line options.

Ashutdown -a

shutdown -a aborts a currently scheduled or pending shutdown countdown; it does not open any GUI.

Bshutdown -f

shutdown -f forcefully closes running applications without prompting users before shutting down; it is a command-line-only flag.

Cshutdown -g

shutdown -g restarts the computer and then restarts any registered applications after reboot; it produces no GUI.

Dshutdown -iCorrect

The shutdown -i flag launches the Remote Shutdown Dialog GUI, which lets the technician specify a remote computer name, choose shutdown or restart, set a delay, and add a comment - all within a graphical window rather than the command line.

Concept tested: Remote shutdown GUI using shutdown -i command

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/shutdown

Topics

#shutdown command#remote management#GUI interface#command line flags

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice