<?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: How To Remove Autorun.inf Folder Containing Zhengbo?</title>
	<atom:link href="http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/</link>
	<description>Blog on News, Gadgets and Technology</description>
	<lastBuildDate>Sat, 11 Feb 2012 21:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: satish</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-43875</link>
		<dc:creator>satish</dc:creator>
		<pubDate>Fri, 30 Dec 2011 16:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-43875</guid>
		<description>thanks a lot ..it helped</description>
		<content:encoded><![CDATA[<p>thanks a lot ..it helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-43442</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Sat, 10 Dec 2011 11:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-43442</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahL</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-42986</link>
		<dc:creator>ahL</dc:creator>
		<pubDate>Mon, 28 Nov 2011 03:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-42986</guid>
		<description>its works.. thank you so much! =)</description>
		<content:encoded><![CDATA[<p>its works.. thank you so much! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: autorun cracker</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-42842</link>
		<dc:creator>autorun cracker</dc:creator>
		<pubDate>Wed, 23 Nov 2011 02:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-42842</guid>
		<description>To remove autorun.inf folder with zhengbo. or immunity. inside on it.

run cmd.exe from start menu &gt; Run &gt; type cmd.exe
in cmd.exe type this command.

attrib -r -h -s driveletter:\autorun.inf ;hit enter 
ex: attrib -r -h -s c:\autorun.inf

then type this

rmdir /S driveletter:\autorun.inf  ;hit enter this will prompt for YES or NO
ex: rmdir /S C:\autorun.inf
or
rmdir /S driveletter:\autorun.inf /Q ;hit enter this is a quite mode don&#039;t ask for YES or No. Ex: rmdir /S c:\autorun.inf /Q

To remove autorun.inf folder with aux, con, lpt, lpt2, lpt3 etc.

run cmd.exe from start menu &gt; Run &gt; type cmd.exe
in cmd.exe type this command.

attrib -r -h -s driveletter:\autorun.inf ;hit enter
ex: attrib -r -h -s c:\autorun.inf

then type this

rmdir /S \\.\\driveletter:\autorun.inf ;Hit enter and ask for YES or NO.
ex: rmdir /S \\.\\c:\autorun.inf
or
rmdir /S \\.\\driveletter\autorun.inf /Q ;Hit enter quite mode don&#039;t ask for YES or NO. Ex: rmdir /S \\.\\c:\autorun.inf /Q

Thats it! Some important options meaning. This might help you.

Attribute or attrib options:
-r = remove read only settings.
-h = remove hide settings.
-s = remove as system settings.

Remove Directory or rmdir options:
/S = Remove Directory with subfolder in it or it is called deltree.
/Q = A quite mode options that won&#039;t ask for YES or NO.</description>
		<content:encoded><![CDATA[<p>To remove autorun.inf folder with zhengbo. or immunity. inside on it.</p>
<p>run cmd.exe from start menu &gt; Run &gt; type cmd.exe<br />
in cmd.exe type this command.</p>
<p>attrib -r -h -s driveletter:\autorun.inf ;hit enter<br />
ex: attrib -r -h -s c:\autorun.inf</p>
<p>then type this</p>
<p>rmdir /S driveletter:\autorun.inf  ;hit enter this will prompt for YES or NO<br />
ex: rmdir /S C:\autorun.inf<br />
or<br />
rmdir /S driveletter:\autorun.inf /Q ;hit enter this is a quite mode don't ask for YES or No. Ex: rmdir /S c:\autorun.inf /Q</p>
<p>To remove autorun.inf folder with aux, con, lpt, lpt2, lpt3 etc.</p>
<p>run cmd.exe from start menu &gt; Run &gt; type cmd.exe<br />
in cmd.exe type this command.</p>
<p>attrib -r -h -s driveletter:\autorun.inf ;hit enter<br />
ex: attrib -r -h -s c:\autorun.inf</p>
<p>then type this</p>
<p>rmdir /S \\.\\driveletter:\autorun.inf ;Hit enter and ask for YES or NO.<br />
ex: rmdir /S \\.\\c:\autorun.inf<br />
or<br />
rmdir /S \\.\\driveletter\autorun.inf /Q ;Hit enter quite mode don't ask for YES or NO. Ex: rmdir /S \\.\\c:\autorun.inf /Q</p>
<p>Thats it! Some important options meaning. This might help you.</p>
<p>Attribute or attrib options:<br />
-r = remove read only settings.<br />
-h = remove hide settings.<br />
-s = remove as system settings.</p>
<p>Remove Directory or rmdir options:<br />
/S = Remove Directory with subfolder in it or it is called deltree.<br />
/Q = A quite mode options that won't ask for YES or NO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edobor Osaro E</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-30145</link>
		<dc:creator>Edobor Osaro E</dc:creator>
		<pubDate>Tue, 05 Jul 2011 14:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-30145</guid>
		<description>it didn&#039;t really work for me it actually removed the zhemgbo folder but created an immunity folder in its place don&#039;t know what else to do now thanks</description>
		<content:encoded><![CDATA[<p>it didn't really work for me it actually removed the zhemgbo folder but created an immunity folder in its place don't know what else to do now thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramod</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-28674</link>
		<dc:creator>Pramod</dc:creator>
		<pubDate>Sat, 25 Jun 2011 11:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-28674</guid>
		<description>No its not. &lt;strong&gt;AutoRun.exe&lt;/strong&gt; is a virus.</description>
		<content:encoded><![CDATA[<p>No its not. <strong>AutoRun.exe</strong> is a virus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: electron</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-28670</link>
		<dc:creator>electron</dc:creator>
		<pubDate>Sat, 25 Jun 2011 10:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-28670</guid>
		<description>u are really good.so it is not a virus!!!? 
+++thanks+++</description>
		<content:encoded><![CDATA[<p>u are really good.so it is not a virus!!!?<br />
+++thanks+++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SURAJ</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-21289</link>
		<dc:creator>SURAJ</dc:creator>
		<pubDate>Fri, 06 May 2011 06:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-21289</guid>
		<description>it really works ........thanks</description>
		<content:encoded><![CDATA[<p>it really works ........thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joevic</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-20991</link>
		<dc:creator>joevic</dc:creator>
		<pubDate>Tue, 03 May 2011 22:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-20991</guid>
		<description>Ok.. I&#039;m done... thanks for the info...</description>
		<content:encoded><![CDATA[<p>Ok.. I'm done... thanks for the info...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveed</title>
		<link>http://jaxov.com/2010/01/how-to-delete-autorun-inf-folder-containing-zhengbo/comment-page-2/#comment-15840</link>
		<dc:creator>Naveed</dc:creator>
		<pubDate>Sun, 27 Mar 2011 21:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://jaxov.com/?p=5791#comment-15840</guid>
		<description>1st of all this folder is not a virus or harmfull for your computer but if u feel fuzzy then U can use the following instructions to remove the &quot; Autorun.inf folder&quot; which is created by  Flash Disinfector protection softwre.

Go to start
Then in &quot; Run &quot; command type &quot;cmd&quot;
When command window open......
Go to the drive containg &quot; Autorun.inf&quot;.folder. In this tutorial &quot; C &quot; drive is containg &quot;Autorun.inf&quot; folder

1=	attrib -r -s -h autorun.inf

2=	ren \\.\c:\autorun.inf\con. dummy
3=	; edited: Add next line
4=	ren \\.\c:\autorun.inf\nul.protected dummy1
5=	rd autorun.inf /s /q

If line 2,3,4,5 not works or give some error!! then no need to worry, just type this command and press enter.

	rd c:\autorun.inf\nul\.  /s /q

Now u can delete &quot;Autorun.inf&quot; folder by right click on folder.

	~~~!!! U R Done Njoy !!!~~~</description>
		<content:encoded><![CDATA[<p>1st of all this folder is not a virus or harmfull for your computer but if u feel fuzzy then U can use the following instructions to remove the " Autorun.inf folder" which is created by  Flash Disinfector protection softwre.</p>
<p>Go to start<br />
Then in " Run " command type "cmd"<br />
When command window open......<br />
Go to the drive containg " Autorun.inf".folder. In this tutorial " C " drive is containg "Autorun.inf" folder</p>
<p>1=	attrib -r -s -h autorun.inf</p>
<p>2=	ren \\.\c:\autorun.inf\con. dummy<br />
3=	; edited: Add next line<br />
4=	ren \\.\c:\autorun.inf\nul.protected dummy1<br />
5=	rd autorun.inf /s /q</p>
<p>If line 2,3,4,5 not works or give some error!! then no need to worry, just type this command and press enter.</p>
<p>	rd c:\autorun.inf\nul\.  /s /q</p>
<p>Now u can delete "Autorun.inf" folder by right click on folder.</p>
<p>	~~~!!! U R Done Njoy !!!~~~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using apc
Database Caching 3/14 queries in 0.013 seconds using disk: basic
Object Caching 371/373 objects using disk: basic
Content Delivery Network via cdn.jaxov.com

Served from: jaxov.com @ 2012-02-12 06:35:26 -->
