How to use auto shutdown windows on exact wanted time?

You can simply call by command script.


1. Press 'Windows Key + R' (Windows key means that you easily find in keyboard which is windows mark icon)


2. Enter 'cmd' string and press ok


3. In the command insert 'shutdown -f -s -t 60' (60 means that shut down computer 60 seconds later)


it's done.


If you want to cancel the shutdown command, just insert as 'shutdown /a'

This command cancels all system event what you pushed it.