Shutdown your pc in future

If you want to shutdown your pc in a limited time

Use this code
Copy in notepad and save as shutdown.bat

-----------------------------------
@echo off
Shutdown -s -t xx

------------------------------------
Replace xx as seconds you want to do it

Comment

Comments