PC Shut Down Timer

by Nikz in Circuits > Computers

516 Views, 7 Favorites, 0 Comments

PC Shut Down Timer

1.PNG

How to create a pc shut down timer using batch files

Write the Codes

1.PNG

open a note pad and type the following codes and save it as timer shutdown.bat

.bat is the extension which will enable the program to excute
Note:you can replace 45 seconds with your desired time but make sure you have to enter time in seconda

shutdown.exe -s -t 45

Save It

2.PNG

save it as shutdown timer.bat

and file type choose all files