Many of us use some shutdown utility to shutdown our computer, but in windows a inbuilt function is there to shut down our computer at time specified even in our absence.
Step 1:Start –> RUN.
Step 2:Type this code
at 11:23(any time u require) shutdown -s
then in the given time ur computer will be shutdown.
To Abort shutdown:
Step 1:Start –> RUN.
Step 2: Type this code
shutdown -a
Plz leave a comment if you liked this post..