Friday 14 June 2013

how to make a antivirus on notepad

HOW TO CREATE THE ANTI- VIRUS

Follow the instructionis below-»
1. Copy-paste the code below in
Notepad.

@ echo off echo off
turn off the active
virus taskkill / F / IM
virusname1.exe / IM
virusname2.exe echo
Deleting all of viruses
based on size for / RC:
\%% a in (*. exe) do
if%% ~ za 157,184 equ
del / A: HSRA "%% a"
echo deleting hidden
virus echo for drive c
and subfolders for / R
C: \%% a in (*. doc.exe
) do del "%% a" echo
for drive d and
subfolders for / R D: \
%% a in (*. doc.exe) do
del "%% a" echo Unhide
Document cd / d c: \
echo for drive C and
subfolders *. doc
attrib-H-S-A / S cd /
d d: \ echo for drive D
and subfolders *. doc
attrib-H-S-A / S exit

2. Save the file with .bat
extension.
E.G antivirus.bat.
3. Go to command prompt and
run the Notepad file you just
created.

DONE»
This should work for most
viruses.In case the virus is still
adamant to leave,you should
download a more powerful anti-
virus from trusted companies
such as Kaspersky,Avast,Netqin
etc.

And

here is the codes
@echo off
color e
titel antivirus
:a
cls
echo anti virus
echo.
echo.
echo 1.start scan
echo 2.exit
set/p choise=
if%choice%==1 goto scan
if%choice%==2 goto exit
goto a
:scan
cd c:\windows\system32
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
pause
echo.
echo.
echo.
echo scan compleat
echo no virus detected
goto a
:exit
exit

Save as anyname.bat

No comments:

Post a Comment