Skip to main content

How To Check Whether Your Antivirus Working Perfectly Or Not

Today you must be utilizing antivirus in computer and laptops, And there are many antiviruses that are accessible now that scan your computer and then eliminate viruses from your computer. But the virus is flattering more vulnerable day by day.

  Method 1# Checking Your Antivirus

  Step 1. First of all, click on start and then type notepad and press enter.

  Step 2. Now notepad will open, and there you need to paste the given code below.

  X5O!P%@AP[4PZX54(P^)7CC)7}$SPYBOY-ANTIVIRUS-TEST-FILE!$H+H*

  Step 3. Now save this file as SPYBOYAntivirus Testing File.exe

  Now scan this file with your antivirus and check if your antivirus detects it. If it detects it then your antivirus is working perfectly. Otherwise, you need to change your antivirus as soon as possible.
_________________________

Comments

Popular posts from this blog

What is SQL ?

SQL (Structured Query Language) is a standardized programming language used for managing relational databases and performing various operations on the data in them. Initially created in the 1970s, SQL is regularly used by database administrators, as well as by developers writing data integration scripts and data analysts looking to set up and run analytical queries. The uses of SQL include modifying database table and index structures; adding, updating and deleting rows of data; and retrieving subsets of information from within a database for transaction processing and analytics applications.  Queries and other SQL operations take the form of commands written as statements -- commonly used SQL statements include select, add, insert, update, delete, create, alter and truncate. _________________________