<?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 Save PC From Infected USB While Using it</title>
	<atom:link href="http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/</link>
	<description>Computer, internet, software, reviews, tips, games, technology, downloads</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:07:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Karthi</title>
		<link>http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/comment-page-1/#comment-7580</link>
		<dc:creator>Karthi</dc:creator>
		<pubDate>Sun, 14 Mar 2010 15:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=817#comment-7580</guid>
		<description>Thanks a lot buddy
Cheers
C.Karthi</description>
		<content:encoded><![CDATA[<p>Thanks a lot buddy<br />
Cheers<br />
C.Karthi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D3ViL</title>
		<link>http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/comment-page-1/#comment-1450</link>
		<dc:creator>D3ViL</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=817#comment-1450</guid>
		<description>@&lt;a href=&quot;#comment-1446&quot; rel=&quot;nofollow&quot;&gt;Ahmer Shah&lt;/a&gt;: come on this isnt the place to ask me you have my contact details come on dude bring your data i will clean it up tomorrow :)</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-1446" rel="nofollow">Ahmer Shah</a>: come on this isnt the place to ask me you have my contact details come on dude bring your data i will clean it up tomorrow :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmer Shah</title>
		<link>http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/comment-page-1/#comment-1446</link>
		<dc:creator>Ahmer Shah</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=817#comment-1446</guid>
		<description>Sir adeel can u please remove my hard virus??</description>
		<content:encoded><![CDATA[<p>Sir adeel can u please remove my hard virus??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D3ViL</title>
		<link>http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/comment-page-1/#comment-1445</link>
		<dc:creator>D3ViL</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=817#comment-1445</guid>
		<description>@&lt;a href=&quot;#comment-1444&quot; rel=&quot;nofollow&quot;&gt;Hiroshi&lt;/a&gt;: thanks bro</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-1444" rel="nofollow">Hiroshi</a>: thanks bro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiroshi</title>
		<link>http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/comment-page-1/#comment-1444</link>
		<dc:creator>Hiroshi</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=817#comment-1444</guid>
		<description>@&lt;a href=&quot;#comment-1443&quot; rel=&quot;nofollow&quot;&gt;D3ViL&lt;/a&gt;: Useful hint Adeel. Thanks.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-1443" rel="nofollow">D3ViL</a>: Useful hint Adeel. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D3ViL</title>
		<link>http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/comment-page-1/#comment-1443</link>
		<dc:creator>D3ViL</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=817#comment-1443</guid>
		<description>Nice post another thing is to use dos command attrib and check autorun.inf and remove it.

suppose if you have K: drive as you usb or pen drive here is steps to remove autorun.inf and be safe from usb virus.

start dos you will be in your home directory move to your usb drive by command below

c:\ k:

then use attrib command to list out all hidden/readonly/system files

k:\attrib

if you see autorun.inf with SHR attributes then virus exists in your usb drive.
a little explaination here is S for system file , H for Hidden file and R for readonly file.

virus make autorun.inf  as an system readonly and hidden file so no one can see or delete it.

you need to remove these attributes from autorun.inf file by this command.

K:\attrib -H -R -S autorun.inf

now as these attributes are removed you can simple delete autorun.inf by del command.

k:\del autorun.inf

now you are safe. hAppY Safety :)</description>
		<content:encoded><![CDATA[<p>Nice post another thing is to use dos command attrib and check autorun.inf and remove it.</p>
<p>suppose if you have K: drive as you usb or pen drive here is steps to remove autorun.inf and be safe from usb virus.</p>
<p>start dos you will be in your home directory move to your usb drive by command below</p>
<p>c:\ k:</p>
<p>then use attrib command to list out all hidden/readonly/system files</p>
<p>k:\attrib</p>
<p>if you see autorun.inf with SHR attributes then virus exists in your usb drive.<br />
a little explaination here is S for system file , H for Hidden file and R for readonly file.</p>
<p>virus make autorun.inf  as an system readonly and hidden file so no one can see or delete it.</p>
<p>you need to remove these attributes from autorun.inf file by this command.</p>
<p>K:\attrib -H -R -S autorun.inf</p>
<p>now as these attributes are removed you can simple delete autorun.inf by del command.</p>
<p>k:\del autorun.inf</p>
<p>now you are safe. hAppY Safety :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: munir</title>
		<link>http://www.techmynd.com/how-to-save-pc-from-infected-usb-while-using-it/comment-page-1/#comment-1428</link>
		<dc:creator>munir</dc:creator>
		<pubDate>Wed, 04 Feb 2009 22:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.techmynd.com/?p=817#comment-1428</guid>
		<description>Thats cool tip. My PC always gets infected due to USB drive because I carry data after scanning using it all the time. Is there not any scanning tool specific for USB drives?</description>
		<content:encoded><![CDATA[<p>Thats cool tip. My PC always gets infected due to USB drive because I carry data after scanning using it all the time. Is there not any scanning tool specific for USB drives?</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 disk: enhanced
Database Caching 1/13 queries in 0.185 seconds using disk: basic
Object Caching 527/527 objects using disk: basic

Served from: www.techmynd.com @ 2012-02-12 19:34:49 -->
