Search code examples
windows-10shutdown

How to set auto shutdown in Windows 10


Can I set auto shutdown in Windows 10 without using any applications?

I want to shutdown my computer after X minutes. Should I install any applications for that?

P.S. Sorry, I'm a new here.


Solution

  • Open Command Promp and type

    shutdown –s –t X
    

    where X means number of seconds e.g. 10 minutes = 600 seconds