Make your own Antivirus
using Notepad
Simple Steps To make your own Antivirus -
The main functioning of Antivirus is to detect and
remove harmful or unwanted files which may
slowdown your computer . But if you don’t have
enough time to download any best antivirus. Then
simply use this trick to make your own
antivirus.This antivirus scan by using command
prompt and delete unwanted files automatically.
Please Read our recent Posts==>
Step-1 Open your Notepad and paste this given code-
@echo off
title Antivirus
echo Antivirus
echo created by your name
: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
Step-2 Now save your file with anti.bat and select “All
files” (whatever name should be but ' .bat '
extension is must)
Step-3 Now run your saved files automatically scan
starts..
Please Comment Below. Ang give us Your's Reviews.
Please Comments.
using Notepad
Simple Steps To make your own Antivirus -
The main functioning of Antivirus is to detect and
remove harmful or unwanted files which may
slowdown your computer . But if you don’t have
enough time to download any best antivirus. Then
simply use this trick to make your own
antivirus.This antivirus scan by using command
prompt and delete unwanted files automatically.
Please Read our recent Posts==>
- (*LATEST*) TIPS TO IDENTITY FAKE FACEBOOK ACCOUNT EASILY
- [*TRICK*] HOW TO CHAT ON FACEBOOK WITHOUT DOWNLOADING MESSENGER APP IN ANDROID
- Hack Wi-Fi using cmd on Pc
Step-1 Open your Notepad and paste this given code-
@echo off
title Antivirus
echo Antivirus
echo created by your name
: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
Step-2 Now save your file with anti.bat and select “All
files” (whatever name should be but ' .bat '
extension is must)
Step-3 Now run your saved files automatically scan
starts..
![]() |
Please Comment Below. Ang give us Your's Reviews.
Please Comments.
Great boss. Nice article
ReplyDelete