<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>how To make your own Antivirus. Archives - AndowMac</title>
	<atom:link href="https://andowmac.com/tag/how-to-make-your-own-antivirus/feed" rel="self" type="application/rss+xml" />
	<link></link>
	<description>How To, Top Picks &#38; Reviews</description>
	<lastBuildDate>Tue, 25 Jul 2017 20:28:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Simple Steps To make your own Antivirus.</title>
		<link>https://andowmac.com/2012/09/simple-steps-to-make-your-own-antivirus.html</link>
					<comments>https://andowmac.com/2012/09/simple-steps-to-make-your-own-antivirus.html#comments</comments>
		
		<dc:creator><![CDATA[Kamruddin]]></dc:creator>
		<pubDate>Mon, 17 Sep 2012 15:14:00 +0000</pubDate>
				<category><![CDATA[Notepad-Tricks]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Usefull-Tips]]></category>
		<category><![CDATA[Windows-Tricks]]></category>
		<category><![CDATA[how To make your own Antivirus.]]></category>
		<category><![CDATA[Simple Steps To make your own Antivirus.]]></category>
		<category><![CDATA[Steps To make your own Antivirus.]]></category>
		<guid isPermaLink="false">http://geekofreak.com/2012/09/simple-steps-to-make-your-own-antivirus.html</guid>

					<description><![CDATA[<p>The main functioning of Antivirus is to detect and remove harmful or unwanted files which may slowdown your computer and</p>
<p>The post <a href="https://andowmac.com/2012/09/simple-steps-to-make-your-own-antivirus.html">Simple Steps To make your own Antivirus.</a> appeared first on <a href="https://andowmac.com">AndowMac</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div dir="ltr">
<p><b>The main functioning of Antivirus is to detect and remove harmful or unwanted files which may slowdown your computer and windows. But if you don&#8217;t have enough time to download any best antivirus. Then simply use this trick to make your own antivirus.</b>This antivirus scan by using command prompt and delete unwanted files automatically.</p>
<p><a href="http://andowmac.com/wp-content/uploads/2012/09/computer_virus.jpg"><img decoding="async" class="alignnone size-medium wp-image-377" src="http://andowmac.com/wp-content/uploads/2012/09/computer_virus-300x300.jpg" alt="computer_virus" width="300" height="300" srcset="https://andowmac.com/wp-content/uploads/2012/09/computer_virus-300x300.jpg 300w, https://andowmac.com/wp-content/uploads/2012/09/computer_virus-150x150.jpg 150w, https://andowmac.com/wp-content/uploads/2012/09/computer_virus-768x768.jpg 768w, https://andowmac.com/wp-content/uploads/2012/09/computer_virus-1024x1024.jpg 1024w, https://andowmac.com/wp-content/uploads/2012/09/computer_virus-1080x1080.jpg 1080w, https://andowmac.com/wp-content/uploads/2012/09/computer_virus-20x20.jpg 20w, https://andowmac.com/wp-content/uploads/2012/09/computer_virus.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px" /></a><br />
<b><br />
Open your Notepad and paste this given code </b><b><br />
</b><b>@echo off<br />
title Antivirus<br />
echo Antivirus<br />
echo created by your name<br />
:start<br />
IF EXIST virus.bat goto infected<br />
IF NOT EXIST virus.bat goto clean<br />
cd C:\Windows\system32<br />
:infected<br />
echo WARNING VIRUS DETECTED!<br />
del virus.bat<br />
pause<br />
goto start<br />
:clean<br />
echo System secure!<br />
pause<br />
exit</b><b><br />
Now save your file with Computerfreaks.bat and select &#8220;All files&#8221; </b></p>
<div><b> Now run your saved files automatically scan starts.</b></div>
</div>
<div>That&#8217;s it. Have fun and share it with your friends and families.</div>
<div dir="ltr">
<div><b><br />
</b></div>
<div><b> </b></div>
</div>
<p>The post <a href="https://andowmac.com/2012/09/simple-steps-to-make-your-own-antivirus.html">Simple Steps To make your own Antivirus.</a> appeared first on <a href="https://andowmac.com">AndowMac</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://andowmac.com/2012/09/simple-steps-to-make-your-own-antivirus.html/feed</wfw:commentRss>
			<slash:comments>54</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: andowmac.com @ 2026-04-20 23:29:47 by W3 Total Cache
-->