AshikNesin.com

Notes on Tech & Life

  • Home
  • Programming
  • Tutorials
  • Make Money
  • About
  • Contact
You are here: Home / Programming / How to create antivirus in 60 Seconds

How to create antivirus in 60 Seconds

By Ashik Nesin Leave a Comment

antivirus-technologyComputer viruses can be a nightmare. Some of them are programmed to wipe out entire computer while others do dirty stuffs like hiding our files after attaching our pen drive to computer.How Can I protect myself ?We have to use some antivirus like Norton or AVG to protect our self  from them. They will detect and remove harmful or unwanted files from our computer.

Want lightweight portable anti-virus ?

Most of the antivirus are not portable that’s why we are going to create our own portable anti-virus which clean up Shortcut Virus from our flash drive and recover all the damaged data.

You don’t programming skills and it won’t take more than a minute than a minute .

How to create it ?

Basically… We are going to unhide our files and delete *.lnk files   by using command prompt.

Open your Notepad and paste this given code

Batch script to remove Shortcut virus
1
2
3
4
5
6
7
8
9
10
11
attrib -r -a -s -h /s /d
attrib -r -a -s -h autorun.inf
del autorun.inf
mkdir autorun.inf
attrib +s +h +r autorun.inf
attrib -s -h -r RECYCLER
rd /s RECYCLER
copy /y NUL RECYCLER
attrib +s +h +r RECYCLER
cacls /P autorun.inf everyone:N
cacls /P RECYCLER everyone:N

Now save your file with bat extension and select “All files”

save_file_with_bat

That’s it… Just RUN it!

 Stay tuned for some more interesting articles 🙂

Image Credit : http://www.vipreantivirus.com/best-antivirus/

 

  • Facebook
  • Twitter
  • Google+
  • StumbleUpon
  • Buffer

Recommended Guides for you

  • How to Create fake virus using NotepadHow to Create fake virus using Notepad
  • How To Shutdown computer using C ProgramHow To Shutdown computer using C Program
  • Top 25+ websites to Learn Programming OnlineTop 25+ websites to Learn Programming Online
  • 6 Ways to Learn Programming Language Efficiently6 Ways to Learn Programming Language Efficiently

Filed Under: Programming Tagged With: anti virus, bat, create anti virus

About Ashik Nesin

Founder of HugeThoughts. I've been freelancing for many years and now focuses on providing quality resources &tutorials that I hope others find interesting too..
Contact me anytime for anything- I’d love to hear from you!

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Articles

  • How To Record Your iPhone Screen in 3 Easy Steps
  • Official Link to Download Mozilla Firefox Standalone Offline Installer [Latest ]
  • How to Automatically Login to Windows 8.1/10 in 60 Seconds
  • How to create Self-Destruction program in C/C++
  • Top 5 open-source alternative for Photoshop
Copyright © 2020 · – till the end of time, Ashik Nesin