You may have to shut down the PC after a certain time to automate your computer to shut down, say after finishing a download.
To do so, you need to open the command prompt.
In the command prompt, type the following:
shutdown -s -t xxx
where,
xxx = time in seconds.
If you decide to abort the above within the time, type the following in the command prompt.
shutdown -a
Eg, shutdown -s -t 2400 will shutdown the computer in 40 minutes (2400/60).
To do so, you need to open the command prompt.
In the command prompt, type the following:
shutdown -s -t xxx
where,
xxx = time in seconds.
If you decide to abort the above within the time, type the following in the command prompt.
shutdown -a
Eg, shutdown -s -t 2400 will shutdown the computer in 40 minutes (2400/60).