Make Your Own Auto Shut Down Software


This notepad trick is done by simply using the notepad of your computer.
  • At first open the notepad on your computer.
  • [Start>All Programmes>Accessories>Notpad
  • or go to "run". Type "notepad" & press "enter"
  • Now copy & paste the following codes:


@echo off
title Auto Shutdown Timer
color 0b
cls
echo _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
echo CCR’s Auto Shutdown (Version 2.03)
echo Designed by Moshiur Tanim
echo freedownloadzforall.blogspot.com  
echo —————————–
echo.
echo Enter your desired remaining time to turn off your computer. Enter time only in minutes. For example, If you plan to turn off your computer after 1 hour, type 60 and press ENTER
echo.
echo ******************************
echo Your desired time should be 0 to 5256000 minutes(10 years)
echo ******************************
echo.
set /p uT=Remaining time to shutdown (in minutes):
set /a aT=%uT%*60
shutdown /s /f /t %aT%
msg * Your computer will turned off after %uT% minutes (%aT% seconds)!!
exit


  • Now select "save as" and "all files".
  • give filename as "Auto Shutdown Software.bat" or (anything else).bat
  • Save it to anywhere.


Now open the file, run it & follow the procedures.

--------------------------------------------------------------------------------------

*You have made your own auto shut down software, (let you've made it for 30 minutes)
Now what you've run this software and the computer is to be shut down before 30 minutes.
But suddenly you've decided not to shut down right at that time.
For this purpose we are making our own cancel shutdown software.

To do this:
  • open the notepad.
  • copy paste following codes and save as: "Cancel Auto Shutdown.bat"


@echo off
title Auto Shutdown Timer
color 0b
cls
echo _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
echo CCR’s Auto Shutdown (Version 2.03)
echo Designed by Moshiur Tanim
echo Freedownloadsforall.blogspot.com
echo —————————-
echo.
echo If you want to cancel any scheduled shutdown type Y and press ENTER
echo.
echo.
set /p ans=Do you want to cancel sceduled shutdown? (Y/N):
if %ans%==Y goto process
if %ans%==y goto process
if %ans%==YES goto process
if %ans%==yes goto process
if %ans%==Yes goto process
exit
:process
shutdown /a
msg * Your scheduled shutdown has been canceled. Thankyou for Using CCR’s Auto Shutdown. Click [OK] to continue!!
exit


N.B- use this software for cancelling your scheduled turn off.
     [This procedure works in any version of your windows]

Get fun.  :)
Take care all.

4 comments:

  1. Normally I don't read post on blogs, but I would like to say that this
    write-up very pressured me to try and do so!
    Your writing taste has been surprised me. Thank you, quite
    nice article.

    Check out my website; klutz make your own music video book

    ReplyDelete
  2. Heya i am for the first time here. I found this board
    and I find It really useful & it helped me out a lot.
    I hope to give something back and aid others like you helped me.


    Here is my web-site :: make your own music video online for free

    ReplyDelete
  3. Can I simply just say what a relief to discover somebody that truly understands what they're talking about over the internet.
    You actually understand how to bring a problem to light and make it important.
    More and more people should read this and understand this side
    of the story. I was surprised you aren't more popular because you certainly
    have the gift.

    Have a look at my website: how to stop yourself from lucid dreaming

    ReplyDelete
  4. Hiya! I knoա this is kinda offf topic ɦowever , I'd figured I'd
    ask. Woսld you be interested іn exchanging links օr maybe guest writing а blog article orr vice-versa?
    Μy site goes οver a llot of the same topics aѕ youгs aոd I feel we could greatly benefit fгom each other.
    If you're inteгested feel free tߋo shoot me an e-mail.
    I look forward to hearing from yoս! Fantastic blog bу tɦe way!


    Check out my webpage - architectural salvage lancaster pa (iwan-uni.blogspot.com)

    ReplyDelete