That favorite is just a Yes/No box.
Another way to solve it is to create a batch file (to avoid the OPs discard problem).
This file just waits for specified time, f.ex by using use {Input:Wait Time} to send it as a param to the file.
(deleted content)
EDIT: Sorry, the deleted content above was pure nonsense (note to self, never multi task while posting).
PutĀ
"shutdown /t 0 /f" in the same batch file.
Regards,
joeNOR
Code:
@echo off
:: timeout in seconds
timeout /t %1
:: shutdown below
shutdown /t 0 /f