<?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>Tech Reviews &#187; malware removal</title>
	<atom:link href="http://techreviews.in/tag/malware-removal/feed/" rel="self" type="application/rss+xml" />
	<link>http://techreviews.in</link>
	<description>Bringing the best of technology!</description>
	<lastBuildDate>Wed, 16 Nov 2011 08:43:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Remove Autorun.inf from Your System</title>
		<link>http://techreviews.in/how-to-remove-autorun-inf-from-your-system/</link>
		<comments>http://techreviews.in/how-to-remove-autorun-inf-from-your-system/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 19:38:09 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[anitivirus]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[autoeater]]></category>
		<category><![CDATA[Autorun]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[malware removal]]></category>
		<category><![CDATA[virus removal]]></category>

		<guid isPermaLink="false">http://techreviews.in/?p=1490</guid>
		<description><![CDATA[Autorun.inf is the primary instruction file associated with the Autorun function. Autorun.inf itself is a simple text-based configuration file that tells the operating system which executable to start, which icon to use, and which additional menu commands to make available. In other words, autorun.inf tells Windows how to deal open the presentation and treat the [...]]]></description>
			<content:encoded><![CDATA[<p>Autorun.inf is the primary instruction file associated with                     the Autorun function. Autorun.inf itself is a simple <img class="alignright size-thumbnail wp-image-1506" title="AutoRun-Design-Specialty" src="http://techreviews.in/wp-content/uploads/2009/10/AutoRun-Design-Specialty-150x150.jpg" alt="AutoRun-Design-Specialty" width="150" height="150" />text-based                     configuration file that tells the operating system which executable                     to start, which icon to use, and which additional menu commands                     to make available. In other words, autorun.inf tells Windows                     how to deal open the presentation and treat the contents of                     the CD.</p>
<p>But in some rare cases autorun.inf files are also created by malware. Few malwares create their autorun files and if present in CD or pen drive, they infect the system to which it is connected. Most of the antivirus do not really help to get rid of such malware autorun files.</p>
<p>To remove this virus there are more than one ways to do so. I am going to talk about two ways here to remove this virus. First is that one may use a software already designed for the purpose of removing autorun.inf from the system. Another is the manual method of removing the virus.</p>
<h3>METHOD 1</h3>
<p>A great software for this purpose is the Autorun Eater. It is not exactly a anti virus but a application that detects and removes the autorun virus in real time before it could be executed as autorun.inf. Some key features of autorun :</p>
<blockquote><p><span id="intelliTxt">Â·</span><span id="intelliTxt">Scan and remove suspicious autorun.inf files found in the root directory of all drives, C-Z, in real-time<br />
Â· Scan priority(normal/high)<br />
Â· Scan results are logged<br />
Â· Add and remove from startup entry<br />
Â· 3 optional registry fixes (Task Manager, Regedit &amp; Folder options).<br />
Â· Users are informed whenever a suspicious &#8220;autorun.inf&#8221; file is detected.<br />
Â· Backup copies of suspicious &#8220;autorun.inf&#8221; file(s) are created before the original copy is removed for easy recovery.<br />
Â· Status tooltip to get tool info easily without right-clicking on tray icon.</span></p>
<p><span><br />
</span></p></blockquote>
<p><img class="alignnone size-full wp-image-1492" title="1" src="http://techreviews.in/wp-content/uploads/2009/10/14.png" alt="1" width="287" height="519" /></p>
<p>One of its most important option is <em>Close Autoplay</em> which prevents the execution of malware via the AutoPlay window.</p>
<h3>METHOD 2</h3>
<p>This method deals with removing the virus from the USB drive. Follow the steps below to remove the virus.</p>
<p>1. While the computer is still off, plugin the USB Drive.</p>
<p>2. Insert the WindowsÂ  CD-ROM into the CD-ROM drive. It must be the bootable Windows Installer.</p>
<p>3.Â  Start the computer from the CD-ROM drive. It will start Windows Setup screen. When the â€œWelcome to Setupâ€ prompt appears.Press â€œRâ€ to start the Recovery Console.</p>
<p>4. If asked â€œWhich Window installation would you like to logon toâ€ select the number. Type &#8220;1&#8243;? then Enter, if only one installation of Windows is present.</p>
<p>5. It will bring you to command prompt, C:\Windows&gt;</p>
<p>Proceed with the following command:<br />
- Type d: (This is the drive letter of USB. It can be e: or f: defending on how many hard disk or cd drive is installed)<br />
- Type attrib -h -r -s autorun.inf<br />
- Type â€œedit autorun.infâ€ it will open DOS Editor and display contents as follows</p>
<p>==========================<br />
[autorun]<br />
open=file.exe<br />
shell\Open\Command=file.exe<br />
shell\open\Default=1<br />
shell\Explore\Command=file.exe<br />
shell\Autoplay\command=file.exe<br />
==========================<br />
<em>Take note on the file that it called to open (in above example it is file.exe)</em></p>
<p><em>6. </em>Exit DOS Editor and return to command prompt.</p>
<p>7. Delete the file that was called to open on DOS Editor<br />
- Type del /f /a file.exe</p>
<p>8. Delete autorun.inf file<br />
- Type del /f /a autorun.inf</p>
<p>9. Exit Recovery Console by typing exit.</p>
<p>Use the method you think is fine for you. This should get you rid of the problem of autorun.inf</p>
]]></content:encoded>
			<wfw:commentRss>http://techreviews.in/how-to-remove-autorun-inf-from-your-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

