<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Make Avira AntiVir (Free Edition) More Usable</title>
	<atom:link href="http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/</link>
	<description>Tech Tips, Reviews, Tutorials, Occasional Rants</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:22:24 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tommy</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-2/#comment-5915</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Tue, 22 Dec 2009 07:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5915</guid>
		<description>Thanks a lot, That was really helpful even after 2 years xD</description>
		<content:encoded><![CDATA[<p>Thanks a lot, That was really helpful even after 2 years xD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: u64</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-2/#comment-5879</link>
		<dc:creator>u64</dc:creator>
		<pubDate>Tue, 08 Dec 2009 02:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5879</guid>
		<description>No need to change permissions.
(cacls is fun to learn though)

delete avnotify.exe
mkdir avnotify.exe

Tadaaa.

To squeeze a few more Bytes of space without performance penalty,
compact /c avnotify.dll *.cpl *.txt filelist.ini
compact /c luke*.dll updli*.dll updgu*.dll setup.* update.exe
defrag

Also edit the Avira Preferences to your liking
and copy the files to a silent install bat.

copy /y avwin.ini  &quot;%AllUsersProfile%\Application Data\Avira\AntiVir PersonalEdition Classic&quot;
copy /y updjob.avj &quot;%AllUsersProfile%\Application Data\Avira\AntiVir PersonalEdition Classic\jobs&quot;</description>
		<content:encoded><![CDATA[<p>No need to change permissions.<br />
(cacls is fun to learn though)</p>
<p>delete avnotify.exe<br />
mkdir avnotify.exe</p>
<p>Tadaaa.</p>
<p>To squeeze a few more Bytes of space without performance penalty,<br />
compact /c avnotify.dll *.cpl *.txt filelist.ini<br />
compact /c luke*.dll updli*.dll updgu*.dll setup.* update.exe<br />
defrag</p>
<p>Also edit the Avira Preferences to your liking<br />
and copy the files to a silent install bat.</p>
<p>copy /y avwin.ini  &#8220;%AllUsersProfile%\Application Data\Avira\AntiVir PersonalEdition Classic&#8221;<br />
copy /y updjob.avj &#8220;%AllUsersProfile%\Application Data\Avira\AntiVir PersonalEdition Classic\jobs&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-2/#comment-5837</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Sat, 14 Nov 2009 01:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5837</guid>
		<description>simple solution... block avnotify.exe in your firewall, click &quot;remember this setting&quot;... and *VIOLA* popup is gone. No fancy regedit, no command prompt, no hassle.</description>
		<content:encoded><![CDATA[<p>simple solution&#8230; block avnotify.exe in your firewall, click &#8220;remember this setting&#8221;&#8230; and *VIOLA* popup is gone. No fancy regedit, no command prompt, no hassle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trkly</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-2/#comment-5761</link>
		<dc:creator>trkly</dc:creator>
		<pubDate>Mon, 28 Sep 2009 21:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5761</guid>
		<description>The safe mode thing didn&#039;t work for me on my XP Home box. I don&#039;t know why, but my permissions reset when I restarted. (And, frankly, it&#039;s a large inconvenience to have to reboot in Safe mode, then reboot in normal mode to test.)

I tried using cacls, but it doesn&#039;t support setting the execution bit, so I had to download xcacls.vbs from Microsoft.* I installed it in the System32 folder, because that&#039;s where I&#039;ve seen similar commands.

Assuming you installed everything in the default directories, it&#039;s now simply a matter of running the following command for each .

cscript %WINDIR%\system32\xcacls.vbs &quot;C:\Program Files\Avira\AntiVir Desktop\avnotify.exe&quot; /e /d :X

Note: Leave Administrators alone. I screwed that up last time and couldn&#039;t delete the file without a reformat. Of course, I did that with cacls, so it might be different with xcacls.vbs


*You can also download an xcacls.exe, but I was uncomfortable with that because it hadn&#039;t been updated since the Windows 2000 era.</description>
		<content:encoded><![CDATA[<p>The safe mode thing didn&#8217;t work for me on my XP Home box. I don&#8217;t know why, but my permissions reset when I restarted. (And, frankly, it&#8217;s a large inconvenience to have to reboot in Safe mode, then reboot in normal mode to test.)</p>
<p>I tried using cacls, but it doesn&#8217;t support setting the execution bit, so I had to download xcacls.vbs from Microsoft.* I installed it in the System32 folder, because that&#8217;s where I&#8217;ve seen similar commands.</p>
<p>Assuming you installed everything in the default directories, it&#8217;s now simply a matter of running the following command for each .</p>
<p>cscript %WINDIR%\system32\xcacls.vbs &#8220;C:\Program Files\Avira\AntiVir Desktop\avnotify.exe&#8221; /e /d :X</p>
<p>Note: Leave Administrators alone. I screwed that up last time and couldn&#8217;t delete the file without a reformat. Of course, I did that with cacls, so it might be different with xcacls.vbs</p>
<p>*You can also download an xcacls.exe, but I was uncomfortable with that because it hadn&#8217;t been updated since the Windows 2000 era.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Sá</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-2/#comment-5694</link>
		<dc:creator>Tiago Sá</dc:creator>
		<pubDate>Thu, 20 Aug 2009 02:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5694</guid>
		<description>I tried the first tip (for XP pro) in my Media Center and so far it&#039;s working pretty well. No need of restarting your PC, F8 and all of that in this case.</description>
		<content:encoded><![CDATA[<p>I tried the first tip (for XP pro) in my Media Center and so far it&#8217;s working pretty well. No need of restarting your PC, F8 and all of that in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamuko</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-1/#comment-5644</link>
		<dc:creator>Jamuko</dc:creator>
		<pubDate>Mon, 03 Aug 2009 00:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5644</guid>
		<description>Actually, I confirmed that it is perfectly safe to disable avnotify.exe. I did the EICAR test afterwards and Avira caught it within moments, notifying me in a popup window.</description>
		<content:encoded><![CDATA[<p>Actually, I confirmed that it is perfectly safe to disable avnotify.exe. I did the EICAR test afterwards and Avira caught it within moments, notifying me in a popup window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamuko</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-1/#comment-5643</link>
		<dc:creator>Jamuko</dc:creator>
		<pubDate>Mon, 03 Aug 2009 00:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5643</guid>
		<description>Er.. isn&#039;t this the same basic thing that is going on in the original post, though? The tip posted here gives a method to disallow the running of avnotify.exe, and Daniel only posted another method to achieve that.

You may have a possible point here but if your point is valid, then wouldn&#039;t this whole blog post be a bad idea?</description>
		<content:encoded><![CDATA[<p>Er.. isn&#8217;t this the same basic thing that is going on in the original post, though? The tip posted here gives a method to disallow the running of avnotify.exe, and Daniel only posted another method to achieve that.</p>
<p>You may have a possible point here but if your point is valid, then wouldn&#8217;t this whole blog post be a bad idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: circuitboardsurfer</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-1/#comment-5626</link>
		<dc:creator>circuitboardsurfer</dc:creator>
		<pubDate>Mon, 27 Jul 2009 05:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5626</guid>
		<description>You can&#039;t always be sure about what these sites say but if it&#039;s true, you want to be safe. The program that manages the ad pop-up may be the same one that tells you if Avira has detected a threat.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t always be sure about what these sites say but if it&#8217;s true, you want to be safe. The program that manages the ad pop-up may be the same one that tells you if Avira has detected a threat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: circuitboardsurfer</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-1/#comment-5625</link>
		<dc:creator>circuitboardsurfer</dc:creator>
		<pubDate>Mon, 27 Jul 2009 05:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5625</guid>
		<description>No. Whatever you do, do NOT do that. &quot;avnotify.exe is a process belonging to Avira Internet Security Suite which protects your computer against Internet-bound threats such as spyware and trojans which can be distributed through e-mail or attack directly to the computer allowing unauthorized access to your computer.\r This program is important for the stable and secure running of your computer and should not be terminated.\r&quot;

http://www.processlibrary.com/directory/files/avnotify/</description>
		<content:encoded><![CDATA[<p>No. Whatever you do, do NOT do that. &#8220;avnotify.exe is a process belonging to Avira Internet Security Suite which protects your computer against Internet-bound threats such as spyware and trojans which can be distributed through e-mail or attack directly to the computer allowing unauthorized access to your computer.\r This program is important for the stable and secure running of your computer and should not be terminated.\r&#8221;</p>
<p><a href="http://www.processlibrary.com/directory/files/avnotify/" rel="nofollow">http://www.processlibrary.com/directory/files/avnotify/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://tipsfor.us/2007/08/15/make-avira-antivir-free-edition-more-usable/comment-page-2/#comment-5560</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Wed, 08 Jul 2009 17:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://tipsfor.us/?p=151#comment-5560</guid>
		<description>I like the part about making updates invisible, but there&#039;s a better way to handle the ads. When you run the installer application, after it extracts all the files for installation, do the following:

In the Start-&gt;Run box, copy and paste this command:
CMD.EXE /C DEL /F /Q %temp%\RarSFX0\basic\avnotify.*

After that, proceed with the installation as normal and ignore the errors that will popup. Done.</description>
		<content:encoded><![CDATA[<p>I like the part about making updates invisible, but there&#8217;s a better way to handle the ads. When you run the installer application, after it extracts all the files for installation, do the following:</p>
<p>In the Start-&gt;Run box, copy and paste this command:<br />
CMD.EXE /C DEL /F /Q %temp%\RarSFX0\basic\avnotify.*</p>
<p>After that, proceed with the installation as normal and ignore the errors that will popup. Done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->