What does ‘shutdown /s’ do?
Shuts down the computer.
What does ‘shutdown /r’ do?
Restarts the computer.
What does ‘shutdown /l’ do?
Logs off the current user.
What does ‘shutdown /h’ do?
Hibernates the system.
What does ‘shutdown /t [seconds]’ do?
Sets a delay before shutdown or restart.
What does ‘shutdown /f’ do?
Forces running applications to close before shutdown/restart.
What does ‘shutdown /a’ do?
Aborts a pending shutdown or restart.
What does ‘shutdown /g’ do?
Restarts and reopens registered apps.
What does ‘shutdown /p’ do?
Powers off immediately with no warning.
What does ‘shutdown /m \computer’ do?
Targets and restarts a remote computer.
What is ‘powercfg /hibernate on’ used for?
Enables hibernation mode.
What command logs off the current user?
logoff or shutdown /l
What PowerShell command restarts the computer?
Restart-Computer -Force
What PowerShell command shuts down the computer?
Stop-Computer -Force
Which command cancels a scheduled shutdown?
shutdown /a