Você encontrará shutdown.exe
para ser seu amigo.
Outros comandos úteis estão disponíveis em este post:
Sleep Computer (leia mais em link )
Bloquear estação de trabalho
Computador de hibernação
see answers by Scott Chamberlain and Eric L
Reinicie o computador
Shutdown.exe -r -t 00
Computador de desligamento
Shutdown.exe -s -t 00
EDIT / UPDATE:
Parece que dormir em um computador é problemático se a hibernação estiver ativada.
Copiando de outras respostas:
Você pode tentar PsShutdown ou:
The command rundll32.exe powrprof.dll,SetSuspendState 0,1,0 for sleep is correct - however, it will hibernate instead of sleep if you don't turn the hibernation off.
Here's how to do that:
Go to the Start Menu and open an elevated Command Prompt by typing cmd.exe, right clicking and choosing Run as administrator. Type the following command:
powercfg -hibernate off