How to Shutdown The Computer After Conveying A Message



This one is kind of an annoying trick and if used unknowingly can certainly cause problems.

What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation.


Download our Android App Best Computer Guide





In order to create the Shutdown file, follow the below mentioned steps:

Step 1: Open Notepad, and paste the following code in it:

@echo off
msg * Its time to get some rest.
shutdown -c “Error! You have to take rest! Byeeeeee” -s

Step 2: Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat

Step 3: Run or Send it to anyone with whom you want to do this.


Caution: Don't harm others, try in your own Computer for fun, be Ethical...

No comments:

Post a Comment