<?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; Autorun</title>
	<atom:link href="http://techreviews.in/tag/autorun/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>
		<item>
		<title>Disable AutoRun on Windows XP and Vista with a Registry Hack.</title>
		<link>http://techreviews.in/disable-autorun-on-windows-xp-and-vista-with-a-registry-hack/</link>
		<comments>http://techreviews.in/disable-autorun-on-windows-xp-and-vista-with-a-registry-hack/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:37:30 +0000</pubDate>
		<dc:creator>Vikram</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Autorun]]></category>
		<category><![CDATA[Autorun disable]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Registry hack]]></category>
		<category><![CDATA[Windows Registry]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://techreviews.in/?p=1055</guid>
		<description><![CDATA[Have you found it annoying that when you insert a CD Windows open Internet Explorer and a list of options just pops up when it autoruns? Would you rather prefer that Windows lets you browse the CD anyway and let you reach to directly what you need? Here is a registry hack which is used [...]]]></description>
			<content:encoded><![CDATA[<p>Have you found it annoying that when you insert a CD Windows open Internet Explorer and a list of options just <img class="alignright size-thumbnail wp-image-1061" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="windows-vista" src="http://techreviews.in/wp-content/uploads/2009/09/windows-vista-150x150.png" alt="windows-vista" width="150" height="150" />pops up when it autoruns? Would you rather prefer that Windows lets you browse the CD anyway and let you reach to directly what you need? Here is a registry hack which is used to disable autorun on Windows XP and Vista.</p>
<p>Editing registry values is not a task you would want to do without any prior knowledge or guidance. If you alter any other values by mistake, it might lead to catastrophic situations. It is better to back up your registry.</p>
<p>You can disable AutoRun through Group Policy, but this method doesn&#8217;t work on Windows Vista Home or XP Home. So registry editing option is the easiest means.</p>
<p>Lets now come to the registry tweaking part,</p>
<p>1. Go to &#8216;run&#8217; and type &#8216;regedit&#8217; to open the registry editor.</p>
<p><img class="alignnone size-full wp-image-1056" title="1" src="http://techreviews.in/wp-content/uploads/2009/09/1.png" alt="1" width="443" height="249" /></p>
<p>2. Navigate to the key :</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer.</p>
<p><img class="alignnone size-medium wp-image-1064" title="2" src="http://techreviews.in/wp-content/uploads/2009/09/22-300x183.png" alt="2" width="432" height="201" /></p>
<p>3. Create a DWORD (32-bit) value named NoDriveTypeAutoRun., if it doesn&#8217;t already exist.</p>
<p><img class="alignnone size-full wp-image-1058" title="3" src="http://techreviews.in/wp-content/uploads/2009/09/3.png" alt="3" width="478" height="193" /></p>
<p>4. Right click on the new value and click modify.Set the hexadecimal value to 000000FF(the decimal equivalent of 255). Now you can type all preceding zeros, or you can just type FF.</p>
<p><img class="alignnone size-full wp-image-1059" title="4" src="http://techreviews.in/wp-content/uploads/2009/09/4.png" alt="4" width="361" height="219" /></p>
<p>This will disable AutoRun on all types of drives, but you can be a bit more selective in which drives you choose. There are several options in which you can type in specific values to disable autorun only on specific drives.</p>
<p>[via:<a href="http://blogs.techrepublic.com.com/itdojo/?p=1010">techrepublic.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://techreviews.in/disable-autorun-on-windows-xp-and-vista-with-a-registry-hack/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

