En Windows, para poder realizar esto habría que instalar una aplicación, pero esto no es windows. xD
Sólo abre un terminal y ejecuta:
sudo shutdown -h N
La N representa el tiempo en minutos en el que se apagará la pc y para ejecutar el comando se necesitan privilegios de superusuario.
Si quiere apagar la pc en 30 minutos ejecuta:
sudo shutdown -h 30
Aunque en la imagen figura el signo (+) no es necesario. Gracias a xabz.
Actualización: Otros usos del comando shutdown.
Usage: shutdown [-akrhHPfnc] [-t secs] time [warning message]
-a: use /etc/shutdown.allow
-k: don’t really shutdown, only warn.
-r: reboot after shutdown.
-h: halt after shutdown.
-P: halt action is to turn off power.
-H: halt action is to just halt.
-f: do a ‘fast’ reboot (skip fsck).
-F: Force fsck on reboot.
-n: do not go through “init” but go down real fast.
-c: cancel a running shutdown.
-t secs: delay between warning and kill signal.
** the “time” argument is mandatory! (try “now”) **
Vía rabitaruta

