Make shutdown through Notepad

Make shutdown through Notepad

(Note: we recommend you to read this full post first and then do the trick)

In notepad just type

shutdown -s (there is a space between shutdown and -s)

save the file as shutdown.bat (or anyname you want but with .bat extension)

a window will appear like this

11

Please note :This will shut down your computer in 30 seconds.

To avoid this shutdown Click

Start>run>

and type  shutdown -a (just copy and paste)

If you want to increase time before shutdown

write command in this format

shutdown -s -t 100000 (or upto whatever digit you want but remember to put spaces in between i.e shutdown space -s space -t space 100000 )

it will give you this screen

shut1

Post Comment
Login to post comments