So, How to make our own Antivirus? Anti-virus software is a program or set of programs that are designed to prevent, search for, detect, and remove software viruses, and other malicious software like worms, Trojans, adware, and more. There are several different companies that build and offer anti-virus software and what each offers can vary but all perform some basic functions:Anti-virus software is a program or set of programs that are designed to prevent, search for, detect, and remove software viruses, and other malicious software like worms, Trojans, adware, and more. There are several different companies that build and offer anti-virus software and what each offers can vary but all perform some basic functions:
- Scan specific files or directories for any malware or known malicious patterns
- Allow you to schedule scans to automatically run for you
- Allow you to initiate a scan of a specific file or of your computer, or of a CD or flash drive at any time.
- Remove any malicious code detected –sometimes you will be notified of an infection and asked if you want to clean the file, other programs will automatically do this behind the scenes.
- Show you the ‘health’ of your computer
- Always be sure you have the best, up-to-date security software installed to protect your computers, laptops, tablets and smartphones.
How to make our own antivirus?
#1: This antivirus will work with the command prompt and delete all your unwanted or malicious files from your system.
#2: Open your notepad in your system or press Win+R and type: ‘notepad’, and press enter.
#3: After notepad open just copy the below code and paste it into your empty notepad.
@echo off title Antivirus echo Antivirus echo created by UltimateTech.Org :start IF EXIST virus.bat goto infected IF NOT EXIST virus.bat goto clean cd C:\Windows\system32 :infected echo WARNING VIRUS DETECTED! del virus.bat pause goto start :clean echo System secure! pause exit
#5: Now, save your file with .bat extension like: ultimatetech.bat and select on all files.
#6: Now, run your file it will automatically starts the scanning process.
Please Like, Share and Comment your valuable thoughts.
Thanks for patronizing Ultimate Tech. This post is about, “[ut_pt]”. I am sure your visit to us must be quite satisfying and in line with your expectations from us. Just in case, it’s not as you expected from us or if you are facing any problem, kindly forward your feedback’s directly to us by leaving a Comment below. And, get assured response from my side. Your feedback’s and suggestions are extremely valuable to us. This Post is written by the team of Ultimate Tech. There is not any source, if any, then already mentioned so Copying or using this post’s content for your own site is not allowed. If anyone do so, get ready for facing DMCA. Please, if you like this post then share on your social networking sites. Assuring you of our best service always.