How to shutdown after some time??

Hi some process is running in your PC it will over after 30mins. But you can't stay there until process is over. If you want to shutdown your pc after certen time then use below command in cmd


1) start > Run > cmd
 then type as
shutdown /s /f /t 1800

1800 is the time, After howmany seconds you want to shutdown your PC.


If you don't want your shutdown then type this

shutdown /a

 

0 comments: