Main » Articles » How TO Guides » How To Make Virus |
How to easily create virus to restart pc
So remember friends, it is not a real virus and the main instance is not to make a virus but i want to teach you something in batch programming. so let's start. What is batch programming? Batch programming is the programming language offered by Microsoft windows operating system. Batch file can be created using any of text editors like word pad notepad etc.This programming language is deserves interpreter method means it executed line by line. You can perform lots of operation using this programming language like deleting files of same type or diffrent types,clear unwanted computer craps,creating logs and also create batch virus like restart window every time when it start. So first open notepad and paste there following code. cd.. shutdown /t 30 /r /c "Your computer detects a virus" Now save as it with .bat extension. and run the file and thats it. You can see the message that " Your computer detects Virus" and the computer will be shut down in 30 seconds and restart again. Here, /t indicates time interval that can be changed. /r indicates restart windows you can change it to /s to only shutdown windows. /c indicates the message that you want to display. | |
Views: 803 | Rating: 3.0/1 |
Total comments: 0 | |