Multiple choice technology operating systems

How to shutdown a computer?

  1. shutdown -s -t 30 -c “ “

  2. syskill command

  3. system32/shutdown.bat

  4. windowskey + S

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The shutdown -s -t 30 -c "" command is valid in Windows: -s shuts down, -t sets a 30-second delay, and -c adds a comment. The shutdown.exe utility is the standard command-line method for shutting down Windows. The other options (syskill, system32/shutdown.bat, Win+S) are not standard shutdown methods.