How to shutdown a computer?
-
shutdown -s -t 30 -c “ “
-
syskill command
-
system32/shutdown.bat
-
windowskey + S
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.